[conduit/syncml: 13/244] Stop weird no-exception exception



commit f2ec40cd941fd89b01b89f1b0633eaba34859e27
Author: John Carr <john carr unrouted co uk>
Date:   Tue Apr 7 09:22:58 2009 -0700

    Stop weird no-exception exception
---
 test/python-tests/TestSyncSyncml.py |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/test/python-tests/TestSyncSyncml.py b/test/python-tests/TestSyncSyncml.py
index b2804ca..ff43fd9 100644
--- a/test/python-tests/TestSyncSyncml.py
+++ b/test/python-tests/TestSyncSyncml.py
@@ -40,6 +40,6 @@ test.sync()
 #ok("Sync completed", abort == False)
 #ok("All notes transferred (%s,%s)" % (a,b), a == b)
 
-finished()
-
 os.kill(server.pid, signal.SIGINT)
+
+finished()



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]