From: Alan Knowles Date: Tue, 29 Mar 2011 10:18:42 +0000 (+0800) Subject: tests/tickets.js X-Git-Url: http://git.roojs.org/?p=gitlive;a=commitdiff_plain;h=7048c451198d251908ba2d68131e711592ecaeea tests/tickets.js --- diff --git a/tests/tickets.js b/tests/tickets.js index f33a5d63..be56c4b8 100644 --- a/tests/tickets.js +++ b/tests/tickets.js @@ -48,7 +48,7 @@ Tickets = { }) var request = new Soup.Message({ method:"GET", - uri:new Soup.URI.c_new() + uri:new Soup.URI.c_new(url) }); var status = session.send_message(request);