aboutsummaryrefslogtreecommitdiffstats
path: root/tests/test_fileref.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'tests/test_fileref.cpp')
-rw-r--r--tests/test_fileref.cpp8
1 files changed, 0 insertions, 8 deletions
diff --git a/tests/test_fileref.cpp b/tests/test_fileref.cpp
index fb8b2458..3268fdb4 100644
--- a/tests/test_fileref.cpp
+++ b/tests/test_fileref.cpp
@@ -16,9 +16,7 @@ using namespace TagLib;
class TestFileRef : public CppUnit::TestFixture
{
CPPUNIT_TEST_SUITE(TestFileRef);
-#ifdef TAGLIB_WITH_ASF
CPPUNIT_TEST(testASF);
-#endif
CPPUNIT_TEST(testMusepack);
CPPUNIT_TEST(testVorbis);
CPPUNIT_TEST(testSpeex);
@@ -26,11 +24,9 @@ class TestFileRef : public CppUnit::TestFixture
CPPUNIT_TEST(testMP3);
CPPUNIT_TEST(testOGA_FLAC);
CPPUNIT_TEST(testOGA_Vorbis);
-#ifdef TAGLIB_WITH_MP4
CPPUNIT_TEST(testMP4_1);
CPPUNIT_TEST(testMP4_2);
CPPUNIT_TEST(testMP4_3);
-#endif
CPPUNIT_TEST(testTrueAudio);
CPPUNIT_TEST(testAPE);
CPPUNIT_TEST_SUITE_END();
@@ -86,12 +82,10 @@ public:
fileRefSave("click", ".mpc");
}
-#ifdef TAGLIB_WITH_ASF
void testASF()
{
fileRefSave("silence-1", ".wma");
}
-#endif
void testVorbis()
{
@@ -118,7 +112,6 @@ public:
fileRefSave("empty", ".tta");
}
-#ifdef TAGLIB_WITH_MP4
void testMP4_1()
{
fileRefSave("has-tags", ".m4a");
@@ -133,7 +126,6 @@ public:
{
fileRefSave("no-tags", ".3g2");
}
-#endif
void testOGA_FLAC()
{