From 1e6597b19d0f9fc5457b66187a6a71a8db656609 Mon Sep 17 00:00:00 2001 From: Owen Arnold <owen.arnold@stfc.ac.uk> Date: Fri, 6 Nov 2015 10:22:09 +0000 Subject: [PATCH] refs #14124. Fix more test usage. --- Framework/Crystal/test/PeakIntegrationTest.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Framework/Crystal/test/PeakIntegrationTest.h b/Framework/Crystal/test/PeakIntegrationTest.h index a34be8927d4..66d6a0322a9 100644 --- a/Framework/Crystal/test/PeakIntegrationTest.h +++ b/Framework/Crystal/test/PeakIntegrationTest.h @@ -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 -- GitLab