Skip to content
Snippets Groups Projects
Commit 03d56b45 authored by Samuel Jackson's avatar Samuel Jackson
Browse files

Refs #19522 Add test case for slow loading

parent 16913ace
No related branches found
No related tags found
No related merge requests found
......@@ -1444,6 +1444,14 @@ public:
loader.setPropertyValue("OutputWorkspace", "ws");
TS_ASSERT(loader.execute());
}
void testPeaksWorkspace() {
LoadNexusProcessed loader;
loader.initialize();
loader.setPropertyValue("Filename", "24954_allpeaksbyhand.nxs");
loader.setPropertyValue("OutputWorkspace", "peaks");
TS_ASSERT(loader.execute());
}
};
#endif /*LOADNEXUSPROCESSEDTESTRAW_H_*/
5a61128f18c65ba2769e18f72de2ae42
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