aboutsummaryrefslogtreecommitdiff
path: root/src/integration-tests
diff options
context:
space:
mode:
authorMatthias Wachs <wachs@net.in.tum.de>2011-12-14 13:57:53 +0000
committerMatthias Wachs <wachs@net.in.tum.de>2011-12-14 13:57:53 +0000
commitf5fcf8698b897fc96e797b657b588efd018d5b8c (patch)
treebce5216fe9b202d00316fdf0851ea7f0ad445ea2 /src/integration-tests
parent49dd9ecf767c6ce681a6c5c499ff0ecf70f6ecdb (diff)
downloadgnunet-f5fcf8698b897fc96e797b657b588efd018d5b8c.tar.gz
gnunet-f5fcf8698b897fc96e797b657b588efd018d5b8c.zip
-fix
Diffstat (limited to 'src/integration-tests')
-rwxr-xr-xsrc/integration-tests/test_integration_clique.py.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/integration-tests/test_integration_clique.py.in b/src/integration-tests/test_integration_clique.py.in
index 20dcb6034..0b4a8550a 100755
--- a/src/integration-tests/test_integration_clique.py.in
+++ b/src/integration-tests/test_integration_clique.py.in
@@ -308,7 +308,7 @@ def check_disconnect_client ():
308 print ('Client topology was NOT disconnected') 308 print ('Client topology was NOT disconnected')
309 if (client_core_disconnected == False): 309 if (client_core_disconnected == False):
310 print ('Client core was NOT disconnected') 310 print ('Client core was NOT disconnected')
311 if (server_core_session_map == False): 311 if (client_core_session_map == False):
312 print ('Server core sessions did NOT increase') 312 print ('Server core sessions did NOT increase')
313 return False 313 return False
314 else: 314 else: