diff --git a/Mage.Tests/src/test/java/org/mage/test/cards/continuous/LandTypeChangingEffectsTest.java b/Mage.Tests/src/test/java/org/mage/test/cards/continuous/LandTypeChangingEffectsTest.java index 91732f530a1..091484c1128 100644 --- a/Mage.Tests/src/test/java/org/mage/test/cards/continuous/LandTypeChangingEffectsTest.java +++ b/Mage.Tests/src/test/java/org/mage/test/cards/continuous/LandTypeChangingEffectsTest.java @@ -138,7 +138,6 @@ public class LandTypeChangingEffectsTest extends CardTestPlayerBase { /* NOTE: this test is currently failing due to bug in code. See issue #3072 */ - /* @Test public void testBloodMoonBeforeUrborg() { // Blood Moon 2R @@ -167,12 +166,10 @@ public class LandTypeChangingEffectsTest extends CardTestPlayerBase { assertNotSubtype(urborgtoy, "Swamp"); Assert.assertTrue("The mana the land can produce should be [{R}] but it's " + playerB.getManaAvailable(currentGame).toString(), playerB.getManaAvailable(currentGame).toString().equals("[{R}]")); } - */ /* NOTE: this test is currently failing due to bug in code. See issue #3072 */ - /* @Test public void testBloodMoonAfterUrborg() { // Blood Moon 2R @@ -201,6 +198,5 @@ public class LandTypeChangingEffectsTest extends CardTestPlayerBase { assertNotSubtype(urborgtoy, "Swamp"); Assert.assertTrue("The mana the land can produce should be [{R}] but it's " + playerB.getManaAvailable(currentGame).toString(), playerB.getManaAvailable(currentGame).toString().equals("[{R}]")); } - */ }