mirror of
https://github.com/magefree/mage.git
synced 2026-01-10 21:02:08 -08:00
Return some ignored tests after massive texts replacements;
This commit is contained in:
parent
4e12b06bc7
commit
6850364fd3
2 changed files with 0 additions and 4 deletions
|
|
@ -62,7 +62,6 @@ public class EscalateTest extends CardTestPlayerBase {
|
|||
assertGraveyardCount(playerA, "Savage Alliance", 1);
|
||||
}
|
||||
|
||||
@Ignore
|
||||
@Test
|
||||
public void testGaddockTeegInteraction_ThreeCMC_OneMode() {
|
||||
|
||||
|
|
@ -91,7 +90,6 @@ public class EscalateTest extends CardTestPlayerBase {
|
|||
|
||||
// Reported bug: Escalate CMC is not calculated correctly when more than 1 mode chosen
|
||||
// With 1 extra mode, the casting cost is {2}{R}{R} but the CMC should still be 3
|
||||
@Ignore
|
||||
@Test
|
||||
public void testGaddockTeegInteraction_ThreeCMC_TwoModes() {
|
||||
|
||||
|
|
@ -119,7 +117,6 @@ public class EscalateTest extends CardTestPlayerBase {
|
|||
assertLife(playerB, 17);
|
||||
}
|
||||
|
||||
@Ignore
|
||||
@Test
|
||||
public void testSpellQuellerInteraction_ThreeCMC_ThreeModes() {
|
||||
|
||||
|
|
|
|||
|
|
@ -138,7 +138,6 @@ public class PhantasmalImageTest extends CardTestPlayerBase {
|
|||
* this creature becomes the target of a spell or ability, sacrifice it"
|
||||
*/
|
||||
@Test
|
||||
@Ignore
|
||||
public void testCopyAlreadyTransformed() {
|
||||
addCard(Zone.BATTLEFIELD, playerA, "Forest", 5);
|
||||
addCard(Zone.BATTLEFIELD, playerB, "Island", 2);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue