From b912d2d68cf4ec5848311f242c99e87f86f2b683 Mon Sep 17 00:00:00 2001 From: Alan Knowles Date: Wed, 23 May 2012 23:23:19 +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 d9baaa70..de8fb2ee 100644 --- a/tests/soup.js +++ b/tests/soup.js @@ -36,7 +36,7 @@ print(auth.authenticate); var authvals = authdata['git.roojs.com']; auth.authenticate(authvals.login ,authvals.password); var authmsg = auth.get_authorization(msg); - +print(authmsg); msg.request_headers.append('Authorization', authmsg + '==') //request.headers_append... -- 2.39.2