Skip to content

Commit

Permalink
Refs #4531 - Fix for failed unit test. :/
Browse files Browse the repository at this point in the history
  • Loading branch information
PeterParker committed Jan 22, 2012
1 parent 9d477c4 commit 1af04d8
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()), 152);
TS_ASSERT_EQUALS( static_cast<int>(pmap.size()), 153);
AnalysisDataService::Instance().remove("parameterIDF");
}

Expand Down

0 comments on commit 1af04d8

Please sign in to comment.