From 11959d3476a742ef896505560c66f553c1a66725 Mon Sep 17 00:00:00 2001 From: "kjellander@webrtc.org" Date: Wed, 17 Apr 2013 13:58:54 +0000 Subject: [PATCH] Updating test file contents to emmastjernloef MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This way, we honour Emma Stjernlöf in the Stockholm office. TEST=test_support_unittests BUG=none Review URL: https://webrtc-codereview.appspot.com/1320009 git-svn-id: http://webrtc.googlecode.com/svn/trunk@3861 4adac7df-926f-26a2-2b94-8c16560cd09d --- webrtc/test/testsupport/frame_reader_unittest.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/webrtc/test/testsupport/frame_reader_unittest.cc b/webrtc/test/testsupport/frame_reader_unittest.cc index dbc1bc51a9..74a80e9b85 100644 --- a/webrtc/test/testsupport/frame_reader_unittest.cc +++ b/webrtc/test/testsupport/frame_reader_unittest.cc @@ -17,7 +17,7 @@ namespace webrtc { namespace test { const std::string kInputFilename = "temp_inputfile.tmp"; -const std::string kInputFileContents = "baz"; +const std::string kInputFileContents = "emmastjernloef"; // Setting the kFrameLength value to a value much larger than the // file to test causes the ReadFrame test to fail on Windows. const size_t kFrameLength = 1000;