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
@@ -0,0 +1,35 @@
#NAME: Dream Fracture
#DESC: Dream fracture has a Counterspell effect
#DESC: and should also allow the caster and the
#DESC: target controller to draw one card each.
#DESC: Current bug: The caster draws two cards,
#DESC: the target controller none.
#DESC: See http://code.google.com/p/wagic/issues/detail?id=142
[INIT]
firstmain
[PLAYER1]
hand:Grizzly Bears
library:Forest,Craw Wurm
manapool:{G}{G}
[PLAYER2]
hand:Dream Fracture
library:Swamp,Air Elemental
manapool:{U}{U}{U}
[DO]
Grizzly Bears
no
yes
Dream Fracture
Grizzly Bears
endinterruption
[ASSERT]
firstmain
[PLAYER1]
hand:Forest
graveyard:Grizzly Bears
library:Craw Wurm
[PLAYER2]
hand:Swamp
graveyard:Dream Fracture
library:Air Elemental
[END]