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.
This commit is contained in:
27
projects/mtg/bin/Res/test/bugs/disrupting_scepter_i163.txt
Normal file
27
projects/mtg/bin/Res/test/bugs/disrupting_scepter_i163.txt
Normal file
@@ -0,0 +1,27 @@
|
||||
#NAME: Disrupting Scepter
|
||||
#DESC: When Disrupting Scepter is activated,
|
||||
#DESC: it does not allow to choose a target.
|
||||
#DESC: Instead, a red rectangle flashes briefly
|
||||
#DESC: around the whole screen. No mana is used.
|
||||
#DESC: See: http://code.google.com/p/wagic/issues/detail?id=163
|
||||
[INIT]
|
||||
firstmain
|
||||
[PLAYER1]
|
||||
hand:Disrupting Scepter
|
||||
manapool:{6}
|
||||
[PLAYER2]
|
||||
hand:Forest,Forest
|
||||
[DO]
|
||||
Disrupting Scepter
|
||||
Disrupting Scepter
|
||||
p2
|
||||
[ASSERT]
|
||||
firstmain
|
||||
[PLAYER1]
|
||||
inplay:Disrupting Scepter
|
||||
hand:
|
||||
manapool:
|
||||
[PLAYER2]
|
||||
hand:Forest
|
||||
graveyard:Forest
|
||||
[END]
|
||||
Reference in New Issue
Block a user