Skip to content

Commit

Permalink
Fix VatesAPI test that alters the number of ExperimentInfo objects
Browse files Browse the repository at this point in the history
Refs #11350
  • Loading branch information
martyngigg committed Mar 13, 2015
1 parent 497b59d commit 41d3b6d
Showing 1 changed file with 0 additions and 4 deletions.
Expand Up @@ -39,7 +39,6 @@ class vtkDataSetToNonOrthogonalDataSetTest : public CxxTest::TestSuite
// information necessary for the non-orthogonal axes
std::string wsName = "simpleWS";
IMDEventWorkspace_sptr ws = makeAnyMDEW<MDEvent<4>, 4>(1, 0.0, 1.0, 1, wsName);

// Set the coordinate system
if (!wrongCoords)
{
Expand All @@ -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");
Expand Down

0 comments on commit 41d3b6d

Please sign in to comment.