Below is fix for bug:
http://bugs.meego.com/show_bug.cgi?id=9995

Fixes invalid syntax error for monitor-services test script

---
 test/monitor-services |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/test/monitor-services b/test/monitor-services
index 8a05c2f..235adfe 100755
--- a/test/monitor-services
+++ b/test/monitor-services
@@ -25,7 +25,7 @@ def extract_list(list):

 def property_changed(name, value, path):
        service = path[path.rfind("/") + 1:]
-       if name in ["Profiles", "Services", "Providers", "Technologies"]
+       if name in ["Profiles", "Services", "Providers", "Technologies"]:
                val = "["
                for i in value:
                        val = val + " " + i[i.rfind("/") + 1:]
--- 

_______________________________________________
connman mailing list
[email protected]
http://lists.connman.net/listinfo/connman

Reply via email to