Trivial changes to unit test

This commit is contained in:
Douglas Clowes
2014-06-23 12:41:23 +10:00
parent 6b18de0a03
commit 9388b5941d

View File

@ -28,7 +28,7 @@ class Able(unittest.TestCase):
print "cb_login:", client, args, kw
if 'instrument_name' not in globals():
d = self.get_instrument_name()
d.addCallback(cb_login, "Test_Suite")
d.addCallback(cb_login, "MyName")
elif 'test_suite' not in globals():
d = self.load_test_suite()
d.addCallback(cb_login, "Test_Suite")
@ -548,7 +548,7 @@ class Baker(Able):
class Posit(Able):
timeout = 5
def test_000_000_posit(self):
debug = True
debug = False
if instrument_name != "taipan":
raise unittest.SkipTest("Cannot posit motor m1, m2: not taipan")