Skip to content
Snippets Groups Projects
Commit c47e5784 authored by WHITFIELDRE email's avatar WHITFIELDRE email
Browse files

Fix SaveMD2 test filename same as SaveMD.

parent c32506a2
No related branches found
No related tags found
No related merge requests found
...@@ -156,7 +156,7 @@ public: ...@@ -156,7 +156,7 @@ public:
void test_saveExpInfo() void test_saveExpInfo()
{ {
std::string filename("MultiExperSaveTest.nxs"); std::string filename("MultiExperSaveMD2Test.nxs");
// Make a 1D MDEventWorkspace // Make a 1D MDEventWorkspace
MDEventWorkspace1Lean::sptr ws = MDEventsTestHelper::makeMDEW<1>(10, 0.0, 10.0, 2); MDEventWorkspace1Lean::sptr ws = MDEventsTestHelper::makeMDEW<1>(10, 0.0, 10.0, 2);
// Make sure it is split // Make sure it is split
...@@ -199,7 +199,7 @@ public: ...@@ -199,7 +199,7 @@ public:
void test_saveAffine() void test_saveAffine()
{ {
std::string filename("MDAffineSaveTest.nxs"); std::string filename("MDAffineSaveMD2Test.nxs");
// Make a 4D MDEventWorkspace // Make a 4D MDEventWorkspace
MDEventWorkspace4Lean::sptr ws = MDEventsTestHelper::makeMDEW<4>(10, 0.0, 10.0, 2); MDEventWorkspace4Lean::sptr ws = MDEventsTestHelper::makeMDEW<4>(10, 0.0, 10.0, 2);
AnalysisDataService::Instance().addOrReplace("SaveMD2Test_ws", ws); AnalysisDataService::Instance().addOrReplace("SaveMD2Test_ws", ws);
......
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