mirror of
https://github.com/Cockatrice/Cockatrice.git
synced 2026-07-14 22:42:14 -07:00
fix sets count in test
This commit is contained in:
parent
d75e395fb2
commit
aa2c7402e3
1 changed files with 1 additions and 1 deletions
|
|
@ -19,7 +19,7 @@ TEST(CardDatabaseTest, LoadXml)
|
||||||
// load dummy cards and test result
|
// load dummy cards and test result
|
||||||
db->loadCardDatabases();
|
db->loadCardDatabases();
|
||||||
ASSERT_EQ(9, db->getCardList().size()) << "Wrong card count after load";
|
ASSERT_EQ(9, db->getCardList().size()) << "Wrong card count after load";
|
||||||
ASSERT_EQ(4, db->getSetList().size()) << "Wrong sets count after load";
|
ASSERT_EQ(5, db->getSetList().size()) << "Wrong sets count after load";
|
||||||
ASSERT_EQ(3, db->getAllMainCardTypes().size()) << "Wrong types count after load";
|
ASSERT_EQ(3, db->getAllMainCardTypes().size()) << "Wrong types count after load";
|
||||||
ASSERT_EQ(Ok, db->getLoadStatus()) << "Wrong status after load";
|
ASSERT_EQ(Ok, db->getLoadStatus()) << "Wrong status after load";
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue