mirror of
https://github.com/taglib/taglib.git
synced 2025-07-18 21:14:23 -04:00
Merge pull request #787 from rshanmu/master
Renamed unsupported-extension.xxx and modified test
This commit is contained in:
@ -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());
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user