Merge pull request #3186 from drmDev/ut-cleanup

UT cleanup to note which ones are currently failing
This commit is contained in:
Derek M 2017-04-19 23:37:17 -04:00 committed by GitHub
commit a098718405
3 changed files with 8 additions and 2 deletions

View file

@ -38,6 +38,8 @@ import org.mage.test.serverside.base.CardTestPlayerBase;
public class FluctuatorTest extends CardTestPlayerBase {
/**
* NOTE: As of 4/19/2017 this test is failing due to a bug in code. See issue #3148
*
* Fluctuator makes 'Akroma's Vengeance' cyclic cost reduced to {1}
* Test it with one Plains on battlefield.
*/
@ -88,8 +90,9 @@ public class FluctuatorTest extends CardTestPlayerBase {
}
/**
* Test 2 Fluctuators reduce cycling cost up to 4.
* NOTE: As of 4/19/2017 this test is failing due to a bug in code. See issue #3148
*
* Test 2 Fluctuators reduce cycling cost up to 4.
*/
@Test
public void testTwoFluctuatorsReduceBy4() {

View file

@ -14,7 +14,7 @@ import org.mage.test.serverside.base.CardTestPlayerBase;
public class LilianaTest extends CardTestPlayerBase {
@Test
public void testMe() {
public void testCreatureGainsZombieAsAdditionalType() {
/*
Binding Mummy {1}{W}
Creature - Zombie 2/2

View file

@ -36,6 +36,9 @@ public class PermeatingMassTest extends CardTestPlayerBase {
assertPowerToughness(playerA, "Permeating Mass", 1, 3);
}
/*
* NOTE: As of 04/19/2017 this test is failing due to a bug in code. See issue #3167
*/
@Test
public void damagedCreatureWithVaryingPTbecomesCopyOfPermeatingMass() {
/*