Updated failing SorinLordOfInnistradTest (ability text seems has been changed)

This commit is contained in:
magenoxx 2012-07-24 09:24:40 +04:00
parent e6eb8c1848
commit e8f82fd728

View file

@ -35,8 +35,8 @@ public class SorinLordOfInnistradTest extends CardTestPlayerBase {
addCard(Constants.Zone.BATTLEFIELD, playerA, "Sejiri Merfolk");
addCounters(1, Constants.PhaseStep.UPKEEP, playerA, "Sorin, Lord of Innistrad", CounterType.LOYALTY, 1);
activateAbility(1, Constants.PhaseStep.PRECOMBAT_MAIN, playerA, "-2: You get an emblem with \"[creature you control get +1/+0. ]\". ");
activateAbility(3, Constants.PhaseStep.PRECOMBAT_MAIN, playerA, "-2: You get an emblem with \"[creature you control get +1/+0. ]\". ");
activateAbility(1, Constants.PhaseStep.PRECOMBAT_MAIN, playerA, "-2: You get an emblem with ");
activateAbility(3, Constants.PhaseStep.PRECOMBAT_MAIN, playerA, "-2: You get an emblem with ");
setStopAt(3, Constants.PhaseStep.BEGIN_COMBAT);
execute();