From e1720415d186ae5b9742d6aa67239ee5ea308a25 Mon Sep 17 00:00:00 2001 From: "wagic.the.homebrew@gmail.com" Date: Sat, 21 Nov 2009 13:29:55 +0000 Subject: [PATCH] Erwan -adding script to reproduce issue 206 --- .../bin/Res/test/bugs/rain_of_filth_i206.txt | 20 +++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 projects/mtg/bin/Res/test/bugs/rain_of_filth_i206.txt diff --git a/projects/mtg/bin/Res/test/bugs/rain_of_filth_i206.txt b/projects/mtg/bin/Res/test/bugs/rain_of_filth_i206.txt new file mode 100644 index 000000000..03f54962c --- /dev/null +++ b/projects/mtg/bin/Res/test/bugs/rain_of_filth_i206.txt @@ -0,0 +1,20 @@ +#Bug: Rain of filth crashes the game +# http://code.google.com/p/wagic/issues/detail?id=206 +[INIT] +FIRSTMAIN +[PLAYER1] +inplay:forest +hand:rain of filth +manapool:{B} +[PLAYER2] +[DO] +rain of filth +forest +choice 1 +[ASSERT] +FIRSTMAIN +[PLAYER1] +manapool:{B} +graveyard:forest,rain of filth +[PLAYER2] +[END] \ No newline at end of file