From 0c5b2f5786378d786d486b4ea958736f3c23f286 Mon Sep 17 00:00:00 2001 From: Ben Boeckel Date: Fri, 16 Jan 2009 18:52:09 -0500 Subject: Fixed tests for enumeration load/save fix --- sigmod/test/TestMap.cpp | 2 -- 1 file changed, 2 deletions(-) (limited to 'sigmod/test/TestMap.cpp') diff --git a/sigmod/test/TestMap.cpp b/sigmod/test/TestMap.cpp index 20e882a8..d3e58d47 100644 --- a/sigmod/test/TestMap.cpp +++ b/sigmod/test/TestMap.cpp @@ -166,8 +166,6 @@ void TestMap::loading() QCOMPARE(m_map1->name(), QString("Foo")); QCOMPARE(m_map1->flyWarp(), -1); - // FIXME -// QEXPECT_FAIL(0, "Loading enumeration data from XML file doesn't work", Continue); QCOMPARE(m_map1->type(), Sigmod::Map::Outdoor); QCOMPARE(m_map1->width(), 1); QCOMPARE(m_map1->height(), 1); -- cgit