diff --git a/tests/test_mpeg.cpp b/tests/test_mpeg.cpp index 6e85aed3..745bcf6b 100644 --- a/tests/test_mpeg.cpp +++ b/tests/test_mpeg.cpp @@ -26,7 +26,7 @@ public: void testSaveID3v24() { - ScopedFileCopy copy("xing", ".mp3", false); + ScopedFileCopy copy("xing", ".mp3"); string newname = copy.fileName(); String xxx = ByteVector(254, 'X'); @@ -42,7 +42,7 @@ public: void testSaveID3v23() { - ScopedFileCopy copy("xing", ".mp3", false); + ScopedFileCopy copy("xing", ".mp3"); string newname = copy.fileName(); String xxx = ByteVector(254, 'X');