-adding tests for issue 294 (can't reproduce)
This commit is contained in:
wagic.the.homebrew@gmail.com
2010-01-16 04:33:04 +00:00
parent 3e8c11b29f
commit 7de479b73b
3 changed files with 66 additions and 0 deletions

View File

@@ -267,6 +267,8 @@ keldon_warlord.txt
keldon_warlord2.txt
kird_ape.txt
kjeldoran_frostbeast1.txt
knight_captain_of_eos_i294.txt
knight_captain_of_eos_i294_2.txt
krosan_beast.txt
krosan_beast2.txt
kraken_eye.txt

View File

@@ -0,0 +1,31 @@
#Bug: Knight Captain prevents all combat damage
[INIT]
FIRSTMAIN
[PLAYER1]
inplay:Yotian soldier,grizzly bears
hand:Knight-Captain of eos
manapool:{4}{W}
[PLAYER2]
inplay:air elemental
[DO]
Knight-Captain of eos
next
#begin
next
#attackers
grizzly bears
next
#blockers
air elemental
next
#damage
next
#end combat
[ASSERT]
COMBATEND
[PLAYER1]
inplay:Knight-Captain of eos,Yotian soldier,*,*
graveyard:grizzly bears
[PLAYER2]
inplay:air elemental
[END]

View File

@@ -0,0 +1,33 @@
#Bug: Knight Captain prevents all combat damage
[INIT]
FIRSTMAIN
[PLAYER1]
inplay:Yotian soldier,grizzly bears
hand:Knight-Captain of eos
manapool:{4}{W}{W}
[PLAYER2]
inplay:air elemental
[DO]
Knight-Captain of eos
Knight-Captain of eos
Yotian Soldier
next
#begin
next
#attackers
grizzly bears
next
#blockers
air elemental
next
#damage
next
#end combat
[ASSERT]
COMBATEND
[PLAYER1]
inplay:Knight-Captain of eos,*,*,grizzly bears
graveyard:Yotian soldier
[PLAYER2]
inplay:air elemental
[END]