aboutsummaryrefslogtreecommitdiff
path: root/src/integration-tests/test_integration_disconnect.py.in
diff options
context:
space:
mode:
Diffstat (limited to 'src/integration-tests/test_integration_disconnect.py.in')
-rwxr-xr-xsrc/integration-tests/test_integration_disconnect.py.in4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/integration-tests/test_integration_disconnect.py.in b/src/integration-tests/test_integration_disconnect.py.in
index 4c08289f5..5e137cfff 100755
--- a/src/integration-tests/test_integration_disconnect.py.in
+++ b/src/integration-tests/test_integration_disconnect.py.in
@@ -64,7 +64,7 @@ def success_disconnect_cont (check):
64def fail_disconnect_cont (check): 64def fail_disconnect_cont (check):
65 global success 65 global success
66 success = False; 66 success = False;
67 check.eval(True) 67 check.evaluate(True)
68 68
69 69
70def check_disconnect (): 70def check_disconnect ():
@@ -86,7 +86,7 @@ def success_connect_cont (check):
86def fail_connect_cont (check): 86def fail_connect_cont (check):
87 global success 87 global success
88 success= False; 88 success= False;
89 check.eval(True) 89 check.evaluate(True)
90 90
91 91
92def check_connect (): 92def check_connect ():