From ce99cc1b68834b8af3263e2cf8565e08c37943b7 Mon Sep 17 00:00:00 2001
From: Michael Reuter <reuterma@ornl.gov>
Date: Mon, 19 Dec 2011 14:49:09 -0500
Subject: [PATCH] Refs #4231. Renaming tests.

---
 .../StandAloneExec/test/suite_StandAloneVsi/suite.conf         | 2 +-
 .../suite_StandAloneVsi/{tst_LoadMd => tst_Load3dMdew}/test.py | 3 +--
 .../{tst_LoadMd => tst_Load3dMdew}/verificationPoints/VP1      | 0
 .../{tst_LoadSqw => tst_Load4dMdew}/config.xml                 | 0
 .../{tst_LoadSqw => tst_Load4dMdew}/test.py                    | 2 +-
 5 files changed, 3 insertions(+), 4 deletions(-)
 rename Code/Mantid/Vates/VatesSimpleGui/StandAloneExec/test/suite_StandAloneVsi/{tst_LoadMd => tst_Load3dMdew}/test.py (80%)
 rename Code/Mantid/Vates/VatesSimpleGui/StandAloneExec/test/suite_StandAloneVsi/{tst_LoadMd => tst_Load3dMdew}/verificationPoints/VP1 (100%)
 rename Code/Mantid/Vates/VatesSimpleGui/StandAloneExec/test/suite_StandAloneVsi/{tst_LoadSqw => tst_Load4dMdew}/config.xml (100%)
 rename Code/Mantid/Vates/VatesSimpleGui/StandAloneExec/test/suite_StandAloneVsi/{tst_LoadSqw => tst_Load4dMdew}/test.py (90%)

diff --git a/Code/Mantid/Vates/VatesSimpleGui/StandAloneExec/test/suite_StandAloneVsi/suite.conf b/Code/Mantid/Vates/VatesSimpleGui/StandAloneExec/test/suite_StandAloneVsi/suite.conf
index 51511222d1f..97c95ddba03 100644
--- a/Code/Mantid/Vates/VatesSimpleGui/StandAloneExec/test/suite_StandAloneVsi/suite.conf
+++ b/Code/Mantid/Vates/VatesSimpleGui/StandAloneExec/test/suite_StandAloneVsi/suite.conf
@@ -6,6 +6,6 @@ ENVVARS=envvars
 HOOK_SUB_PROCESSES=false
 IMPLICITAUTSTART=0
 LANGUAGE=Python
-TEST_CASES=tst_Startup tst_LoadMd tst_LoadPeaks tst_Splatter tst_PeaksOverlay
+TEST_CASES=tst_Startup tst_Load3dMdew tst_LoadPeaks tst_Splatter tst_PeaksOverlay
 VERSION=2
 WRAPPERS=Qt
diff --git a/Code/Mantid/Vates/VatesSimpleGui/StandAloneExec/test/suite_StandAloneVsi/tst_LoadMd/test.py b/Code/Mantid/Vates/VatesSimpleGui/StandAloneExec/test/suite_StandAloneVsi/tst_Load3dMdew/test.py
similarity index 80%
rename from Code/Mantid/Vates/VatesSimpleGui/StandAloneExec/test/suite_StandAloneVsi/tst_LoadMd/test.py
rename to Code/Mantid/Vates/VatesSimpleGui/StandAloneExec/test/suite_StandAloneVsi/tst_Load3dMdew/test.py
index 0e28722dfeb..6f6671ce589 100644
--- a/Code/Mantid/Vates/VatesSimpleGui/StandAloneExec/test/suite_StandAloneVsi/tst_LoadMd/test.py
+++ b/Code/Mantid/Vates/VatesSimpleGui/StandAloneExec/test/suite_StandAloneVsi/tst_Load3dMdew/test.py
@@ -3,8 +3,7 @@ def main():
     source(findFile("scripts", "test_helpers.py"))
     source(findFile("scripts", "common_checks.py"))
     startApplication("VatesSimpleGui")
-    filename = "TOPAZ_3680_5_sec_MDEW.nxs"
-    openFile(filename)
+    openFile("TOPAZ_3680_5_sec_MDEW.nxs")
     check_mode_buttons(std=False, ms=True, ts=True, sp=True)
     check_time_controls(False)
     quitProgram()
diff --git a/Code/Mantid/Vates/VatesSimpleGui/StandAloneExec/test/suite_StandAloneVsi/tst_LoadMd/verificationPoints/VP1 b/Code/Mantid/Vates/VatesSimpleGui/StandAloneExec/test/suite_StandAloneVsi/tst_Load3dMdew/verificationPoints/VP1
similarity index 100%
rename from Code/Mantid/Vates/VatesSimpleGui/StandAloneExec/test/suite_StandAloneVsi/tst_LoadMd/verificationPoints/VP1
rename to Code/Mantid/Vates/VatesSimpleGui/StandAloneExec/test/suite_StandAloneVsi/tst_Load3dMdew/verificationPoints/VP1
diff --git a/Code/Mantid/Vates/VatesSimpleGui/StandAloneExec/test/suite_StandAloneVsi/tst_LoadSqw/config.xml b/Code/Mantid/Vates/VatesSimpleGui/StandAloneExec/test/suite_StandAloneVsi/tst_Load4dMdew/config.xml
similarity index 100%
rename from Code/Mantid/Vates/VatesSimpleGui/StandAloneExec/test/suite_StandAloneVsi/tst_LoadSqw/config.xml
rename to Code/Mantid/Vates/VatesSimpleGui/StandAloneExec/test/suite_StandAloneVsi/tst_Load4dMdew/config.xml
diff --git a/Code/Mantid/Vates/VatesSimpleGui/StandAloneExec/test/suite_StandAloneVsi/tst_LoadSqw/test.py b/Code/Mantid/Vates/VatesSimpleGui/StandAloneExec/test/suite_StandAloneVsi/tst_Load4dMdew/test.py
similarity index 90%
rename from Code/Mantid/Vates/VatesSimpleGui/StandAloneExec/test/suite_StandAloneVsi/tst_LoadSqw/test.py
rename to Code/Mantid/Vates/VatesSimpleGui/StandAloneExec/test/suite_StandAloneVsi/tst_Load4dMdew/test.py
index 3359329e96a..9fda6984047 100644
--- a/Code/Mantid/Vates/VatesSimpleGui/StandAloneExec/test/suite_StandAloneVsi/tst_LoadSqw/test.py
+++ b/Code/Mantid/Vates/VatesSimpleGui/StandAloneExec/test/suite_StandAloneVsi/tst_Load4dMdew/test.py
@@ -3,7 +3,7 @@ def main():
     source(findFile("scripts", "test_helpers.py"))
     source(findFile("scripts", "common_checks.py"))
     startApplication("VatesSimpleGui")
-    openFile("")
+    openFile("MDEW_4D.nxs")
     check_mode_buttons(std=False, ms=True, ts=True, sp=True)
     check_time_controls(True)
     quitProgram()
-- 
GitLab