mirror of
https://github.com/correl/mage.git
synced 2024-11-15 11:09:30 +00:00
Merge pull request #3186 from drmDev/ut-cleanup
UT cleanup to note which ones are currently failing
This commit is contained in:
commit
a098718405
3 changed files with 8 additions and 2 deletions
|
@ -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() {
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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() {
|
||||
/*
|
||||
|
|
Loading…
Reference in a new issue