mirror of
https://github.com/taglib/taglib.git
synced 2025-05-27 21:20:26 -04:00
forgot to remove debug code
This commit is contained in:
parent
561cfdb0ec
commit
26613473cf
@ -75,11 +75,6 @@ public:
|
||||
file.tag()->setTrackerName("won't be saved");
|
||||
CPPUNIT_ASSERT(file.save());
|
||||
}
|
||||
String cmd("cp ");
|
||||
cmd += copy.fileName();
|
||||
cmd += " /tmp/copy.s3m";
|
||||
CPPUNIT_ASSERT_EQUAL(0, system(cmd.data(String::Latin1).data()));
|
||||
|
||||
testRead(copy.fileName().c_str(), titleAfter, commentAfter);
|
||||
CPPUNIT_ASSERT(fileEqual(
|
||||
copy.fileName(),
|
||||
|
Loading…
Reference in New Issue
Block a user