From: Alan Knowles Date: Wed, 23 May 2012 15:09:14 +0000 (+0800) Subject: tests/soup.js X-Git-Url: http://git.roojs.org/?p=gitlive;a=commitdiff_plain;h=0bb606461fd0f2d45fa842026b26a11ceeeaaaeb tests/soup.js --- diff --git a/tests/soup.js b/tests/soup.js index 7bf824c9..01d0eeb8 100644 --- a/tests/soup.js +++ b/tests/soup.js @@ -14,7 +14,7 @@ var msg = new Soup.Message({method:"GET", uri:uri}); var auth = new Soup.Auth.c_new(Soup.AuthBasic.type, msg, "Basic realm=\"Test\""); print(auth); print(auth.authenticate); -auth.authenticate('a','b'); +auth.authenticate('aaaa','bbbb'); print(auth.get_authorization(msg)); //request.headers_append...