Fix display of ConnectedTechnologies property
authorMarcel Holtmann <marcel@holtmann.org>
Fri, 7 Aug 2009 03:05:40 +0000 (20:05 -0700)
committerMarcel Holtmann <marcel@holtmann.org>
Fri, 7 Aug 2009 03:05:40 +0000 (20:05 -0700)
test/test-manager

index 814f7ea..db9c12a 100755 (executable)
@@ -62,7 +62,8 @@ def print_properties(key, value):
 for key in properties.keys():
        if key in ["Profiles", "Devices", "Connections", "Services"]:
                print_properties(key, properties[key])
-       elif key in ["AvailableTechnologies", "EnabledTechnologies"]:
+       elif key in ["AvailableTechnologies", "EnabledTechnologies",
+                                               "ConnectedTechnologies"]:
                print "%s" % (key)
                list = ""
                for val in properties[key]: