Skip to content
Snippets Groups Projects
Commit 1e6597b1 authored by Owen Arnold's avatar Owen Arnold
Browse files

refs #14124. Fix more test usage.

parent 89c90bd7
No related branches found
No related tags found
No related merge requests found
......@@ -72,6 +72,8 @@ public:
loadInst->setPropertyValue(
"Filename", "IDFs_for_UNIT_TESTING/MINITOPAZ_Definition.xml");
loadInst->setProperty<MatrixWorkspace_sptr>("Workspace", retVal);
loadInst->setProperty("OverwriteSpectraMap",
Mantid::Kernel::OptionalBool(true));
loadInst->execute();
delete loadInst;
// Populate the instrument parameters in this workspace - this works around
......
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