fixed ExchangeControlTest a little

This commit is contained in:
magenoxx 2012-07-20 13:09:47 +04:00
parent cdb3ccfc38
commit e83dc29f4c

View file

@ -79,9 +79,10 @@ public class ExchangeControlTest extends CardTestPlayerBase {
setStopAt(1, Constants.PhaseStep.BEGIN_COMBAT);
execute();
assertGraveyardCount(playerB, "Elite Vanguard", 1);
// check nothing happened
assertPermanentCount(playerA, "Llanowar Elves", 1);
assertPermanentCount(playerB, "Elite Vanguard", 1);
}
/**
@ -107,8 +108,9 @@ public class ExchangeControlTest extends CardTestPlayerBase {
setStopAt(1, Constants.PhaseStep.BEGIN_COMBAT);
execute();
assertGraveyardCount(playerA, "Llanowar Elves", 1);
// check nothing happened
assertPermanentCount(playerA, "Llanowar Elves", 1);
assertPermanentCount(playerB, "Elite Vanguard", 1);
}