Diff between e39e4ca5058d9a0aa45ace39a68705344f487c8d and 3278dc2e66523a1fede1f5f2c4ed66fb6ef9e69d

Changed Files

File Additions Deletions Status
test/test-profile +4 -1 modified

Full Patch

diff --git a/test/test-profile b/test/test-profile
index 455ef09..fcb0d84 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)