Psyringe - added test scripts for recently added cards and mechanics (nofizzle, manacost, X-effects). Also added thorough testing for Angry Mob to help clearing up recent discussion.
This commit is contained in:
22
projects/mtg/bin/Res/test/bugs/fallowsage_ailoop_i227.txt
Normal file
22
projects/mtg/bin/Res/test/bugs/fallowsage_ailoop_i227.txt
Normal file
@@ -0,0 +1,22 @@
|
||||
#NAME: Fallowsage
|
||||
#DESC: Bug: AI is caught in an endless
|
||||
#DESC: loop if it tries to attack with
|
||||
#DESC: Fallowsage.
|
||||
#DESC: See http://code.google.com/p/wagic/issues/detail?id=227
|
||||
[INIT]
|
||||
combatattackers
|
||||
[PLAYER1]
|
||||
inplay:Fallowsage
|
||||
library:Island,Plains,Swamp,Mountain,Forest
|
||||
[PLAYER2]
|
||||
[DO]
|
||||
ai
|
||||
ai
|
||||
ai
|
||||
ai
|
||||
ai
|
||||
ai
|
||||
ai
|
||||
ai
|
||||
ai
|
||||
ai
|
||||
24
projects/mtg/bin/Res/test/bugs/fallowsage_i227.txt
Normal file
24
projects/mtg/bin/Res/test/bugs/fallowsage_i227.txt
Normal file
@@ -0,0 +1,24 @@
|
||||
#NAME: Fallowsage
|
||||
#DESC: Bug: Fallowsage allows
|
||||
#DESC: multiple drawing of cards.
|
||||
#DESC: See http://code.google.com/p/wagic/issues/detail?id=227
|
||||
[INIT]
|
||||
combatattackers
|
||||
[PLAYER1]
|
||||
inplay:Fallowsage
|
||||
library:Plains,Swamp,Mountain,Forest,Island
|
||||
[PLAYER2]
|
||||
[DO]
|
||||
Fallowsage
|
||||
choice 1
|
||||
Fallowsage
|
||||
Fallowsage
|
||||
choice 1
|
||||
[ASSERT]
|
||||
combatattackers
|
||||
[PLAYER1]
|
||||
inplay:Fallowsage
|
||||
library:Plains,Swamp,Mountain,Forest
|
||||
hand:Island
|
||||
[PLAYER2]
|
||||
[END]
|
||||
Reference in New Issue
Block a user