Files
wagic/projects/mtg/bin/Res/test/bugs/kudzu_i168.txt
Psyyringe ff008059e8 Psyringe - added test suite scripts for issues i163 to i168.
Also added two scripts that don't demonstrate bugs (apparently the bug reports that I used to write the scripts were either false or outdated). nevertheless it doesn't hurt to have these scripts in the test suite, it prevents us from breaking something for the respective cards in the future and not noticing it.

The script fear_i147.txt has been moved into the "generic" folder and added to the regular test sequence for the same reason.

Also fixed the script generic/tokens.txt. It was referencing The Hive once via name and once via ID. This caused problems when (unofficial) Beta edition _cards.dat was installed.
2009-11-08 21:34:24 +00:00

30 lines
470 B
Plaintext

#NAME: Double-Kudzu crash test
#DESC: Bug: Game crashes if a land with
#DESC: two Kudzus in it is tapped.
#DESC: See: http://code.google.com/p/wagic/issues/detail?id=168
[INIT]
firstmain
[PLAYER1]
inplay:Swamp
hand:Kudzu,Kudzu
manapool:{G}{G}{G}{G}{G}{G}
[PLAYER2]
inplay:Mountain
[DO]
Kudzu
Swamp
Kudzu
Swamp
Swamp
Mountain
Mountain
[ASSERT]
firstmain
[PLAYER1]
inplay:
graveyard:Swamp
manapool:
[PLAYER2]
inplay:Mountain,Kudzu,Kudzu
[END]