Hi Leena,

On Tue, Nov 16, 2010 at 10:25:29AM +0530, [email protected] wrote:
> Below is fix for bug:
> http://bugs.meego.com/show_bug.cgi?id=9995
> 
> Fixes invalid syntax error for monitor-services test script
Thanks for the fix, patch applied.

Cheers,
Samuel.


> ---
>  test/monitor-services |    2 +-
>  1 files changed, 1 insertions(+), 1 deletions(-)
> 
> diff --git a/test/monitor-services b/test/monitor-services
> index 8a05c2f..235adfe 100755
> --- a/test/monitor-services
> +++ b/test/monitor-services
> @@ -25,7 +25,7 @@ def extract_list(list):
> 
>  def property_changed(name, value, path):
>         service = path[path.rfind("/") + 1:]
> -       if name in ["Profiles", "Services", "Providers", "Technologies"]
> +       if name in ["Profiles", "Services", "Providers", "Technologies"]:
>                 val = "["
>                 for i in value:
>                         val = val + " " + i[i.rfind("/") + 1:]
> --- 
> 
> _______________________________________________
> connman mailing list
> [email protected]
> http://lists.connman.net/listinfo/connman

-- 
Intel Open Source Technology Centre
http://oss.intel.com/
_______________________________________________
connman mailing list
[email protected]
http://lists.connman.net/listinfo/connman

Reply via email to