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