From: Lukas Krejci Date: Sun, 13 Oct 2013 16:38:54 +0000 (+0200) Subject: Uncommenting unit test. X-Git-Tag: v1.10beta~171^2~1^2 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=1ce5385e3033cc613bc8e2ac87f5e3f40b0ee571;p=taglib Uncommenting unit test. --- diff --git a/tests/test_id3v2.cpp b/tests/test_id3v2.cpp index dd1cac7c..06f911f8 100644 --- a/tests/test_id3v2.cpp +++ b/tests/test_id3v2.cpp @@ -73,7 +73,7 @@ class TestID3v2 : public CppUnit::TestFixture CPPUNIT_TEST(testUpdateDate22); CPPUNIT_TEST(testDowngradeTo23); // CPPUNIT_TEST(testUpdateFullDate22); TODO TYE+TDA should be upgraded to TDRC together - //CPPUNIT_TEST(testCompressedFrameWithBrokenLength); + CPPUNIT_TEST(testCompressedFrameWithBrokenLength); CPPUNIT_TEST(testW000); CPPUNIT_TEST(testPropertyInterface); CPPUNIT_TEST(testPropertyInterface2);