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