mirror of
https://github.com/correl/mage.git
synced 2024-11-14 19:19:32 +00:00
removed temporary test skips
This commit is contained in:
parent
af0f705b5e
commit
298315309b
1 changed files with 0 additions and 3 deletions
|
@ -102,15 +102,12 @@ public class VerifyCardDataTest {
|
|||
|
||||
// supertype
|
||||
skipListCreate(SKIP_LIST_SUPERTYPE);
|
||||
skipListAddName(SKIP_LIST_SUPERTYPE, "C21", "Octavia, Living Thesis"); // temporary
|
||||
|
||||
// type
|
||||
skipListCreate(SKIP_LIST_TYPE);
|
||||
skipListAddName(SKIP_LIST_TYPE, "UNH", "Old Fogey");
|
||||
skipListAddName(SKIP_LIST_TYPE, "UND", "Old Fogey");
|
||||
skipListAddName(SKIP_LIST_TYPE, "UST", "capital offense");
|
||||
skipListAddName(SKIP_LIST_TYPE, "STX", "Rise of Extus"); // temporary
|
||||
skipListAddName(SKIP_LIST_TYPE, "C21", "Octavia, Living Thesis"); // temporary
|
||||
|
||||
// subtype
|
||||
skipListCreate(SKIP_LIST_SUBTYPE);
|
||||
|
|
Loading…
Reference in a new issue