From c8cdceb1d51f85172657c3b053bea3fe35b11b36 Mon Sep 17 00:00:00 2001 From: Russell Taylor <taylorrj@ornl.gov> Date: Thu, 13 May 2010 16:17:28 +0000 Subject: [PATCH] Fix tests failing because of name change of INES instrument definition file. Re #1249. --- Code/Mantid/Algorithms/test/DetectorEfficiencyVariationTest.h | 2 +- Code/Mantid/Algorithms/test/MedianDetectorTestTest.h | 2 +- Code/Mantid/Algorithms/test/SolidAngleTest.h | 2 +- Code/Mantid/DataHandling/test/SaveSPETest.h | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Code/Mantid/Algorithms/test/DetectorEfficiencyVariationTest.h b/Code/Mantid/Algorithms/test/DetectorEfficiencyVariationTest.h index 00345702b2b..5f2d5266e42 100644 --- a/Code/Mantid/Algorithms/test/DetectorEfficiencyVariationTest.h +++ b/Code/Mantid/Algorithms/test/DetectorEfficiencyVariationTest.h @@ -218,7 +218,7 @@ public: Mantid::DataHandling::LoadInstrument loader; loader.initialize(); // Path to test input file assumes Test directory checked out from SVN - std::string inputFile = "../../../../Test/Instrument/INS_Definition.xml"; + std::string inputFile = "../../../../Test/Instrument/INES_Definition.xml"; loader.setPropertyValue("Filename", inputFile); loader.setPropertyValue("Workspace", m_WB1Name); loader.execute(); diff --git a/Code/Mantid/Algorithms/test/MedianDetectorTestTest.h b/Code/Mantid/Algorithms/test/MedianDetectorTestTest.h index 6acae275ad3..38500e2f90e 100644 --- a/Code/Mantid/Algorithms/test/MedianDetectorTestTest.h +++ b/Code/Mantid/Algorithms/test/MedianDetectorTestTest.h @@ -250,7 +250,7 @@ public: Mantid::DataHandling::LoadInstrument loader; loader.initialize(); // Path to test input file assumes Test directory checked out from SVN - std::string inputFile = "../../../../Test/Instrument/INS_Definition.xml"; + std::string inputFile = "../../../../Test/Instrument/INES_Definition.xml"; loader.setPropertyValue("Filename", inputFile); loader.setPropertyValue("Workspace", m_IWSName); loader.execute(); diff --git a/Code/Mantid/Algorithms/test/SolidAngleTest.h b/Code/Mantid/Algorithms/test/SolidAngleTest.h index 2f4eddce339..a50db0e16b5 100644 --- a/Code/Mantid/Algorithms/test/SolidAngleTest.h +++ b/Code/Mantid/Algorithms/test/SolidAngleTest.h @@ -58,7 +58,7 @@ public: Mantid::DataHandling::LoadInstrument loader; loader.initialize(); // Path to test input file assumes Test directory checked out from SVN - std::string inputFile = "../../../../Test/Instrument/INS_Definition.xml"; + std::string inputFile = "../../../../Test/Instrument/INES_Definition.xml"; loader.setPropertyValue("Filename", inputFile); loader.setPropertyValue("Workspace", inputSpace); loader.execute(); diff --git a/Code/Mantid/DataHandling/test/SaveSPETest.h b/Code/Mantid/DataHandling/test/SaveSPETest.h index 67792065099..3ffa48e7a2a 100644 --- a/Code/Mantid/DataHandling/test/SaveSPETest.h +++ b/Code/Mantid/DataHandling/test/SaveSPETest.h @@ -146,7 +146,7 @@ public: Mantid::DataHandling::LoadInstrument loader; loader.initialize(); // Path to test input file assumes Test directory checked out from SVN - std::string inputFile = "../../../../Test/Instrument/INS_Definition.xml"; + std::string inputFile = "../../../../Test/Instrument/INES_Definition.xml"; loader.setPropertyValue("Filename", inputFile); loader.setPropertyValue("Workspace", input); loader.execute(); -- GitLab