From 3278dc2e66523a1fede1f5f2c4ed66fb6ef9e69d Mon Sep 17 00:00:00 2001 From: Johan Hedberg Date: Tue, 25 Sep 2012 19:17:00 +0300 Subject: test: Add some more options to test-profile registration --- test/test-profile | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'test') 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) -- cgit v1.2.3