- 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
This commit is contained in:
wagic.the.homebrew@gmail.com
2010-10-17 10:21:08 +00:00
parent d9f5b1586c
commit 8fdb64e9ce
7 changed files with 97 additions and 19 deletions

View File

@@ -0,0 +1,28 @@
#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]

View File

@@ -0,0 +1,18 @@
#Bug: Triggers are "targetting", making Black Knight immune to soul's attendant ability
# http://code.google.com/p/wagic/issues/detail?id=489
[INIT]
FIRSTMAIN
[PLAYER1]
inplay:soul's attendant
hand:black knight
manapool:{B}{B}
[PLAYER2]
[DO]
black knight
[ASSERT]
FIRSTMAIN
[PLAYER1]
inplay:soul's attendant,black knight
life:21
[PLAYER2]
[END]