Erwand
-adding tests for issue 562 and issue 563
This commit is contained in:
@@ -0,0 +1,31 @@
|
|||||||
|
#Bug: If a creature with regenerate block a creature with double strike and dies (then gets regenerated),
|
||||||
|
# then the double strike creature deals its second row of damage to the player.
|
||||||
|
# This shouldn't happen as the creature is markes as blocked.
|
||||||
|
# See: http://code.google.com/p/wagic/issues/detail?id=563
|
||||||
|
[INIT]
|
||||||
|
COMBATATTACKERS
|
||||||
|
[PLAYER1]
|
||||||
|
inplay:Hearthfire Hobgoblin
|
||||||
|
[PLAYER2]
|
||||||
|
inplay:Drudge skeletons, swamp
|
||||||
|
[DO]
|
||||||
|
Hearthfire Hobgoblin
|
||||||
|
next
|
||||||
|
#blockers
|
||||||
|
swamp
|
||||||
|
Drudge skeletons
|
||||||
|
choice 1
|
||||||
|
Drudge skeletons
|
||||||
|
next
|
||||||
|
#damage first strike
|
||||||
|
next
|
||||||
|
#damage
|
||||||
|
next
|
||||||
|
#end of combat
|
||||||
|
[ASSERT]
|
||||||
|
COMBATEND
|
||||||
|
[PLAYER1]
|
||||||
|
inplay:Hearthfire Hobgoblin
|
||||||
|
[PLAYER2]
|
||||||
|
inplay:Drudge skeletons, swamp
|
||||||
|
[END]
|
||||||
@@ -0,0 +1,18 @@
|
|||||||
|
#Bug: Manabarbs doesn't trigger for special lands
|
||||||
|
# See: http://code.google.com/p/wagic/issues/detail?id=562
|
||||||
|
[INIT]
|
||||||
|
FIRSTMAIN
|
||||||
|
[PLAYER1]
|
||||||
|
inplay:manabarbs,savannah
|
||||||
|
[PLAYER2]
|
||||||
|
[DO]
|
||||||
|
savannah
|
||||||
|
choice 0
|
||||||
|
[ASSERT]
|
||||||
|
FIRSTMAIN
|
||||||
|
[PLAYER1]
|
||||||
|
life:19
|
||||||
|
inplay:manabarbs,savannah
|
||||||
|
manapool:{W}
|
||||||
|
[PLAYER2]
|
||||||
|
[END]
|
||||||
Reference in New Issue
Block a user