From b5950918559a568cd814f88d183a65753ef26084 Mon Sep 17 00:00:00 2001 From: "techdragon.nguyen@gmail.com" Date: Thu, 9 Dec 2010 07:58:58 +0000 Subject: [PATCH] moved tests for rakdos pit dragon into bugs folder until issue 555 is resolved. --- projects/mtg/bin/Res/test/_tests.txt | 4 --- .../rakdos_pit_dragon_i555_1.txt} | 0 .../rakdos_pit_dragon_i555_2.txt} | 0 .../rakdos_pit_dragon_i555_3.txt} | 0 .../rakdos_pit_dragon_i555_4.txt} | 0 .../rakdos_pit_dragon_WITHOUT_hellbent.txt | 23 --------------- .../test/rakdos_pit_dragon_WITH_hellbent.txt | 28 ------------------- 7 files changed, 55 deletions(-) rename projects/mtg/bin/Res/test/{rakdos_pit_dragon_1.txt => bugs/rakdos_pit_dragon_i555_1.txt} (100%) rename projects/mtg/bin/Res/test/{rakdos_pit_dragon_2.txt => bugs/rakdos_pit_dragon_i555_2.txt} (100%) rename projects/mtg/bin/Res/test/{rakdos_pit_dragon_3.txt => bugs/rakdos_pit_dragon_i555_3.txt} (100%) rename projects/mtg/bin/Res/test/{rakdos_pit_dragon_4.txt => bugs/rakdos_pit_dragon_i555_4.txt} (100%) delete mode 100644 projects/mtg/bin/Res/test/rakdos_pit_dragon_WITHOUT_hellbent.txt delete mode 100644 projects/mtg/bin/Res/test/rakdos_pit_dragon_WITH_hellbent.txt diff --git a/projects/mtg/bin/Res/test/_tests.txt b/projects/mtg/bin/Res/test/_tests.txt index 69f93c61c..b394d8c9e 100644 --- a/projects/mtg/bin/Res/test/_tests.txt +++ b/projects/mtg/bin/Res/test/_tests.txt @@ -411,10 +411,6 @@ pyroclasm.txt quilled_sliver.txt rain_of_filth_i206.txt rain_of_filth_i283.txt -rakdos_pit_dragon_1.txt -rakdos_pit_dragon_2.txt -rakdos_pit_dragon_3.txt -rakdos_pit_dragon_4.txt rampant_growth.txt rancor.txt ray_of_command.txt diff --git a/projects/mtg/bin/Res/test/rakdos_pit_dragon_1.txt b/projects/mtg/bin/Res/test/bugs/rakdos_pit_dragon_i555_1.txt similarity index 100% rename from projects/mtg/bin/Res/test/rakdos_pit_dragon_1.txt rename to projects/mtg/bin/Res/test/bugs/rakdos_pit_dragon_i555_1.txt diff --git a/projects/mtg/bin/Res/test/rakdos_pit_dragon_2.txt b/projects/mtg/bin/Res/test/bugs/rakdos_pit_dragon_i555_2.txt similarity index 100% rename from projects/mtg/bin/Res/test/rakdos_pit_dragon_2.txt rename to projects/mtg/bin/Res/test/bugs/rakdos_pit_dragon_i555_2.txt diff --git a/projects/mtg/bin/Res/test/rakdos_pit_dragon_3.txt b/projects/mtg/bin/Res/test/bugs/rakdos_pit_dragon_i555_3.txt similarity index 100% rename from projects/mtg/bin/Res/test/rakdos_pit_dragon_3.txt rename to projects/mtg/bin/Res/test/bugs/rakdos_pit_dragon_i555_3.txt diff --git a/projects/mtg/bin/Res/test/rakdos_pit_dragon_4.txt b/projects/mtg/bin/Res/test/bugs/rakdos_pit_dragon_i555_4.txt similarity index 100% rename from projects/mtg/bin/Res/test/rakdos_pit_dragon_4.txt rename to projects/mtg/bin/Res/test/bugs/rakdos_pit_dragon_i555_4.txt diff --git a/projects/mtg/bin/Res/test/rakdos_pit_dragon_WITHOUT_hellbent.txt b/projects/mtg/bin/Res/test/rakdos_pit_dragon_WITHOUT_hellbent.txt deleted file mode 100644 index 6aa8d4863..000000000 --- a/projects/mtg/bin/Res/test/rakdos_pit_dragon_WITHOUT_hellbent.txt +++ /dev/null @@ -1,23 +0,0 @@ -#Testing Rakdos Pit Dragon WITHOUT Hellbent. -#Hellbent - Rakdos Pit Dragon has double strike as long as you have no cards in hand. -[INIT] -COMBATATTACKERS -[PLAYER1] -inplay:rakdos pit dragon -[PLAYER2] -life:20 -[DO] -rakdos pit dragon -next -#blockers -next -#damage -next -#combatend -[ASSERT] -COMBATEND -[PLAYER1] -inplay:rakdos pit dragon -[PLAYER2] -life:17 -[END] \ No newline at end of file diff --git a/projects/mtg/bin/Res/test/rakdos_pit_dragon_WITH_hellbent.txt b/projects/mtg/bin/Res/test/rakdos_pit_dragon_WITH_hellbent.txt deleted file mode 100644 index 59ef7c6fd..000000000 --- a/projects/mtg/bin/Res/test/rakdos_pit_dragon_WITH_hellbent.txt +++ /dev/null @@ -1,28 +0,0 @@ -#Testing Rakdos Pit Dragon WITH Hellbent. -#Hellbent - Rakdos Pit Dragon has double strike as long as you have no cards in hand. -[INIT] -COMBATATTACKERS -[PLAYER1] -inplay:rakdos pit dragon -hand:dark ritual -manapool:{B} -[PLAYER2] -life:20 -[DO] -dark ritual -rakdos pit dragon -next -#blockers -next -#damage -next -#combatend -next -[ASSERT] -COMBATEND -[PLAYER1] -inplay:rakdos pit dragon -graveyard:dark ritual -[PLAYER2] -life:14 -[END] \ No newline at end of file