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

Re #6771. Change file for performance test to the one that exists now.

parent 3b7377f6
No related branches found
No related tags found
No related merge requests found
...@@ -72,7 +72,7 @@ public: ...@@ -72,7 +72,7 @@ public:
void testDefaultLoad() { void testDefaultLoad() {
Mantid::DataHandling::LoadILL loader; Mantid::DataHandling::LoadILL loader;
loader.initialize(); loader.initialize();
loader.setPropertyValue("Filename", "ILLIN5_094460.nxs"); loader.setPropertyValue("Filename", "ILLIN5_104007.nxs");
loader.setPropertyValue("OutputWorkspace", "ws"); loader.setPropertyValue("OutputWorkspace", "ws");
TS_ASSERT( loader.execute()); TS_ASSERT( 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