Skip to content
Snippets Groups Projects
Commit a6fed188 authored by Russell Taylor's avatar Russell Taylor
Browse files

Fix Nexus test for CMake. Re #1881.

parent fa548538
No related branches found
No related tags found
No related merge requests found
...@@ -151,7 +151,7 @@ private: ...@@ -151,7 +151,7 @@ private:
Mantid::DataHandling::LoadInstrument loader; Mantid::DataHandling::LoadInstrument loader;
loader.initialize(); loader.initialize();
// Path to test input file assumes Test directory checked out from SVN // Path to test input file assumes Test directory checked out from SVN
std::string inputFile = "../../../Instrument/INES_Definition.xml"; std::string inputFile = "INES_Definition.xml";
loader.setPropertyValue("Filename", inputFile); loader.setPropertyValue("Filename", inputFile);
loader.setPropertyValue("Workspace", input); loader.setPropertyValue("Workspace", input);
loader.execute(); loader.execute();
......
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