From 9f8a394a9f2416b05887aa006146c70103e8f475 Mon Sep 17 00:00:00 2001 From: "wagic.the.homebrew@gmail.com" Date: Tue, 15 Dec 2009 12:05:55 +0000 Subject: [PATCH] Erwan - Test for invalid issue 249. closing the issue --- projects/mtg/bin/Res/test/_tests.txt | 1 + .../mtg/bin/Res/test/generic/landwalk.txt | 25 +++++++++++++++++++ 2 files changed, 26 insertions(+) create mode 100644 projects/mtg/bin/Res/test/generic/landwalk.txt diff --git a/projects/mtg/bin/Res/test/_tests.txt b/projects/mtg/bin/Res/test/_tests.txt index d70621766..a0d92a825 100644 --- a/projects/mtg/bin/Res/test/_tests.txt +++ b/projects/mtg/bin/Res/test/_tests.txt @@ -25,6 +25,7 @@ generic/hybrid_mana_2.txt generic/hybrid_mana_3.txt generic/kicker.txt generic/kicker2.txt +generic/landwalk.txt generic/legendary.txt generic/lifelink.txt generic/m10_blockers.txt diff --git a/projects/mtg/bin/Res/test/generic/landwalk.txt b/projects/mtg/bin/Res/test/generic/landwalk.txt new file mode 100644 index 000000000..c91aab53a --- /dev/null +++ b/projects/mtg/bin/Res/test/generic/landwalk.txt @@ -0,0 +1,25 @@ +#Testing landwalk +#see http://code.google.com/p/wagic/issues/detail?id=249 +[INIT] +COMBATATTACKERS +[PLAYER1] +inplay:shanodin dryads +[PLAYER2] +inplay:forest,grizzly bears +[DO] +shanodin dryads +next +#blockers +grizzly bears +next +#damage +next +#combat end +[ASSERT] +COMBATEND +[PLAYER1] +inplay:shanodin dryads +[PLAYER2] +inplay:forest,grizzly bears +life:19 +[END] \ No newline at end of file