Skip to content

Commit

Permalink
refs #6841 not it is full test for EI
Browse files Browse the repository at this point in the history
  • Loading branch information
abuts committed Apr 8, 2013
1 parent d8fb0e1 commit 3afa52c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Code/Mantid/Framework/MDAlgorithms/test/MergeMDTest.h
Original file line number Diff line number Diff line change
Expand Up @@ -90,6 +90,8 @@ class MergeMDTest : public CxxTest::TestSuite
TS_ASSERT_DELTA( dim->getMinimum(), -5.0, 1e-3);
TS_ASSERT_DELTA( dim->getMaximum(), +20.0, 1e-3);
}

TS_ASSERT(3,ws->getNumExperimentInfo());

// Remove workspace from the data service.
AnalysisDataService::Instance().remove(outWSName);
Expand Down

0 comments on commit 3afa52c

Please sign in to comment.