Revert "Remove failing tests for Urborg/Blood Moon"

This reverts commit 486d05589b.
This commit is contained in:
Devon Richards 2017-06-21 23:44:50 -05:00
parent 0d98514550
commit f0b8fd8eec

View file

@ -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}]"));
}
*/
}