From 1453a7b157fc88bc6eb28742f67e0ecc70d6dd64 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Luk=C3=A1=C5=A1=20Lalinsk=C3=BD?= Date: Wed, 16 Mar 2011 17:19:11 +0100 Subject: [PATCH] Clean-up temporary files --- tests/test_mpeg.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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');