From 0bb606461fd0f2d45fa842026b26a11ceeeaaaeb Mon Sep 17 00:00:00 2001 From: Alan Knowles Date: Wed, 23 May 2012 23:09:14 +0800 Subject: [PATCH] tests/soup.js --- tests/soup.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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... -- 2.39.2