summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorMarcel Holtmann <marcel@holtmann.org>2008-11-23 21:02:08 +0100
committerMarcel Holtmann <marcel@holtmann.org>2008-11-23 21:02:08 +0100
commitd184b124aaf605727e9a1ea5075f98351747c990 (patch)
tree9b924a3990491db13fa9d8f864d53670101c28ab /test
parent0217800d8a31b0b53d14566260639ca7e03946ea (diff)
downloadconnman-d184b124aaf605727e9a1ea5075f98351747c990.tar.gz
connman-d184b124aaf605727e9a1ea5075f98351747c990.tar.bz2
connman-d184b124aaf605727e9a1ea5075f98351747c990.zip
Separate elements in device list
Diffstat (limited to 'test')
-rwxr-xr-xtest/test-manager2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/test-manager b/test/test-manager
index d06391fc..0ae6a40f 100755
--- a/test/test-manager
+++ b/test/test-manager
@@ -12,7 +12,7 @@ properties = manager.GetProperties()
def print_list(key, value):
text = ""
for path in value:
- text = text + str(path)
+ text = text + str(path) + " "
print "%s = %s" % (key, text)
for key in properties.keys():