From: Mathias Panzenböck Date: Thu, 23 Jun 2011 23:21:17 +0000 (+0200) Subject: Test FLAC: cleanup copied file X-Git-Tag: v1.8beta~75 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=2d6274a36af8d20c02c2cfe9a707dccdab404c01;p=taglib Test FLAC: cleanup copied file --- diff --git a/tests/test_flac.cpp b/tests/test_flac.cpp index d93150a3..90baa844 100644 --- a/tests/test_flac.cpp +++ b/tests/test_flac.cpp @@ -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());