mirror of
https://github.com/taglib/taglib.git
synced 2025-05-27 21:20:26 -04:00
Renamed unsupported-extension.xxx and modified test
The file name unsupported-extension.xxx causes issue when unpacked taglib-xxx.gz over an NFS partition. The file extension ".xxx" is the one NFS uses for its own purpose and hence it will not allow creation of this file. Hence renamed the file and modified the test cases that checks for this file. Signed-off-by: Ramesh Shanmugasundaram <ramesh.shanmugasundaram@bp.renesas.com>
This commit is contained in:
parent
de87cd7736
commit
83c72518ab
@ -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…
Reference in New Issue
Block a user