Psyringe - added test scripts for issues i176 - i182. Again added some more scripts that were written to verify bug reports (but where the card behaved correctly).

This commit is contained in:
Psyyringe
2009-11-12 17:29:00 +00:00
parent ce0051e545
commit d7f4cb66ad
12 changed files with 389 additions and 0 deletions
+32
View File
@@ -0,0 +1,32 @@
#NAME: Enervate
#DESC: Tests whether Enervate can tap a creature
#DESC: (and whether the "draw card" aspect works).
#DESC: If Enervate cannot target the Prodigal
#DESC: Sorcerer, then PS will target itself and
#DESC: go to the graveyard.
#DESC: If Enervate can target but cannot tap the
#DESC: PS, the the PS will do 1 damage to player 2.
[INIT]
firstmain
[PLAYER1]
inplay:Prodigal Sorcerer
hand:Enervate
library:Island
manapool:{U}{U}
[PLAYER2]
[DO]
Enervate
Prodigal Sorcerer
Prodigal Sorcerer
p2
eot
next
[ASSERT]
upkeep
[PLAYER1]
inplay:Prodigal Sorcerer
graveyard:Enervate
hand:Island
[PLAYER2]
life:20
[END]