From 8a0bfebef6515ca81f682e855a29cc718467db19 Mon Sep 17 00:00:00 2001 From: Martyn Gigg Date: Tue, 7 Jan 2014 15:06:49 +0000 Subject: [PATCH] Fix silly unit test mistake. Refs #8598 --- Code/Mantid/Framework/CurveFitting/test/ConvertToYSpaceTest.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Code/Mantid/Framework/CurveFitting/test/ConvertToYSpaceTest.h b/Code/Mantid/Framework/CurveFitting/test/ConvertToYSpaceTest.h index cb3863dac9b0..f6a7ce3635f6 100644 --- a/Code/Mantid/Framework/CurveFitting/test/ConvertToYSpaceTest.h +++ b/Code/Mantid/Framework/CurveFitting/test/ConvertToYSpaceTest.h @@ -95,7 +95,7 @@ class ConvertToYSpaceTest : public CxxTest::TestSuite void test_Input_Workspace_In_TOF_With_Instrument_But_No_Detector_Parameters_Throws_Error_On_Execution() { auto alg = createAlgorithm(); - auto testWS = WorkspaceCreationHelper::create2DWorkspaceWithFullInstrument(1,10, false); + auto testWS = WorkspaceCreationHelper::create2DWorkspaceWithFullInstrument(1,10, false, false, false); testWS->getAxis(0)->setUnit("TOF"); alg->setProperty("InputWorkspace", testWS);