tests/soup.js
authorAlan Knowles <alan@akbkhome.com>
Wed, 23 May 2012 15:09:14 +0000 (23:09 +0800)
committerAlan Knowles <alan@akbkhome.com>
Wed, 23 May 2012 15:09:14 +0000 (23:09 +0800)
tests/soup.js

index 7bf824c..01d0eeb 100644 (file)
@@ -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...