Fixed few bugs with transform effect. +4 tests pass. Some transform cards should be refactored.

This commit is contained in:
magenoxx 2012-06-01 21:08:29 +04:00
parent 47cf770318
commit 04379e7c99
9 changed files with 141 additions and 22 deletions

View file

@ -78,7 +78,7 @@ public class TwoFacedCardEffectsTest extends CardTestPlayerBase {
execute();
assertHandCount(playerA, 2);
assertHandCount(playerB, 1);
assertHandCount(playerB, 2);
// should transform - original
assertPermanentCount(playerA, "Howlpack Alpha", 1);