diff --git a/tests/test_id3v2.cpp b/tests/test_id3v2.cpp index 79c406e4..2e04bdba 100644 --- a/tests/test_id3v2.cpp +++ b/tests/test_id3v2.cpp @@ -84,7 +84,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);