commit | f09016744dbea83d0c70f43b4ecd3cd8feece097 | [log] [tgz] |
---|---|---|
author | kjellander@webrtc.org <kjellander@webrtc.org@4adac7df-926f-26a2-2b94-8c16560cd09d> | Wed Apr 17 14:59:28 2013 +0000 |
committer | kjellander@webrtc.org <kjellander@webrtc.org@4adac7df-926f-26a2-2b94-8c16560cd09d> | Wed Apr 17 14:59:28 2013 +0000 |
tree | 557535ff3c9d4cb72b954e97fa8390850108c6ef | |
parent | f1bf3a00b2fe0f8b67e57f6cc39271f130de3b7f [diff] |
Revert "Updating test file contents to emmastjernloef" This reverts r3861 TEST=none BUG=none TBR=phoglund Review URL: https://webrtc-codereview.appspot.com/1317005 git-svn-id: http://webrtc.googlecode.com/svn/trunk@3863 4adac7df-926f-26a2-2b94-8c16560cd09d
diff --git a/webrtc/test/testsupport/frame_reader_unittest.cc b/webrtc/test/testsupport/frame_reader_unittest.cc index 74a80e9..dbc1bc5 100644 --- a/webrtc/test/testsupport/frame_reader_unittest.cc +++ b/webrtc/test/testsupport/frame_reader_unittest.cc
@@ -17,7 +17,7 @@ namespace test { const std::string kInputFilename = "temp_inputfile.tmp"; -const std::string kInputFileContents = "emmastjernloef"; +const std::string kInputFileContents = "baz"; // 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;