The _set_finish() function in proxy template file was not calling
the proxy->call_finish() to finish the set property operation started
by proxy->call() in _set() function. This commit adds call to
proxy->call_finish() in *_set_finish(). Also updates unittest.
The _set_finish() function in proxy template file was not calling the proxy->call_finish() to finish the set property operation started by proxy->call() in _set() function. This commit adds call to proxy->call_finish() in *_set_finish(). Also updates unittest.
Signed-off-by: Tariq Ansari tansari@luxoft.com