summaryrefslogtreecommitdiff
path: root/test/monitor-services
diff options
context:
space:
mode:
authorMarcel Holtmann <marcel@holtmann.org>2009-05-13 22:18:26 -0700
committerMarcel Holtmann <marcel@holtmann.org>2009-05-13 22:18:26 -0700
commit926b10dff37ad869ead0b3add608b7be066875f1 (patch)
treeb3a98b5d23ccbda3bed8b8e56a12467c7b40ce3a /test/monitor-services
parentb164eaf55a394a57329a6133659a2d7adcc2611d (diff)
downloadconnman-926b10dff37ad869ead0b3add608b7be066875f1.tar.gz
connman-926b10dff37ad869ead0b3add608b7be066875f1.tar.bz2
connman-926b10dff37ad869ead0b3add608b7be066875f1.zip
Make sure favorite setting is properly loaded
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 2ee8473d..1d2b44e8 100755
--- a/test/monitor-services
+++ b/test/monitor-services
@@ -8,7 +8,7 @@ import dbus.mainloop.glib
def property_changed(name, value, path, interface):
iface = interface[interface.rfind(".") + 1:]
ipath = path[path.rfind("/") + 1:]
- if iface not in ["Manager", "Service"]:
+ if iface not in ["Service"]:
return
if name in ["Profiles", "Services",
"Devices", "Networks", "Connections"]: