mirror of
https://github.com/Cockatrice/Cockatrice.git
synced 2026-07-16 23:42:15 -07:00
update test case
This commit is contained in:
parent
b3b6af4a9a
commit
6c1dd5230d
1 changed files with 3 additions and 3 deletions
|
|
@ -20,7 +20,7 @@ protected:
|
||||||
{
|
{
|
||||||
cat = CardDatabaseManager::getInstance()->getCardBySimpleName("Cat");
|
cat = CardDatabaseManager::getInstance()->getCardBySimpleName("Cat");
|
||||||
notDeadAfterAll = CardDatabaseManager::getInstance()->getCardBySimpleName("Not Dead After All");
|
notDeadAfterAll = CardDatabaseManager::getInstance()->getCardBySimpleName("Not Dead After All");
|
||||||
truthOrTale = CardDatabaseManager::getInstance()->getCardBySimpleName("Truth or Tale");
|
truth = CardDatabaseManager::getInstance()->getCardBySimpleName("Truth or Tale");
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
// void TearDown() override {}
|
// void TearDown() override {}
|
||||||
|
|
@ -37,8 +37,8 @@ QUERY(Not1, cat, "NOT t:kithkin", true)
|
||||||
QUERY(Not2, cat, "NOT t:creature", false)
|
QUERY(Not2, cat, "NOT t:creature", false)
|
||||||
QUERY(NonKeyword1, cat, "not t:kithkin", false)
|
QUERY(NonKeyword1, cat, "not t:kithkin", false)
|
||||||
QUERY(NonKeyword2, cat, "t:bat or t:creature", false)
|
QUERY(NonKeyword2, cat, "t:bat or t:creature", false)
|
||||||
QUERY(NonKeyword3, notDeadAfterAll, "t:instant c:b", true)
|
QUERY(NonKeyword3, notDeadAfterAll, "not dead after all", true)
|
||||||
QUERY(NonKeyword4, truthOrTale, "t:instant c:u", true)
|
QUERY(NonKeyword4, truth, "truth or tale", true)
|
||||||
QUERY(Case, cat, "t:cReAtUrE", true)
|
QUERY(Case, cat, "t:cReAtUrE", true)
|
||||||
|
|
||||||
QUERY(And, cat, "t:creature t:creature", true)
|
QUERY(And, cat, "t:creature t:creature", true)
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue