[MBS] Burn the Impure + test

This commit is contained in:
magenoxx 2011-03-01 08:32:35 +03:00
parent 5a380e1b9e
commit 662dd2948a
3 changed files with 151 additions and 1 deletions

View file

@ -61,7 +61,7 @@ public class PlayGameTest extends MageTestBase {
game.addPlayer(computerB, deck2);
game.loadCards(deck2.getCards(), computerB.getId());
parseScenario("scenario2.txt");
parseScenario("tests/Burn the Impure.test");
game.cheat(computerA.getId(), commandsA);
game.cheat(computerA.getId(), libraryCardsA, handCardsA, battlefieldCardsA, graveyardCardsA);
game.cheat(computerB.getId(), commandsB);