Hi Leena,

On Wed, Nov 10, 2010 at 12:38:20PM +0530, [email protected] wrote:
> Below is patch for:
> http://bugs.meego.com/show_bug.cgi?id=9178
> 
> Proxy URL is not shown for "auto" method by the get-proxy-autoconfig test 
> script. In the test script the URL is displayed for "auto-config" method 
> whereas the method should be "auto".
> 
Thanks again for your fixes, patch is applied and pushed.

Cheers,
Samuel.

> Patch
> ---
>  test/get-proxy-autoconfig |    2 +-
>  1 files changed, 1 insertions(+), 1 deletions(-)
> 
> diff --git a/test/get-proxy-autoconfig b/test/get-proxy-autoconfig
> index 33db0be..a93605a 100755
> --- a/test/get-proxy-autoconfig
> +++ b/test/get-proxy-autoconfig
> @@ -28,7 +28,7 @@ for entry in services:
>                 method = proxy["Method"]
>                 print "Method = %s" % (method)
>  
> -               if method in ["auto-config"]:
> +               if method in ["auto"]:
>                         url = proxy["URL"]
>                         print "URL = %s" % (url)
>                         print
> ---
> _______________________________________________
> 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