From b8e2029938127779f10af37648464473318b9fba Mon Sep 17 00:00:00 2001 From: Johan Hedberg Date: Wed, 14 Nov 2012 15:59:41 +0200 Subject: [PATCH] test: Remove unneeded XML record from test-profile --- test/test-profile | 45 --------------------------------------------- 1 file changed, 45 deletions(-) diff --git a/test/test-profile b/test/test-profile index b9782096f..169196a94 100755 --- a/test/test-profile +++ b/test/test-profile @@ -11,49 +11,6 @@ import dbus.service import dbus.mainloop.glib from optparse import OptionParser, make_option -hfp_record = """ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -""" - class Profile(dbus.service.Object): @dbus.service.method("org.bluez.Profile1", in_signature="", out_signature="") @@ -124,8 +81,6 @@ if __name__ == '__main__': mainloop = GObject.MainLoop() if options.uuid == "hfp": - options.channel = 7 - options.record = hfp_record options.name = "HFP HandsFree" opts = { -- 2.47.3