summaryrefslogtreecommitdiff
path: root/test/ftp-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/ftp-client
parent367289f37dba56d0837cff0e006036c9fe026886 (diff)
downloadbluez-50383bf5b3af1652965b7b4652cb3270dad54b44.tar.gz
test: Fix obexd object path in test scripts
Diffstat (limited to 'test/ftp-client')
-rwxr-xr-xtest/ftp-client5
1 files changed, 3 insertions, 2 deletions
diff --git a/test/ftp-client b/test/ftp-client
index e1a051b5d..f604c25ea 100755
--- a/test/ftp-client
+++ b/test/ftp-client
@@ -151,8 +151,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": "ftp" })