Skip to content
Snippets Groups Projects
Commit 965d85ad authored by Campbell, Stuart's avatar Campbell, Stuart
Browse files

Updated data file paths to AutoTestData. refs #1652

parent 83d6a9a5
No related branches found
No related tags found
No related merge requests found
......@@ -43,7 +43,7 @@ public:
//Load the muon nexus file
loader.initialize();
loader.setPropertyValue("Filename", "../../../../Test/Nexus/emu00006473.nxs");
loader.setPropertyValue("Filename", "../../../../Test/AutoTestData/emu00006473.nxs");
loader.setPropertyValue("OutputWorkspace", "EMU6473");
TS_ASSERT_THROWS_NOTHING( loader.execute() );
TS_ASSERT_EQUALS(loader.isExecuted(),true);
......
......@@ -40,7 +40,7 @@ public:
#ifndef _WIN64
loader.initialize();
loader.setPropertyValue("Filename", "../../../../Test/Nexus/emu00006473.nxs");
loader.setPropertyValue("Filename", "../../../../Test/AutoTestData/emu00006473.nxs");
loader.setPropertyValue("OutputWorkspace", "EMU6473");
TS_ASSERT_THROWS_NOTHING( loader.execute() );
TS_ASSERT_EQUALS(loader.isExecuted(),true);
......
......@@ -20,7 +20,7 @@ class PlotAsymmetryByLogValueTest : public CxxTest::TestSuite
public:
PlotAsymmetryByLogValueTest()
:firstRun("../../../../Test/Nexus/MUSR00015189.nxs"),lastRun("../../../../Test/Nexus/MUSR00015199.nxs")
:firstRun("../../../../Test/AutoTestData/MUSR00015189.nxs"),lastRun("../../../../Test/AutoTestData/MUSR00015199.nxs")
{
}
......
......@@ -187,7 +187,7 @@ public:
#ifndef _WIN64
Mantid::NeXus::LoadMuonNexus loader;
loader.initialize();
loader.setPropertyValue("Filename", "../../../../Test/Nexus/emu00006473.nxs");
loader.setPropertyValue("Filename", "../../../../Test/AutoTestData/emu00006473.nxs");
loader.setPropertyValue("OutputWorkspace", "EMU6473");
loader.execute();
......
......@@ -38,7 +38,7 @@ public:
Mantid::DataHandling::LoadRaw3 loader;
loader.initialize();
loader.setPropertyValue("Filename","../../../../Test/Data/OFFSPEC00004622.raw");
loader.setPropertyValue("Filename","../../../../Test/AutoTestData/OFFSPEC00004622.raw");
loader.setPropertyValue("OutputWorkspace","first");
loader.setPropertyValue("SpectrumList","1");
loader.setPropertyValue("LoadLogFiles","0");
......@@ -46,7 +46,7 @@ public:
Mantid::DataHandling::LoadRaw3 loader2;
loader2.initialize();
loader2.setPropertyValue("Filename","../../../../Test/Data/OFFSPEC00004622.raw");
loader2.setPropertyValue("Filename","../../../../Test/AutoTestData/OFFSPEC00004622.raw");
loader2.setPropertyValue("OutputWorkspace","second");
loader2.setPropertyValue("SpectrumList","2");
loader2.setPropertyValue("LoadLogFiles","0");
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment