From 46ab65b9f1ee5ed2caeeccd972630c226c6f8f2c Mon Sep 17 00:00:00 2001 From: Johan Hedberg Date: Mon, 17 Dec 2012 14:26:03 +0200 Subject: [PATCH] test: Update simple-agent to use AgentManager1.RequestDefault --- test/simple-agent | 2 ++ 1 file changed, 2 insertions(+) diff --git a/test/simple-agent b/test/simple-agent index f887f9262..5fe9b0172 100755 --- a/test/simple-agent +++ b/test/simple-agent @@ -168,6 +168,8 @@ if __name__ == '__main__': reply_handler=pair_reply, error_handler=pair_error) device_obj = device + else: + manager.RequestDefault() mainloop.run() -- 2.11.0