mirror of
https://github.com/correl/mage.git
synced 2024-11-25 11:09:53 +00:00
removed verify skips
This commit is contained in:
parent
4f674e43e6
commit
ce7df21792
1 changed files with 0 additions and 5 deletions
|
@ -117,11 +117,6 @@ public class VerifyCardDataTest {
|
||||||
// subtype
|
// subtype
|
||||||
skipListCreate(SKIP_LIST_SUBTYPE);
|
skipListCreate(SKIP_LIST_SUBTYPE);
|
||||||
skipListAddName(SKIP_LIST_SUBTYPE, "UGL", "Miss Demeanor");
|
skipListAddName(SKIP_LIST_SUBTYPE, "UGL", "Miss Demeanor");
|
||||||
// the following are temporary
|
|
||||||
skipListAddName(SKIP_LIST_SUBTYPE, "THB", "Dryad of the Ilysian Grove");
|
|
||||||
skipListAddName(SKIP_LIST_SUBTYPE, "UGL", "Chicken a la King");
|
|
||||||
subtypesToIgnore.add("Shark");
|
|
||||||
subtypesToIgnore.add("Fish");
|
|
||||||
|
|
||||||
// number
|
// number
|
||||||
skipListCreate(SKIP_LIST_NUMBER);
|
skipListCreate(SKIP_LIST_NUMBER);
|
||||||
|
|
Loading…
Reference in a new issue