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