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

View File

@@ -1,24 +0,0 @@
#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]