From e17b20c9d80b3a2445e01e7cec3689b3b7288be0 Mon Sep 17 00:00:00 2001 From: "wagic.the.homebrew" Date: Mon, 10 Oct 2011 12:47:58 +0000 Subject: [PATCH] Adding a test for issue 718 (vesuva land limit) --- .../Res/test/bugs/vesuva_landlimit_i718.txt | 20 +++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 projects/mtg/bin/Res/test/bugs/vesuva_landlimit_i718.txt diff --git a/projects/mtg/bin/Res/test/bugs/vesuva_landlimit_i718.txt b/projects/mtg/bin/Res/test/bugs/vesuva_landlimit_i718.txt new file mode 100644 index 000000000..24dcc0953 --- /dev/null +++ b/projects/mtg/bin/Res/test/bugs/vesuva_landlimit_i718.txt @@ -0,0 +1,20 @@ +#Bug: Playing a plains after Vesuva in the same turn shouldn't be possible +# see http://code.google.com/p/wagic/issues/detail?id=718 +[INIT] +FIRSTMAIN +[PLAYER1] +hand:mountain,vesuva +inplay:plains +[PLAYER2] +[DO] +vesuva +choice 0 +plains +mountain +[ASSERT] +FIRSTMAIN +[PLAYER1] +hand:mountain +inplay:plains,vesuva +[PLAYER2] +[END] \ No newline at end of file