Skip to content

Commit

Permalink
refs #5821. Modify python test.
Browse files Browse the repository at this point in the history
  • Loading branch information
OwenArnold committed Oct 10, 2012
1 parent 31c7526 commit a7ff3a6
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ def test_attributes_are_as_expected(self):
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)
self.assertEquals(len(test_facility.instruments()), 31)
self.assertEquals(len(test_facility.instruments()), 32)
self.assertEquals(len(test_facility.instruments("Neutron Diffraction")), 11)
self.assertTrue(isinstance(test_facility.instrument("WISH"), InstrumentInfo))
self.assertEquals(test_facility.catalogName(), "ICat3Catalog")
Expand Down

0 comments on commit a7ff3a6

Please sign in to comment.