This commit is contained in:
Travis CI 2015-08-24 19:58:18 +02:00
parent a96948e7c8
commit 5502cc6082

View file

@ -728,7 +728,6 @@ def test_digest_rejected():
def test_exception(): def test_exception():
global PORT global PORT
PORT += 1
class MyManager_Client(jobmanager.BaseManager): class MyManager_Client(jobmanager.BaseManager):
pass pass
@ -768,8 +767,7 @@ def test_exception():
return m return m
for p_version_server in [2, 3]: for p_version_server in [2, 3]:
global PORT PORT += 2 # plus two because we also check for wrong port
PORT += 10
port = PORT port = PORT
authkey = 'q' authkey = 'q'
try: try: