From f0b8fd8eec22c8a60c397e6cfbd93f592cc7065b Mon Sep 17 00:00:00 2001 From: Devon Richards Date: Wed, 21 Jun 2017 23:44:50 -0500 Subject: [PATCH] Revert "Remove failing tests for Urborg/Blood Moon" This reverts commit 486d05589b1d6d88f315cbe5ea80925f98d967de. --- .../test/cards/continuous/LandTypeChangingEffectsTest.java | 4 ---- 1 file changed, 4 deletions(-) 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}]")); } - */ }