From 9e0714c2b1c816debbb4225c828f457129af0810 Mon Sep 17 00:00:00 2001 From: Johan Hedberg Date: Wed, 26 Sep 2012 16:27:48 +0300 Subject: [PATCH] test: Fix signature of Profile.NewConnection in test-profile --- test/test-profile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/test-profile b/test/test-profile index 24efde17f..2aa8d7186 100755 --- a/test/test-profile +++ b/test/test-profile @@ -23,7 +23,7 @@ class Profile(dbus.service.Object): print("Cancel") @dbus.service.method("org.bluez.Profile", - in_signature="od", out_signature="") + in_signature="oh", out_signature="") def NewConnection(self, path, fd): print("NewConnection(%s, %d)" % (path, fd)) -- 2.47.3