From 5ffe7c3b0066568bc0e21cdc5978f8d23d805ebc Mon Sep 17 00:00:00 2001 From: Psyyringe Date: Sat, 14 Nov 2009 12:36:12 +0000 Subject: [PATCH] Psyringe - created new folder "wontfix" for the Test Suite. This folder is for tests that were written for things that currently don't work and that we currently won't fix either. Nevertheless it's good to have the tests available in case some of these problems become fixable later on. There were a couple of scripts in _tests.txt which were commented out for this reason, I moved them to the new wontfix folder too. I think it's cleaner and easier mto maintain to only have tests in the "tests" folder which actually work and are meant to succeed. --- projects/mtg/bin/Res/test/_tests.txt | 5 ----- projects/mtg/bin/Res/test/{ => wontfix}/befoul.txt | 0 projects/mtg/bin/Res/test/{ => wontfix}/blinking_spirit.txt | 0 .../Res/test/{bugs => wontfix}/glimpse_of_nature_i186.txt | 0 projects/mtg/bin/Res/test/{ => wontfix}/hammerfist_giant.txt | 0 projects/mtg/bin/Res/test/{ => wontfix}/mind_rot.txt | 0 projects/mtg/bin/Res/test/{ => wontfix}/spitting_hydra.txt | 0 7 files changed, 5 deletions(-) rename projects/mtg/bin/Res/test/{ => wontfix}/befoul.txt (100%) rename projects/mtg/bin/Res/test/{ => wontfix}/blinking_spirit.txt (100%) rename projects/mtg/bin/Res/test/{bugs => wontfix}/glimpse_of_nature_i186.txt (100%) rename projects/mtg/bin/Res/test/{ => wontfix}/hammerfist_giant.txt (100%) rename projects/mtg/bin/Res/test/{ => wontfix}/mind_rot.txt (100%) rename projects/mtg/bin/Res/test/{ => wontfix}/spitting_hydra.txt (100%) diff --git a/projects/mtg/bin/Res/test/_tests.txt b/projects/mtg/bin/Res/test/_tests.txt index 8e7cc1e5a..58d8c42d4 100644 --- a/projects/mtg/bin/Res/test/_tests.txt +++ b/projects/mtg/bin/Res/test/_tests.txt @@ -71,9 +71,7 @@ basal_sliver.txt beacon_of_unrest.txt belligerent_hatchling.txt benalish_knight.txt -#befoul.txt blessed_wine.txt -#blinking_spirit.txt bloodfire_colossus.txt bloodhall_ooze.txt body_double.txt @@ -154,7 +152,6 @@ goblin_balloon_brigade2.txt goblin_king.txt goblin_offensive.txt gravedigger.txt -#hammerfist_giant.txt hannas_custody.txt harpoon_sniper.txt hellfire.txt @@ -190,7 +187,6 @@ master_of_etherium.txt memory_erosion.txt millstone.txt misc01.txt -#mind_rot.txt moat.txt mobile_fort.txt nantuko_husk.txt @@ -248,7 +244,6 @@ slith_bloodletter.txt soulblast.txt sphinx_summoner.txt spitting_earth.txt -#spitting_hydra.txt #bug with taking away counter spark_elemental.txt spirit_link.txt spoils_of_evil.txt diff --git a/projects/mtg/bin/Res/test/befoul.txt b/projects/mtg/bin/Res/test/wontfix/befoul.txt similarity index 100% rename from projects/mtg/bin/Res/test/befoul.txt rename to projects/mtg/bin/Res/test/wontfix/befoul.txt diff --git a/projects/mtg/bin/Res/test/blinking_spirit.txt b/projects/mtg/bin/Res/test/wontfix/blinking_spirit.txt similarity index 100% rename from projects/mtg/bin/Res/test/blinking_spirit.txt rename to projects/mtg/bin/Res/test/wontfix/blinking_spirit.txt diff --git a/projects/mtg/bin/Res/test/bugs/glimpse_of_nature_i186.txt b/projects/mtg/bin/Res/test/wontfix/glimpse_of_nature_i186.txt similarity index 100% rename from projects/mtg/bin/Res/test/bugs/glimpse_of_nature_i186.txt rename to projects/mtg/bin/Res/test/wontfix/glimpse_of_nature_i186.txt diff --git a/projects/mtg/bin/Res/test/hammerfist_giant.txt b/projects/mtg/bin/Res/test/wontfix/hammerfist_giant.txt similarity index 100% rename from projects/mtg/bin/Res/test/hammerfist_giant.txt rename to projects/mtg/bin/Res/test/wontfix/hammerfist_giant.txt diff --git a/projects/mtg/bin/Res/test/mind_rot.txt b/projects/mtg/bin/Res/test/wontfix/mind_rot.txt similarity index 100% rename from projects/mtg/bin/Res/test/mind_rot.txt rename to projects/mtg/bin/Res/test/wontfix/mind_rot.txt diff --git a/projects/mtg/bin/Res/test/spitting_hydra.txt b/projects/mtg/bin/Res/test/wontfix/spitting_hydra.txt similarity index 100% rename from projects/mtg/bin/Res/test/spitting_hydra.txt rename to projects/mtg/bin/Res/test/wontfix/spitting_hydra.txt