diff options
| author | Ben Boeckel <MathStuf@gmail.com> | 2009-01-16 18:52:09 -0500 |
|---|---|---|
| committer | Ben Boeckel <MathStuf@gmail.com> | 2009-01-16 18:52:09 -0500 |
| commit | 0c5b2f5786378d786d486b4ea958736f3c23f286 (patch) | |
| tree | c355165a02c5b11897cc07faf3c76a8d0dbeb219 /sigmod/test/TestMap.cpp | |
| parent | 599434121243d16ef44355a16f5db36596c05630 (diff) | |
Fixed tests for enumeration load/save fix
Diffstat (limited to 'sigmod/test/TestMap.cpp')
| -rw-r--r-- | sigmod/test/TestMap.cpp | 2 |
1 files changed, 0 insertions, 2 deletions
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); |
