Skip to content

Commit

Permalink
Re #5205. Fixing the tests
Browse files Browse the repository at this point in the history
  • Loading branch information
mantid-roman committed May 29, 2012
1 parent 0dab0da commit 8c2dbe9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Expand Up @@ -263,7 +263,7 @@ class CompositeFunctionTest : public CxxTest::TestSuite

row = outParams->getRow(4);
TS_ASSERT_EQUALS(row.String(0),"f1.s");
TS_ASSERT_DELTA(row.Double(1),2.13,0.2);
TS_ASSERT_DELTA(row.Double(1),2.13,0.3);

row = outParams->getRow(5);
TS_ASSERT_EQUALS(row.String(0),"f2.c");
Expand Down
Expand Up @@ -15,7 +15,7 @@ def test_attributes_are_as_expected(self):
self.assertEquals(test_facility.name(), "ISIS")
self.assertEquals(test_facility.zeroPadding(), 5)
self.assertEquals(test_facility.delimiter(), "")
self.assertEquals(len(test_facility.extensions()), 12)
self.assertEquals(len(test_facility.extensions()), 14)
self.assertEquals(test_facility.preferredExtension(), ".nxs")
self.assertEquals(test_facility.getSoapEndPoint(), "https://facilities01.esc.rl.ac.uk:443/ICATService/ICAT")
self.assertEquals(len(test_facility.archiveSearch()), 1)
Expand Down

0 comments on commit 8c2dbe9

Please sign in to comment.