mirror of
https://github.com/Cockatrice/Cockatrice.git
synced 2026-07-14 14:32:15 -07:00
update card db test
This commit is contained in:
parent
d34a1910f9
commit
d75e395fb2
1 changed files with 1 additions and 1 deletions
|
|
@ -18,7 +18,7 @@ TEST(CardDatabaseTest, LoadXml)
|
|||
|
||||
// load dummy cards and test result
|
||||
db->loadCardDatabases();
|
||||
ASSERT_EQ(8, 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(3, db->getAllMainCardTypes().size()) << "Wrong types count after load";
|
||||
ASSERT_EQ(Ok, db->getLoadStatus()) << "Wrong status after load";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue