From: Alan Knowles Date: Wed, 23 May 2012 15:15:10 +0000 (+0800) Subject: tests/soup.js X-Git-Url: http://git.roojs.org/?p=gitlive;a=commitdiff_plain;h=f401920bde5ccf02abe4ae8a78f3b41d814bd6b9 tests/soup.js --- diff --git a/tests/soup.js b/tests/soup.js index 19f2d3dd..131ad06f 100644 --- a/tests/soup.js +++ b/tests/soup.js @@ -7,7 +7,7 @@ var session = new Soup.SessionSync(); File = imports['../File.js'].File; var netrc = File.read(GLib.get_home_dir() + "/.netrc"); - +print(netrc); // Soup.URI is a struct. var uri = new Soup.URI.c_new("http://www.roojs.com/admin.php/Roo/person");