Return some ignored tests after massive texts replacements;

This commit is contained in:
Oleg Agafonov 2018-04-22 05:24:08 +04:00
parent 4e12b06bc7
commit 6850364fd3
2 changed files with 0 additions and 4 deletions

View file

@ -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() {

View file

@ -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);