mirror of
https://github.com/correl/mage.git
synced 2025-04-02 03:18:09 -09:00
Test: fixed mage-verify tests
This commit is contained in:
parent
525107e212
commit
bc3274b144
2 changed files with 10 additions and 0 deletions
Mage.Verify/src
|
@ -39,6 +39,8 @@ public final class MtgJson {
|
|||
mtgJsonToXMageCodes.put("DD3_EVG", "DD3EVG");
|
||||
mtgJsonToXMageCodes.put("DD3_DVD", "DDC");
|
||||
mtgJsonToXMageCodes.put("NMS", "NEM");
|
||||
mtgJsonToXMageCodes.put("MPS_AKH", "MPS-AKH");
|
||||
|
||||
|
||||
// revert search
|
||||
for(Map.Entry<String, String> entry: mtgJsonToXMageCodes.entrySet()){
|
||||
|
|
|
@ -38,6 +38,10 @@ public class VerifyCardDataTest {
|
|||
// https://github.com/mtgjson/mtgjson/issues/534
|
||||
// https://github.com/mtgjson/mtgjson/issues/535
|
||||
|
||||
// TODO: mtgjson have wrong data to last dino updates from wizards 11.01.2018
|
||||
// remove after fixed
|
||||
// https://github.com/mtgjson/mtgjson/issues/538
|
||||
|
||||
// power-toughness
|
||||
skipListCreate("PT");
|
||||
skipListAddName("PT", "Garbage Elemental"); // UST
|
||||
|
@ -65,6 +69,10 @@ public class VerifyCardDataTest {
|
|||
skipListAddName("SUBTYPE", "Rock Lobster"); // UGL, mtgjson error
|
||||
skipListAddName("SUBTYPE", "Scissors Lizard"); // UGL, mtgjson error
|
||||
skipListAddName("SUBTYPE", "Urza's Science Fair Project"); // UGL, mtgjson error
|
||||
skipListAddName("SUBTYPE", "Ripscale Predator"); // mtgjson error for dino update
|
||||
skipListAddName("SUBTYPE", "Regal Behemoth"); // mtgjson error for dino update
|
||||
skipListAddName("SUBTYPE", "Gnathosaur"); // mtgjson error for dino update
|
||||
skipListAddName("SUBTYPE", "Pteron Ghost"); // mtgjson error for dino update
|
||||
|
||||
|
||||
// number
|
||||
|
|
Loading…
Add table
Reference in a new issue