Skip to content

Commit

Permalink
Refs #5035 - Fix unit test.
Browse files Browse the repository at this point in the history
Need to account for additional parameter added to the TOSCA param file.
  • Loading branch information
PeterParker committed Apr 28, 2012
1 parent ff03574 commit d30db48
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Code/Mantid/Framework/DataHandling/test/LoadRaw3Test.h
Original file line number Diff line number Diff line change
Expand Up @@ -387,7 +387,7 @@ class LoadRaw3Test : public CxxTest::TestSuite
TS_ASSERT_EQUALS( ptrDet->getID(), 60);

Mantid::Geometry::ParameterMap& pmap = output2D->instrumentParameters();
TS_ASSERT_EQUALS( static_cast<int>(pmap.size()), 154);
TS_ASSERT_EQUALS( static_cast<int>(pmap.size()), 155);
AnalysisDataService::Instance().remove("parameterIDF");
}

Expand Down

0 comments on commit d30db48

Please sign in to comment.