commit | 9e0714c2b1c816debbb4225c828f457129af0810 | [log] [tgz] |
---|---|---|
author | Johan Hedberg <johan.hedberg@intel.com> | Wed Sep 26 16:27:48 2012 +0300 |
committer | Johan Hedberg <johan.hedberg@intel.com> | Wed Sep 26 16:29:09 2012 +0300 |
tree | a0b8c25dee0fa07556bae7d4d238f29d5b82944b | |
parent | c9a1ed86b775d2812baffe1f9393698b1182bca2 [diff] |
test: Fix signature of Profile.NewConnection in test-profile
diff --git a/test/test-profile b/test/test-profile index 24efde1..2aa8d71 100755 --- a/test/test-profile +++ b/test/test-profile
@@ -23,7 +23,7 @@ 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))