aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLuiz Augusto von Dentz <luiz.von.dentz@intel.com>2012-09-12 14:34:37 +0300
committerLuiz Augusto von Dentz <luiz.von.dentz@intel.com>2012-09-28 12:48:16 +0300
commit77284f4c0c8d44e129bd39dc90473f86733aeda0 (patch)
tree2a4f6a69f0d3e9b5c83e8abf48fa3b4a0feb4485
parent9ccebc6b80e6a3828b7d2337f228ec592f573149 (diff)
downloadobexd-77284f4c0c8d44e129bd39dc90473f86733aeda0.tar.gz
test: Update map-client to work with changes in Message.Get
-rwxr-xr-xtest/map-client2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/map-client b/test/map-client
index dbb67df..2075844 100755
--- a/test/map-client
+++ b/test/map-client
@@ -117,7 +117,7 @@ class MapClient:
path = self.path + "/message" + handle
obj = bus.get_object("org.bluez.obex.client", path)
msg = dbus.Interface(obj, "org.bluez.obex.Message")
- msg.Get("",reply_handler=self.create_transfer_reply,
+ msg.Get("", True, reply_handler=self.create_transfer_reply,
error_handler=self.error)
if __name__ == '__main__':