Skip to content
Snippets Groups Projects
Commit 842859b3 authored by Nick Draper's avatar Nick Draper
Browse files

Merge remote-tracking branch 'origin/feature/5797_apply_calib_test'

parents 84af4f86 36637f68
No related branches found
No related tags found
No related merge requests found
...@@ -82,6 +82,8 @@ public: ...@@ -82,6 +82,8 @@ public:
TS_ASSERT_DELTA( newPos.X() , 1.0, 0.0001); TS_ASSERT_DELTA( newPos.X() , 1.0, 0.0001);
TS_ASSERT_DELTA( newPos.Y() , 0.01*(ndets-1), 0.0001); TS_ASSERT_DELTA( newPos.Y() , 0.01*(ndets-1), 0.0001);
TS_ASSERT_DELTA( newPos.Z() , 2.0, 0.0001); TS_ASSERT_DELTA( newPos.Z() , 2.0, 0.0001);
dataStore.remove(wsName);
} }
void testComplex() void testComplex()
...@@ -143,6 +145,8 @@ public: ...@@ -143,6 +145,8 @@ public:
TS_ASSERT_DELTA( newPos.X() , 1.0, 0.0001); TS_ASSERT_DELTA( newPos.X() , 1.0, 0.0001);
TS_ASSERT_DELTA( newPos.Y() , 0.02, 0.0001); TS_ASSERT_DELTA( newPos.Y() , 0.02, 0.0001);
TS_ASSERT_DELTA( newPos.Z() , 2.0, 0.0001); TS_ASSERT_DELTA( newPos.Z() , 2.0, 0.0001);
dataStore.remove(wsName);
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment