Skip to content

Commit

Permalink
Put ApplyCalibrationTest.h into new branch re #5797
Browse files Browse the repository at this point in the history
The branch is named feature/5797_apply_calib_test. It was created to aid merging.

Signed-off-by: Karl Palmen <karl.palmen@stfc.ac.uk>
  • Loading branch information
KarlPalmen committed Apr 23, 2013
1 parent 5ce9886 commit 36637f6
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions Code/Mantid/Framework/Algorithms/test/ApplyCalibrationTest.h
Original file line number Diff line number Diff line change
Expand Up @@ -82,6 +82,8 @@ class ApplyCalibrationTest : public CxxTest::TestSuite
TS_ASSERT_DELTA( newPos.X() , 1.0, 0.0001);
TS_ASSERT_DELTA( newPos.Y() , 0.01*(ndets-1), 0.0001);
TS_ASSERT_DELTA( newPos.Z() , 2.0, 0.0001);

dataStore.remove(wsName);
}

void testComplex()
Expand Down Expand Up @@ -143,6 +145,8 @@ class ApplyCalibrationTest : public CxxTest::TestSuite
TS_ASSERT_DELTA( newPos.X() , 1.0, 0.0001);
TS_ASSERT_DELTA( newPos.Y() , 0.02, 0.0001);
TS_ASSERT_DELTA( newPos.Z() , 2.0, 0.0001);

dataStore.remove(wsName);
}


Expand Down

0 comments on commit 36637f6

Please sign in to comment.