From: Alan Knowles Date: Wed, 23 May 2012 15:26:37 +0000 (+0800) Subject: tests/soup.js X-Git-Url: http://git.roojs.org/?p=gitlive;a=commitdiff_plain;h=3b8eeb94912f5da13587fdb540a15cb2d98275cf tests/soup.js --- diff --git a/tests/soup.js b/tests/soup.js index de8fb2ee..b99847cf 100644 --- a/tests/soup.js +++ b/tests/soup.js @@ -27,7 +27,9 @@ netrc.split("\n").forEach(function(nl) { }); // Soup.URI is a struct. -var uri = new Soup.URI.c_new("http://www.roojs.com/admin.php/Roo/person"); +//var uri = new Soup.URI.c_new("http://www.roojs.com/admin.php/Roo/person"); +var uri = new Soup.URI.c_new("http://www.roojs.com/header.php"); + var msg = new Soup.Message({method:"GET", uri:uri}); var auth = new Soup.Auth.c_new(Soup.AuthBasic.type, msg, "Basic realm=\"Test\"");