From f24546c0eb11bb75f21f9d2b056da93382735ce5 Mon Sep 17 00:00:00 2001 From: "wagic.the.homebrew@gmail.com" Date: Thu, 3 Dec 2009 09:54:15 +0000 Subject: [PATCH] Erwan -adding missing test "prosperity.txt" --- projects/mtg/bin/Res/test/prosperity.txt | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 projects/mtg/bin/Res/test/prosperity.txt diff --git a/projects/mtg/bin/Res/test/prosperity.txt b/projects/mtg/bin/Res/test/prosperity.txt new file mode 100644 index 000000000..cc4eeacec --- /dev/null +++ b/projects/mtg/bin/Res/test/prosperity.txt @@ -0,0 +1,21 @@ +#Test: Draw X +[INIT] +FIRSTMAIN +[PLAYER1] +library:grizzly bears,raging goblin,swamp +hand:prosperity +manapool:{2}{U} +[PLAYER2] +library:plains,forest,mountain +[DO] +prosperity +[ASSERT] +FIRSTMAIN +[PLAYER1] +graveyard:prosperity +hand:raging goblin,swamp +library:grizzly bears +[PLAYER2] +hand:mountain,forest +library:plains +[END] \ No newline at end of file