diff options
Diffstat (limited to 'test')
-rwxr-xr-x | test/test-profile | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/test/test-profile b/test/test-profile index 455ef09f..fcb0d842 100755 --- a/test/test-profile +++ b/test/test-profile @@ -44,7 +44,10 @@ if __name__ == '__main__': mainloop = GObject.MainLoop() - opts = { "Role" : "client" } + opts = { "Role" : "client", + "Name" : "Serial Port Profile Client", + "AutoConnect" : False, + } manager.RegisterProfile(options.path, options.uuid, opts) |