From: Lukáš Lalinský Date: Wed, 16 Mar 2011 16:19:11 +0000 (+0100) Subject: Clean-up temporary files X-Git-Tag: v1.8beta~130^2~7 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=1453a7b157fc88bc6eb28742f67e0ecc70d6dd64;p=taglib Clean-up temporary files --- 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');