leungclj - Added test for indestructible, also submitted issue for indestructible bug. Please refer to "indestructible_2_i569.txt"
This commit is contained in:
@@ -33,6 +33,7 @@ generic/fresh.txt
|
||||
generic/hybrid_mana.txt
|
||||
generic/hybrid_mana_2.txt
|
||||
generic/hybrid_mana_3.txt
|
||||
generic/indestructible.txt
|
||||
generic/kicker.txt
|
||||
generic/kicker2.txt
|
||||
generic/landwalk.txt
|
||||
|
||||
21
projects/mtg/bin/Res/test/bugs/indestructible_2_i569.txt
Normal file
21
projects/mtg/bin/Res/test/bugs/indestructible_2_i569.txt
Normal file
@@ -0,0 +1,21 @@
|
||||
#Testing Indestructible: Darksteel Myr against Runeclaw Bear
|
||||
#Result: Darksteel Myr should be dead
|
||||
[INIT]
|
||||
FIRSTMAIN
|
||||
[PLAYER1]
|
||||
inplay:Darksteel Myr
|
||||
hand:Blister Beetle
|
||||
manapool:{1}{B}
|
||||
[PLAYER2]
|
||||
inplay:Runeclaw Bear
|
||||
[DO]
|
||||
Blister Beetle
|
||||
Darksteel Myr
|
||||
[ASSERT]
|
||||
FIRSTMAIN
|
||||
[PLAYER1]
|
||||
inplay:Blister Beetle
|
||||
graveyard:Darksteel Myr
|
||||
[PLAYER2]
|
||||
inplay:Runeclaw Bear
|
||||
[END]
|
||||
21
projects/mtg/bin/Res/test/generic/indestructible.txt
Normal file
21
projects/mtg/bin/Res/test/generic/indestructible.txt
Normal file
@@ -0,0 +1,21 @@
|
||||
#Testing Indestructible: Darksteel Myr against Runeclaw Bear
|
||||
#Result: Nothing happens
|
||||
[INIT]
|
||||
COMBATATTACKERS
|
||||
[PLAYER1]
|
||||
inplay:Darksteel Myr
|
||||
[PLAYER2]
|
||||
inplay:Runeclaw Bear
|
||||
[DO]
|
||||
Darksteel Myr
|
||||
next
|
||||
Runeclaw Bear
|
||||
next
|
||||
next
|
||||
[ASSERT]
|
||||
COMBATEND
|
||||
[PLAYER1]
|
||||
inplay:Darksteel Myr
|
||||
[PLAYER2]
|
||||
inplay:Runeclaw Bear
|
||||
[END]
|
||||
Reference in New Issue
Block a user