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".

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

Reply via email to