From 03c785cb051ff85c973ccfe3f13a6382a572bb09 Mon Sep 17 00:00:00 2001 From: Alan Knowles Date: Tue, 29 Mar 2011 18:18:21 +0800 Subject: [PATCH] tests/tickets.js --- tests/tickets.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/tickets.js b/tests/tickets.js index 62ed5125..f33a5d63 100644 --- a/tests/tickets.js +++ b/tests/tickets.js @@ -42,7 +42,7 @@ Tickets = { print(JSON.stringify(ar, null, 4)); var auth = new Soup.Auth() var session = new Soup.SessionSync(); - session.signal.authenticate(function(sess, msg, auth, rt) { + session.signal.authenticate.connect(function(sess, msg, auth, rt) { print("authenticate?"); }) -- 2.39.2