]> granicus.if.org Git - taglib/commitdiff
Clean-up temporary files
authorLukáš Lalinský <lalinsky@gmail.com>
Wed, 16 Mar 2011 16:19:11 +0000 (17:19 +0100)
committerLukáš Lalinský <lalinsky@gmail.com>
Wed, 16 Mar 2011 16:19:11 +0000 (17:19 +0100)
tests/test_mpeg.cpp

index 6e85aed33bc5563504d821108bab910d7d82a684..745bcf6b2ab1fb5fc1e42f5c424946b09b7e541e 100644 (file)
@@ -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');