summaryrefslogtreecommitdiff
path: root/test/monitor-services
diff options
context:
space:
mode:
authorGustavo F. Padovan <padovan@profusion.mobi>2010-11-24 16:21:39 -0200
committerSamuel Ortiz <sameo@linux.intel.com>2010-11-25 12:09:01 +0100
commit65285f40092e857065e17b0a2e3ea02680b2fcd7 (patch)
tree4f929d09a0640685098af0c30882ff9af65ee2f3 /test/monitor-services
parentb220d5fd953c2c8e0db7b145f6da3d1b1d4d3fb5 (diff)
downloadconnman-65285f40092e857065e17b0a2e3ea02680b2fcd7.tar.gz
connman-65285f40092e857065e17b0a2e3ea02680b2fcd7.tar.bz2
connman-65285f40092e857065e17b0a2e3ea02680b2fcd7.zip
test: Providers is no longer a manager property
Diffstat (limited to 'test/monitor-services')
-rwxr-xr-xtest/monitor-services2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/monitor-services b/test/monitor-services
index 235adfef..2f81c710 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", "Technologies"]:
val = "["
for i in value:
val = val + " " + i[i.rfind("/") + 1:]