mirror of
https://github.com/correl/mage.git
synced 2025-03-12 17:00:08 -09:00
Revert "Remove failing tests for Urborg/Blood Moon"
This reverts commit 486d05589b
.
This commit is contained in:
parent
0d98514550
commit
f0b8fd8eec
1 changed files with 0 additions and 4 deletions
|
@ -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}]"));
|
||||
}
|
||||
*/
|
||||
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue