From f0896a29d9ab1e53f976ec8522b732badbb5f3dc Mon Sep 17 00:00:00 2001 From: "solo81@web.de" Date: Sat, 8 May 2010 18:35:27 +0000 Subject: [PATCH] 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. --- projects/mtg/bin/Res/test/_tests.txt | 1 + projects/mtg/bin/Res/test/brainstorm.txt | 24 ++++++++++++++++++++++++ 2 files changed, 25 insertions(+) create mode 100644 projects/mtg/bin/Res/test/brainstorm.txt diff --git a/projects/mtg/bin/Res/test/_tests.txt b/projects/mtg/bin/Res/test/_tests.txt index f6788fb35..ca18563ac 100644 --- a/projects/mtg/bin/Res/test/_tests.txt +++ b/projects/mtg/bin/Res/test/_tests.txt @@ -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 diff --git a/projects/mtg/bin/Res/test/brainstorm.txt b/projects/mtg/bin/Res/test/brainstorm.txt new file mode 100644 index 000000000..cf337c72c --- /dev/null +++ b/projects/mtg/bin/Res/test/brainstorm.txt @@ -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] \ No newline at end of file