moved tests for rakdos pit dragon into bugs folder until issue 555 is resolved.
This commit is contained in:
26
projects/mtg/bin/Res/test/bugs/rakdos_pit_dragon_i555_1.txt
Normal file
26
projects/mtg/bin/Res/test/bugs/rakdos_pit_dragon_i555_1.txt
Normal file
@@ -0,0 +1,26 @@
|
||||
#Testing Rakdos Pit Dragon WITH Hellbent.
|
||||
#Hellbent - Rakdos Pit Dragon has double strike as long as you have no cards in hand.
|
||||
#
|
||||
# Rakdos Pit Dragon should deal damamge twice for 3 points each since player has no cards in hand
|
||||
[INIT]
|
||||
COMBATATTACKERS
|
||||
[PLAYER1]
|
||||
inplay:rakdos pit dragon
|
||||
[PLAYER2]
|
||||
life:20
|
||||
[DO]
|
||||
rakdos pit dragon
|
||||
next
|
||||
#blockers
|
||||
next
|
||||
#damage
|
||||
next
|
||||
#combatend
|
||||
next
|
||||
[ASSERT]
|
||||
COMBATEND
|
||||
[PLAYER1]
|
||||
inplay:rakdos pit dragon
|
||||
[PLAYER2]
|
||||
life:14
|
||||
[END]
|
||||
27
projects/mtg/bin/Res/test/bugs/rakdos_pit_dragon_i555_2.txt
Normal file
27
projects/mtg/bin/Res/test/bugs/rakdos_pit_dragon_i555_2.txt
Normal file
@@ -0,0 +1,27 @@
|
||||
#Testing Rakdos Pit Dragon WITH Hellbent.
|
||||
#Hellbent - Rakdos Pit Dragon has double strike as long as you have no cards in hand.
|
||||
#
|
||||
# Rakdos Pit Dragon should deal damamge twice for 3 points each since player has no cards in hand
|
||||
[INIT]
|
||||
COMBATATTACKERS
|
||||
[PLAYER1]
|
||||
inplay:rakdos pit dragon
|
||||
graveyard:black knight
|
||||
[PLAYER2]
|
||||
life:20
|
||||
[DO]
|
||||
rakdos pit dragon
|
||||
next
|
||||
#blockers
|
||||
next
|
||||
#damage
|
||||
next
|
||||
#combatend
|
||||
[ASSERT]
|
||||
COMBATEND
|
||||
[PLAYER1]
|
||||
inplay:rakdos pit dragon
|
||||
graveyard:black knight
|
||||
[PLAYER2]
|
||||
life:14
|
||||
[END]
|
||||
29
projects/mtg/bin/Res/test/bugs/rakdos_pit_dragon_i555_3.txt
Normal file
29
projects/mtg/bin/Res/test/bugs/rakdos_pit_dragon_i555_3.txt
Normal file
@@ -0,0 +1,29 @@
|
||||
#Testing Rakdos Pit Dragon WITHOUT Hellbent.
|
||||
#Hellbent - Rakdos Pit Dragon has double strike as long as you have no cards in hand.
|
||||
#
|
||||
# Rakdos Pit Dragon should only deal damamge once for 3 points
|
||||
[INIT]
|
||||
COMBATATTACKERS
|
||||
[PLAYER1]
|
||||
inplay:rakdos pit dragon
|
||||
hand:white knight
|
||||
graveyard: black knight
|
||||
[PLAYER2]
|
||||
life:20
|
||||
[DO]
|
||||
rakdos pit dragon
|
||||
next
|
||||
#blockers
|
||||
next
|
||||
#damage
|
||||
next
|
||||
#combatend
|
||||
[ASSERT]
|
||||
COMBATEND
|
||||
[PLAYER1]
|
||||
inplay:rakdos pit dragon
|
||||
hand:white knight
|
||||
graveyard: black knight
|
||||
[PLAYER2]
|
||||
life:17
|
||||
[END]
|
||||
27
projects/mtg/bin/Res/test/bugs/rakdos_pit_dragon_i555_4.txt
Normal file
27
projects/mtg/bin/Res/test/bugs/rakdos_pit_dragon_i555_4.txt
Normal file
@@ -0,0 +1,27 @@
|
||||
#Testing Rakdos Pit Dragon WITHOUT Hellbent.
|
||||
#Hellbent - Rakdos Pit Dragon has double strike as long as you have no cards in hand.
|
||||
#
|
||||
# Rakdos Pit Dragon should only deal damage once since player1 has a card in hand
|
||||
[INIT]
|
||||
COMBATATTACKERS
|
||||
[PLAYER1]
|
||||
inplay:rakdos pit dragon
|
||||
hand:white knight
|
||||
[PLAYER2]
|
||||
life:20
|
||||
[DO]
|
||||
rakdos pit dragon
|
||||
next
|
||||
#blockers
|
||||
next
|
||||
#damage
|
||||
next
|
||||
#combatend
|
||||
[ASSERT]
|
||||
COMBATEND
|
||||
[PLAYER1]
|
||||
inplay:rakdos pit dragon
|
||||
hand:white knight
|
||||
[PLAYER2]
|
||||
life:17
|
||||
[END]
|
||||
Reference in New Issue
Block a user