From 536ca897bc7309b673f7def351af33e9245a66c7 Mon Sep 17 00:00:00 2001 From: "wagic.the.homebrew@gmail.com" Date: Sat, 30 Jan 2010 14:19:15 +0000 Subject: [PATCH] Erwan -adding test for error 305 (promise of bunrei). Can't reproduce the issue. --- projects/mtg/bin/Res/test/_tests.txt | 3 +++ .../bin/Res/test/promise_of_bunrei_i305.txt | 20 +++++++++++++++++++ 2 files changed, 23 insertions(+) create mode 100644 projects/mtg/bin/Res/test/promise_of_bunrei_i305.txt diff --git a/projects/mtg/bin/Res/test/_tests.txt b/projects/mtg/bin/Res/test/_tests.txt index 68218d3d7..7334899e5 100644 --- a/projects/mtg/bin/Res/test/_tests.txt +++ b/projects/mtg/bin/Res/test/_tests.txt @@ -1,3 +1,5 @@ + +/* ######################## #Generic engine features ######################## @@ -314,6 +316,7 @@ paralysis2.txt persuasion.txt plague_rats.txt plumes_of_peace_i260.txt +promise_of_bunrei_i305.txt prosperity.txt protomatter_powder.txt prowess_of_the_fair.txt diff --git a/projects/mtg/bin/Res/test/promise_of_bunrei_i305.txt b/projects/mtg/bin/Res/test/promise_of_bunrei_i305.txt new file mode 100644 index 000000000..961183f7a --- /dev/null +++ b/projects/mtg/bin/Res/test/promise_of_bunrei_i305.txt @@ -0,0 +1,20 @@ +#Bug: Promise of Bunrei doesn't work +# see http://code.google.com/p/wagic/issues/detail?id=305 +[INIT] +FIRSTMAIN +[PLAYER1] +hand:terror +manapool:{1}{B} +[PLAYER2] +inplay:grizzly bears,promise of bunrei +[DO] +terror +grizzly bears +[ASSERT] +FIRSTMAIN +[PLAYER1] +graveyard:terror +[PLAYER2] +graveyard:grizzly bears,promise of bunrei +inplay:*,*,*,* +[END] \ No newline at end of file