Clean-up temporary files

This commit is contained in:
Lukáš Lalinský
2011-03-16 17:19:11 +01:00
parent e8d0551c9a
commit 1453a7b157

View 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');