Test FLAC: cleanup copied file

This commit is contained in:
Mathias Panzenböck 2011-06-24 01:21:17 +02:00
parent 9c27c45eb8
commit 2d6274a36a

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