Skip to content
Snippets Groups Projects
Commit 51b33fa0 authored by Steve Williams's avatar Steve Williams
Browse files

Debug failing test re #3325

parent 36565513
No related branches found
No related tags found
No related merge requests found
......@@ -31,8 +31,8 @@ class SANSMaskCommands(unittest.TestCase):
ISIS.ReductionSingleton().mask.execute(ISIS.ReductionSingleton(), self.test_ws_name)
self.assertEqual(self.test_ws.readY(spec_nums1-1)[0], 0)
#debuging tests that work on my computer but not the servers
self.assertTrue(True)
self.assertEqual(self.test_ws.readY(spec_nums1-1)[0], 0)
# self.assertTrue(True)
# self.assertEqual(self.test_ws.readY(spec_nums1-1)[0], 0)
if __name__ == '__main__':
unittest.main()
\ No newline at end of file
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