From 41d3b6d60f5023dffb4ef1cdbe278d91613501fd Mon Sep 17 00:00:00 2001 From: Martyn Gigg Date: Fri, 13 Mar 2015 15:35:07 +0000 Subject: [PATCH] Fix VatesAPI test that alters the number of ExperimentInfo objects Refs #11350 --- .../VatesAPI/test/vtkDataSetToNonOrthogonalDataSetTest.h | 4 ---- 1 file changed, 4 deletions(-) diff --git a/Code/Mantid/Vates/VatesAPI/test/vtkDataSetToNonOrthogonalDataSetTest.h b/Code/Mantid/Vates/VatesAPI/test/vtkDataSetToNonOrthogonalDataSetTest.h index 7bdafe9ce686..742dfdc8acac 100644 --- a/Code/Mantid/Vates/VatesAPI/test/vtkDataSetToNonOrthogonalDataSetTest.h +++ b/Code/Mantid/Vates/VatesAPI/test/vtkDataSetToNonOrthogonalDataSetTest.h @@ -39,7 +39,6 @@ class vtkDataSetToNonOrthogonalDataSetTest : public CxxTest::TestSuite // information necessary for the non-orthogonal axes std::string wsName = "simpleWS"; IMDEventWorkspace_sptr ws = makeAnyMDEW, 4>(1, 0.0, 1.0, 1, wsName); - // Set the coordinate system if (!wrongCoords) { @@ -51,9 +50,6 @@ class vtkDataSetToNonOrthogonalDataSetTest : public CxxTest::TestSuite } // Set the UB matrix - ExperimentInfo_sptr expInfo = ExperimentInfo_sptr(new ExperimentInfo()); - ws->addExperimentInfo(expInfo); - if (!forgetUB) { IAlgorithm_sptr alg = AlgorithmManager::Instance().create("SetUB");