Moved a bunch of old tests related to (fixed) issues to the tests folder, and added them to the tests list

This commit is contained in:
wagic.the.homebrew
2011-05-29 07:10:14 +00:00
parent 34311a4499
commit d32ffc5e10
23 changed files with 34 additions and 119 deletions
@@ -0,0 +1,31 @@
#NAME: Spirit Link on opponent's creatures
#DESC: Spirit Link should give Life to the
#DESC: controller of Spirit Link, not to the
#DESC: controller of the enchanted creature.
#DESC: See http://code.google.com/p/wagic/issues/detail?id=173
[INIT]
firstmain
[PLAYER1]
inplay:Giant Spider
hand:Spirit Link
manapool:{W}
[PLAYER2]
inplay:Giant Mantis
[DO]
Spirit Link
Giant Mantis
next
next
Giant Spider
next
Giant Mantis
next
next
[ASSERT]
combatend
[PLAYER1]
inplay:Giant Spider,Spirit Link
life:22
[PLAYER2]
inplay:Giant Mantis
[END]