summaryrefslogtreecommitdiff
path: root/test/map-client
diff options
context:
space:
mode:
authorJohan Hedberg <johan.hedberg@intel.com>2012-12-19 09:42:45 +0200
committerJohan Hedberg <johan.hedberg@intel.com>2012-12-19 09:42:45 +0200
commit50383bf5b3af1652965b7b4652cb3270dad54b44 (patch)
tree650806d8599685954297e8062ab21473ae8945cf /test/map-client
parent367289f37dba56d0837cff0e006036c9fe026886 (diff)
downloadbluez-50383bf5b3af1652965b7b4652cb3270dad54b44.tar.gz
test: Fix obexd object path in test scripts
Diffstat (limited to 'test/map-client')
-rwxr-xr-xtest/map-client5
1 files changed, 3 insertions, 2 deletions
diff --git a/test/map-client b/test/map-client
index 9a9dff21c..e29e6e452 100755
--- a/test/map-client
+++ b/test/map-client
@@ -166,8 +166,9 @@ if __name__ == '__main__':
bus = dbus.SessionBus()
mainloop = gobject.MainLoop()
- client = dbus.Interface(bus.get_object("org.bluez.obex", "/"),
- "org.bluez.obex.Client")
+ client = dbus.Interface(bus.get_object("org.bluez.obex",
+ "/org/bluez/obex"),
+ "org.bluez.obex.Client")
print "Creating Session"
path = client.CreateSession(options.device, { "Target": "map" })