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
+36
View File
@@ -0,0 +1,36 @@
#NAME: Farmstead
#DESC: Tests whether Farmstead correctly
#DESC: gives its ability to the land it
#DESC: enchants, and if it can be used
#DESC: only once (as it should).
[INIT]
secondmain
[PLAYER1]
inplay:129680,129681,129682,1395,1396
hand:Farmstead
manapool:{W}{W}{W}
[PLAYER2]
library:Swamp
[DO]
Farmstead
129680
Farmstead
eot
eot
next
129681
129682
Farmstead
1395
1396
Farmstead
129680
[ASSERT]
upkeep
[PLAYER1]
inplay:129680,129681,129682,1395,1396,Farmstead
manapool:{W}{W}{W}
life:21
[PLAYER2]
hand:Swamp
[END]