Skip to content

Commit

Permalink
refs #6841 typo fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
abuts committed Apr 8, 2013
1 parent 3afa52c commit 9bb4bf9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Code/Mantid/Framework/MDAlgorithms/test/MergeMDTest.h
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ class MergeMDTest : public CxxTest::TestSuite
TS_ASSERT_DELTA( dim->getMaximum(), +20.0, 1e-3);
}

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

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

0 comments on commit 9bb4bf9

Please sign in to comment.