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:
@@ -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]
|
||||
Reference in New Issue
Block a user