Added 15 tests to secure the latest card code package for future changes.

This commit is contained in:
solo81@web.de
2011-09-11 16:07:33 +00:00
parent 2a0e6ac2d7
commit fc52b31326
17 changed files with 403 additions and 4 deletions
@@ -0,0 +1,23 @@
#Testing Rending Vines.
#"Destroy target artifact or enchantment if its converted mana cost is less than or equal to the number of cards in your hand. -- Draw a card."
[INIT]
FIRSTMAIN
[PLAYER1]
library:Grizzly Bears
hand:Island,Forest,Rending Vines
manapool:{G}{G}{G}
[PLAYER2]
inplay:Omega Myr
life:20
[DO]
Rending Vines
Omega Myr
[ASSERT]
FIRSTMAIN
[PLAYER1]
hand:Island,Forest,Grizzly Bears
graveyard:Rending Vines
manapool:{0}
[PLAYER2]
graveyard:Omega Myr
[END]