diff --git a/Mage.Tests/pom.xml b/Mage.Tests/pom.xml index 2dd87ce3a7..aa9900db0a 100644 --- a/Mage.Tests/pom.xml +++ b/Mage.Tests/pom.xml @@ -13,8 +13,6 @@ jar Mage Tests - - ${project.groupId} diff --git a/Mage.Verify/pom.xml b/Mage.Verify/pom.xml index 18d5ba6e00..2785abefae 100644 --- a/Mage.Verify/pom.xml +++ b/Mage.Verify/pom.xml @@ -24,6 +24,16 @@ mage-sets ${mage-version} + + ${project.groupId} + mage-server + ${mage-version} + + + ${project.groupId} + mage-client + ${mage-version} + junit junit @@ -46,12 +56,6 @@ reflections 0.9.12 - - org.mage - mage-client - 1.4.47 - - diff --git a/Mage.Verify/src/test/java/mage/verify/VerifyCardDataTest.java b/Mage.Verify/src/test/java/mage/verify/VerifyCardDataTest.java index af6739e8ae..0f823c3777 100644 --- a/Mage.Verify/src/test/java/mage/verify/VerifyCardDataTest.java +++ b/Mage.Verify/src/test/java/mage/verify/VerifyCardDataTest.java @@ -55,7 +55,7 @@ public class VerifyCardDataTest { private static final Logger logger = Logger.getLogger(VerifyCardDataTest.class); private static final String FULL_ABILITIES_CHECK_SET_CODE = "CMR"; // check all abilities and output cards with wrong abilities texts; - private static final boolean AUTO_FIX_SAMPLE_DECKS = false; // debug only: fix sample decks if it contains errors like wrong card numbers + private static final boolean AUTO_FIX_SAMPLE_DECKS = false; // debug only: auto-fix sample decks by test_checkSampleDecks test run private static final HashMap> skipCheckLists = new HashMap<>(); private static final Set subtypesToIgnore = new HashSet<>(); @@ -1728,6 +1728,7 @@ public class VerifyCardDataTest { Set> cubesList = reflections.getSubTypesOf(DraftCube.class); Assert.assertFalse("Can't find any cubes", cubesList.isEmpty()); + CardScanner.scan(); Collection errorsList = new ArrayList<>(); for (Class cubeClass : cubesList) { // need drafts with fixed cards list (constructor with zero params)