Revert "ut_win32"

This reverts commit 462f56d413.
This commit is contained in:
ruil2
2014-08-21 10:07:03 +08:00
parent 28fa2e7c98
commit 7fb9e57f30
4 changed files with 0 additions and 12 deletions

View File

@@ -80,9 +80,6 @@ TEST_F (EncodeDecodeTestVclNal, DecoderVclNal) {
#if defined(ANDROID_NDK)
std::string filename = std::string ("/sdcard/") + p.fileName;
ASSERT_TRUE (fileStream.Open (filename.c_str()));
#elif defined(_WIN32)
std::string filename = std::string ("../../../../../") + p.fileName;
ASSERT_TRUE (fileStream.Open (filename.c_str()));
#else
ASSERT_TRUE (fileStream.Open (p.fileName));
#endif