From 9201860744d3881dc754e8462a958c4a8d5f9b7f Mon Sep 17 00:00:00 2001 From: "anthonycalosa@gmail.com" Date: Tue, 15 Jan 2013 01:59:48 +0000 Subject: [PATCH] Added Oracle of Nectars gain life test. I have 2 tests failed, gain X life and ai proliferation. It seems there is an issue on my maxglee profile(the one i have with lots of deck, i mean a lot). Now I changed my profile to default profile(the one with a demo deck), restarted and run the tests a couple of times and my tests are all succesful 100%. --- .../mtg/bin/Res/test/Oracle_of_Nectars.txt | 29 +++++++++++++++++++ 1 file changed, 29 insertions(+) create mode 100644 projects/mtg/bin/Res/test/Oracle_of_Nectars.txt diff --git a/projects/mtg/bin/Res/test/Oracle_of_Nectars.txt b/projects/mtg/bin/Res/test/Oracle_of_Nectars.txt new file mode 100644 index 000000000..c34ec8cb9 --- /dev/null +++ b/projects/mtg/bin/Res/test/Oracle_of_Nectars.txt @@ -0,0 +1,29 @@ +#Test: X tap gain X life +[INIT] +FIRSTMAIN +[PLAYER1] +inplay:Oracle of Nectars,1388,1394,1391,1397,1375 +[PLAYER2] +[DO] +1388 +1394 +1391 +1397 +1375 +Oracle of Nectars +eot +#untap +next +#upkeep +next +#draw +next +#main 1 +[ASSERT] +FIRSTMAIN +[PLAYER1] +inplay:Oracle of Nectars,1388,1394,1391,1397,1375 +life:25 +[PLAYER2] +life:20 +[END] \ No newline at end of file