From 3b12abb80324886af2c16dfcd570cef98d9a66ae Mon Sep 17 00:00:00 2001 From: "wagic.the.homebrew@gmail.com" Date: Sun, 17 Jan 2010 11:13:36 +0000 Subject: [PATCH] Erwan -submit test for issue 301 --- .../bin/Res/test/bugs/kormus_bell_i301.txt | 26 +++++++++++++++++++ 1 file changed, 26 insertions(+) create mode 100644 projects/mtg/bin/Res/test/bugs/kormus_bell_i301.txt diff --git a/projects/mtg/bin/Res/test/bugs/kormus_bell_i301.txt b/projects/mtg/bin/Res/test/bugs/kormus_bell_i301.txt new file mode 100644 index 000000000..e7d64a632 --- /dev/null +++ b/projects/mtg/bin/Res/test/bugs/kormus_bell_i301.txt @@ -0,0 +1,26 @@ +#NAME: Kormus Bell +#DESC: +#DESC: BUG +#DESC: +#DESC: Swamps with Kormus Bell Should Trigger +#DESC: all creatures abilities when they go +#DESC: to the graveyard. +#see http://code.google.com/p/wagic/issues/detail?id=301 +[INIT] +firstmain +[PLAYER1] +inplay:Dingus Staff,Kormus Bell,Swamp +hand:terror +manapool:{1}{B} +[PLAYER2] +[DO] +# Lets Kill the Swamp +Terror +Swamp +[ASSERT] +firstmain +[PLAYER1] +inplay:Dingus Staff,Kormus Bell +graveyard:terror,swamp +life:18 +[END]