Merge pull request #787 from rshanmu/master

Renamed unsupported-extension.xxx and modified test
This commit is contained in:
Stephen F. Booth 2016-12-22 12:17:12 -05:00 committed by GitHub
commit 6fcc690233
2 changed files with 1 additions and 1 deletions

View File

@ -233,7 +233,7 @@ public:
FileRef f1(TEST_FILE_PATH_C("no-extension"));
CPPUNIT_ASSERT(f1.isNull());
FileRef f2(TEST_FILE_PATH_C("unsupported-extension.xxx"));
FileRef f2(TEST_FILE_PATH_C("unsupported-extension.xx"));
CPPUNIT_ASSERT(f2.isNull());
}