diff options
author | Jose Antonio Santos Cadenas <santoscadenas@gmail.com> | 2010-10-01 09:31:21 +0200 |
---|---|---|
committer | Johan Hedberg <johan.hedberg@nokia.com> | 2010-10-06 10:37:08 +0200 |
commit | 529b73edef4816e695ab7f3e783a7a9a31cdbf12 (patch) | |
tree | 1b19c4e95ef0871e76f47cc18d01347a9c088f44 /test/test-health | |
parent | 7de15fe110b4ec91feb7160b4afb014f54db532c (diff) |
Update test script and create a new one
Diffstat (limited to 'test/test-health')
-rwxr-xr-x | test/test-health | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/test-health b/test/test-health index a89ba9269..a3704b116 100755 --- a/test/test-health +++ b/test/test-health @@ -14,7 +14,7 @@ bus = dbus.SystemBus() manager = dbus.Interface(bus.get_object("org.bluez", "/org/bluez"), "org.bluez.HealthManager") -app_path = manager.CreateApplication({"DataType": dbus.types.UInt16(1), +app_path = manager.CreateApplication({"DataType": dbus.types.UInt16(4103), "Role": "source"}) print app_path |