From b9b3810bd955bd16d3063c82115a0acc8c54bab4 Mon Sep 17 00:00:00 2001 From: "wagic.the.homebrew@gmail.com" Date: Sat, 16 Jan 2010 04:42:58 +0000 Subject: [PATCH] Erwan -adding test for issue 275 --- .../bin/Res/test/bugs/sacred_foundry_i275.txt | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 projects/mtg/bin/Res/test/bugs/sacred_foundry_i275.txt diff --git a/projects/mtg/bin/Res/test/bugs/sacred_foundry_i275.txt b/projects/mtg/bin/Res/test/bugs/sacred_foundry_i275.txt new file mode 100644 index 000000000..0d450c00e --- /dev/null +++ b/projects/mtg/bin/Res/test/bugs/sacred_foundry_i275.txt @@ -0,0 +1,18 @@ +#Bug: Cancelling a "may" ability prevents from playing +# see http://code.google.com/p/wagic/issues/detail?id=275 +[INIT] +FIRSTMAIN +[PLAYER1] +hand:sacred foundry,grizzly bears +manapool:{1}{G} +[PLAYER2] +[DO] +sacred foundry +choice 1 +grizzly bears +[ASSERT] +FIRSTMAIN +[PLAYER1] +inplay:sacred foundry,grizzly bears +[PLAYER2] +[END] \ No newline at end of file