Psyringe - created new folder "wontfix" for the Test Suite. This folder is for tests that were written for things that currently don't work and that we currently won't fix either. Nevertheless it's good to have the tests available in case some of these problems become fixable later on.

There were a couple of scripts in _tests.txt which were commented out for this reason, I moved them to the new wontfix folder too. I think it's cleaner and easier mto maintain to only have tests in the "tests" folder which actually work and are meant to succeed.
This commit is contained in:
Psyyringe
2009-11-14 12:36:12 +00:00
parent 852d88233f
commit 5ffe7c3b00
7 changed files with 0 additions and 5 deletions
@@ -0,0 +1,19 @@
#Testing Befoul on Grizzly bears
[INIT]
FIRSTMAIN
[PLAYER1]
hand:befoul
manapool:{2}{B}{B}
[PLAYER2]
inplay:1250
[DO]
befoul
1250
[ASSERT]
FIRSTMAIN
[PLAYER1]
graveyard:befoul
manapool:{0}
[PLAYER2]
graveyard:1250
[END]
@@ -0,0 +1,24 @@
#Bug:blinking spirit goes directly to graveyard
[INIT]
COMBATATTACKERS
[PLAYER1]
inplay:Blinking Spirit
[PLAYER2]
[DO]
Blinking Spirit
choice 0
next
#blockers
next
#damage
next
#combatend
next
Blinking Spirit
[ASSERT]
SECONDMAIN
[PLAYER1]
hand:Blinking Spirit
[PLAYER2]
life:18
[END]
@@ -0,0 +1,24 @@
#NAME: Glimpse of Nature card drawing
#DESC: Bug: Casting Glimpse of Nature (CHK)
#DESC: doesn't let you draw cards when you
#DESC: summon creatures this turn.
#DESC: See http://code.google.com/p/wagic/issues/detail?id=186
[INIT]
firstmain
[PLAYER1]
hand:Glimpse of Nature,Grizzly Bears
library:Forest,Swamp
manapool:{G}{G}{G}
[PLAYER2]
[DO]
Glimpse of Nature
Grizzly Bears
[ASSERT]
firstmain
[PLAYER1]
inplay:Grizzly Bears
hand:Forest
library:Swamp
graveyard:Glimpse of Nature
[PLAYER2]
[END]
@@ -0,0 +1,35 @@
#Bug: Hammerfist_giant does damage when it comes into play
[INIT]
FIRSTMAIN
[PLAYER1]
hand:Hammerfist giant
inplay:air elemental,grizzly bears
manapool:{4}{R}{R}
[PLAYER2]
[DO]
hammerfist giant
next
#combat begin
next
#attackers
air elemental
grizzly bears
next
#blockers
next
#damage
next
#combat end
next
#main phase 2
hammerfist giant
[ASSERT]
SECONDMAIN
[PLAYER1]
inplay:air elemental,hammerfist giant
graveyard:grizzly bears
manapool:{0}
life:16
[PLAYER2]
life:10
[END]
@@ -0,0 +1,20 @@
#Testing Random discard
[INIT]
FIRSTMAIN
[PLAYER1]
hand:Mind Rot
manapool:{2}{B}
[PLAYER2]
hand:swamp,plains,mountain
[DO]
Mind Rot
p2
[ASSERT]
FIRSTMAIN
[PLAYER1]
graveyard:Mind Rot
manapool:{0}
[PLAYER2]
hand:*
graveyard:*,*
[END]
@@ -0,0 +1,26 @@
#counter(1/1,-1) && damage:1 target(creature)
[INIT]
FIRSTMAIN
[PLAYER1]
inplay:Spitting Hydra
manapool:{1}{R}{1}{R}{1}{R}{1}{R}
[PLAYER2]
inplay:Angelic Wall
[DO]
Spitting Hydra
Angelic Wall
Spitting Hydra
Angelic Wall
Spitting Hydra
Angelic Wall
Spitting Hydra
Angelic Wall
[ASSERT]
FIRSTMAIN
[PLAYER1]
graveyard:Spitting Hydra
life:20
[PLAYER2]
graveyard:Angelic Wall
life:20
[END]