summaryrefslogtreecommitdiffstats
path: root/sigmod/test/TestCoinListItem.cpp
diff options
context:
space:
mode:
authorBen Boeckel <MathStuf@gmail.com>2009-01-16 18:52:09 -0500
committerBen Boeckel <MathStuf@gmail.com>2009-01-16 18:52:09 -0500
commit0c5b2f5786378d786d486b4ea958736f3c23f286 (patch)
treec355165a02c5b11897cc07faf3c76a8d0dbeb219 /sigmod/test/TestCoinListItem.cpp
parent599434121243d16ef44355a16f5db36596c05630 (diff)
Fixed tests for enumeration load/save fix
Diffstat (limited to 'sigmod/test/TestCoinListItem.cpp')
-rw-r--r--sigmod/test/TestCoinListItem.cpp4
1 files changed, 1 insertions, 3 deletions
diff --git a/sigmod/test/TestCoinListItem.cpp b/sigmod/test/TestCoinListItem.cpp
index f66830c1..c1939cde 100644
--- a/sigmod/test/TestCoinListItem.cpp
+++ b/sigmod/test/TestCoinListItem.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
@@ -120,8 +120,6 @@ void TestCoinListItem::loading()
QVERIFY(xml.setContent(&file));
m_item1->load(xml.firstChildElement("CoinListItem"));
- // FIXME
- QEXPECT_FAIL(0, "Loading enumeration data from XML file doesn't work", Continue);
QCOMPARE(m_item1->type(), Sigmod::CoinListItem::Species);
QCOMPARE(m_item1->object(), 0);
QCOMPARE(m_item1->cost(), 20);