From f847bff1d41e9df52807babe9c6c2ba1dca40819 Mon Sep 17 00:00:00 2001 From: "wagic.the.homebrew@gmail.com" Date: Sun, 31 Oct 2010 03:19:25 +0000 Subject: [PATCH] Erwan - adding a test for issue 501 (changeling creatures do not get correct creature types) --- .../mtg/bin/Res/test/bugs/changeling_i501.txt | 20 +++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 projects/mtg/bin/Res/test/bugs/changeling_i501.txt diff --git a/projects/mtg/bin/Res/test/bugs/changeling_i501.txt b/projects/mtg/bin/Res/test/bugs/changeling_i501.txt new file mode 100644 index 000000000..aa9bd30ee --- /dev/null +++ b/projects/mtg/bin/Res/test/bugs/changeling_i501.txt @@ -0,0 +1,20 @@ +#Bug: Changeling doesn't work +# Amoeboid changeling should be a kithkin, and get the Wizened Cenn bonus +# see: http://code.google.com/p/wagic/issues/detail?id=501 +[INIT] +FIRSTMAIN +[PLAYER1] +inplay:Wizened Cenn,Amoeboid Changeling +hand:Scar +manapool:{R} +[PLAYER2] +[DO] +scar +Amoeboid Changeling +[ASSERT] +FIRSTMAIN +[PLAYER1] +inplay:Wizened Cenn,Amoeboid Changeling +graveyard:Scar +[PLAYER2] +[END] \ No newline at end of file