Added a test for Brainstorm.

This is my first test addition! 

^^ I will now do my best to create tests for all new greater card groups for Wagic 0.12.1.
This commit is contained in:
solo81@web.de
2010-05-08 18:35:27 +00:00
parent 295a32c3d7
commit f0896a29d9
2 changed files with 25 additions and 0 deletions

View File

@@ -140,6 +140,7 @@ boggart_arsonists.txt
borderland_behemoth.txt
bottle_gnomes.txt
bottle_gnomes2.txt
brainstorm.txt
bramblewood_paragon.txt
brass_man.txt
brass_man_i161.txt

View File

@@ -0,0 +1,24 @@
#Testing Brainstorm
#Draw three cards, then put two cards from your hand on top of your library in any order.
[INIT]
FIRSTMAIN
[PLAYER1]
hand:brainstorm
library:plains,forest,island
manapool:{U}
[PLAYER2]
[DO]
brainstorm
choice 0
plains
choice 0
forest
[ASSERT]
FIRSTMAIN
[PLAYER1]
hand:island
library:plains,forest
graveyard:brainstorm
manapool{0}
[PLAYER2]
[END]