]> granicus.if.org Git - taglib/commitdiff
Test FLAC: cleanup copied file
authorMathias Panzenböck <grosser.meister.morti@gmx.net>
Thu, 23 Jun 2011 23:21:17 +0000 (01:21 +0200)
committerMathias Panzenböck <grosser.meister.morti@gmx.net>
Thu, 23 Jun 2011 23:21:17 +0000 (01:21 +0200)
tests/test_flac.cpp

index d93150a335917ca355afa49888b7739cf5a4b2e5..90baa844989527a2f1d761032ff804e202e918d2 100644 (file)
@@ -190,7 +190,7 @@ public:
 
   void testSaveMultipleValues()
   {
-    ScopedFileCopy copy("silence-44-s", ".flac", false);
+    ScopedFileCopy copy("silence-44-s", ".flac");
     string newname = copy.fileName();
 
     FLAC::File *f = new FLAC::File(newname.c_str());