Files
wagic/projects/mtg/bin/Res/test/bugs/dragon_broodmother_i491.txt
wagic.the.homebrew@gmail.com 8fdb64e9ce Erwan
- adding tests for issue 489 and issue 491
- check for null pointers in Credits.cpp
- Test suite can now select tokens by their name
- Fixed Dragon Broodmothere's token name
2010-10-17 10:21:08 +00:00

28 lines
367 B
Plaintext

#Bug: "new school" Tokens can't have two colors
[INIT]
UNTAP
[PLAYER1]
inplay:mountain
hand:shock
[PLAYER2]
inplay:dragon broodmother,Boartusk Liege
[DO]
next
#upkeep
choice 1
next
#draw
next
#main
mountain
shock
Dragon
[ASSERT]
FIRSTMAIN
[PLAYER1]
graveyard:shock
inplay:mountain
[PLAYER2]
inplay:dragon broodmother,Boartusk Liege,*
[END]