mirror of
https://github.com/correl/mage.git
synced 2024-11-29 03:00:12 +00:00
[KHM] temporary test fix
This commit is contained in:
parent
e9cd14e7d8
commit
b9932ad66f
1 changed files with 3 additions and 0 deletions
|
@ -84,6 +84,7 @@ public class VerifyCardDataTest {
|
||||||
skipListCreate(SKIP_LIST_PT);
|
skipListCreate(SKIP_LIST_PT);
|
||||||
skipListAddName(SKIP_LIST_PT, "UST", "Garbage Elemental");
|
skipListAddName(SKIP_LIST_PT, "UST", "Garbage Elemental");
|
||||||
skipListAddName(SKIP_LIST_PT, "UST", "Infinity Elemental");
|
skipListAddName(SKIP_LIST_PT, "UST", "Infinity Elemental");
|
||||||
|
skipListAddName(SKIP_LIST_PT, "KHM", "Tuskeri Firewalker");
|
||||||
|
|
||||||
// color
|
// color
|
||||||
skipListCreate(SKIP_LIST_COLOR);
|
skipListCreate(SKIP_LIST_COLOR);
|
||||||
|
@ -105,10 +106,12 @@ public class VerifyCardDataTest {
|
||||||
skipListAddName(SKIP_LIST_TYPE, "UNH", "Old Fogey");
|
skipListAddName(SKIP_LIST_TYPE, "UNH", "Old Fogey");
|
||||||
skipListAddName(SKIP_LIST_TYPE, "UND", "Old Fogey");
|
skipListAddName(SKIP_LIST_TYPE, "UND", "Old Fogey");
|
||||||
skipListAddName(SKIP_LIST_TYPE, "UST", "capital offense");
|
skipListAddName(SKIP_LIST_TYPE, "UST", "capital offense");
|
||||||
|
skipListAddName(SKIP_LIST_TYPE, "KHM", "Fall of the Impostor");
|
||||||
|
|
||||||
// subtype
|
// subtype
|
||||||
skipListCreate(SKIP_LIST_SUBTYPE);
|
skipListCreate(SKIP_LIST_SUBTYPE);
|
||||||
skipListAddName(SKIP_LIST_SUBTYPE, "UGL", "Miss Demeanor");
|
skipListAddName(SKIP_LIST_SUBTYPE, "UGL", "Miss Demeanor");
|
||||||
|
skipListAddName(SKIP_LIST_SUBTYPE, "KHM", "Fall of the Impostor");
|
||||||
|
|
||||||
// number
|
// number
|
||||||
skipListCreate(SKIP_LIST_NUMBER);
|
skipListCreate(SKIP_LIST_NUMBER);
|
||||||
|
|
Loading…
Reference in a new issue