projects
/
framework
/
connectivity
/
connman.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
473c3c9
)
Fix display of ConnectedTechnologies property
author
Marcel Holtmann
<marcel@holtmann.org>
Fri, 7 Aug 2009 03:05:40 +0000
(20:05 -0700)
committer
Marcel Holtmann
<marcel@holtmann.org>
Fri, 7 Aug 2009 03:05:40 +0000
(20:05 -0700)
test/test-manager
patch
|
blob
|
history
diff --git
a/test/test-manager
b/test/test-manager
index
814f7ea
..
db9c12a
100755
(executable)
--- a/
test/test-manager
+++ b/
test/test-manager
@@
-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]: