summaryrefslogtreecommitdiffstats
path: root/sigmod/test/TestSound.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'sigmod/test/TestSound.cpp')
-rw-r--r--sigmod/test/TestSound.cpp4
1 files changed, 1 insertions, 3 deletions
diff --git a/sigmod/test/TestSound.cpp b/sigmod/test/TestSound.cpp
index 272dd853..37c42809 100644
--- a/sigmod/test/TestSound.cpp
+++ b/sigmod/test/TestSound.cpp
@@ -1,5 +1,5 @@
/*
- * Copyright 2008 Ben Boeckel <MathStuf@gmail.com>
+ * Copyright 2008-2009 Ben Boeckel <MathStuf@gmail.com>
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
@@ -104,8 +104,6 @@ void TestSound::loading()
m_sound1->load(xml.firstChildElement("Sound"));
QCOMPARE(m_sound1->name(), QString("Foo"));
- // FIXME
- QEXPECT_FAIL(0, "Loading enumeration data from XML file doesn't work", Continue);
QCOMPARE(m_sound1->type(), Sigmod::Sound::Music);
QCOMPARE(m_sound1->data(), QByteArray("blah"));
}