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
This commit is contained in:
28
projects/mtg/bin/Res/test/bugs/dragon_broodmother_i491.txt
Normal file
28
projects/mtg/bin/Res/test/bugs/dragon_broodmother_i491.txt
Normal 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]
|
||||
18
projects/mtg/bin/Res/test/bugs/souls_attendant_i489.txt
Normal file
18
projects/mtg/bin/Res/test/bugs/souls_attendant_i489.txt
Normal 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]
|
||||
Reference in New Issue
Block a user