aboutsummaryrefslogtreecommitdiff
path: root/src/integration-tests/test_integration_restart.py.in
diff options
context:
space:
mode:
Diffstat (limited to 'src/integration-tests/test_integration_restart.py.in')
-rwxr-xr-xsrc/integration-tests/test_integration_restart.py.in4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/integration-tests/test_integration_restart.py.in b/src/integration-tests/test_integration_restart.py.in
index 6a5c2ba4f..e2a72e729 100755
--- a/src/integration-tests/test_integration_restart.py.in
+++ b/src/integration-tests/test_integration_restart.py.in
@@ -68,7 +68,7 @@ def success_restart_cont (check):
68def fail_restart_cont (check): 68def fail_restart_cont (check):
69 global success 69 global success
70 success = False; 70 success = False;
71 check.eval(True) 71 check.evaluate(True)
72 72
73 73
74def success_connect_cont (check): 74def success_connect_cont (check):
@@ -101,7 +101,7 @@ def success_connect_cont (check):
101def fail_connect_cont (check): 101def fail_connect_cont (check):
102 global success 102 global success
103 success= False; 103 success= False;
104 check.eval(True) 104 check.evaluate(True)
105 105
106 106
107def check_connect (): 107def check_connect ():