1 new changeset in galaxy-central: http://bitbucket.org/galaxy/galaxy-central/changeset/b41ea12642ad/ changeset: r5267:b41ea12642ad user: natefoo date: 2011-03-24 19:33:05 summary: Update the check_galaxy script for the recent changes to the User controller affected #: 1 file (14 bytes) --- a/scripts/check_galaxy.py Thu Mar 24 13:52:04 2011 -0400 +++ b/scripts/check_galaxy.py Thu Mar 24 14:33:05 2011 -0400 @@ -274,7 +274,7 @@ self.get("/root/delete?id=%s" % did) def check_if_logged_in(self): - self.get("/user") + self.get("/user?cntrller=user") p = loggedinParser() p.feed(tc.browser.get_html()) return p.logged_in Repository URL: https://bitbucket.org/galaxy/galaxy-central/ -- This is a commit notification from bitbucket.org. You are receiving this because you have the service enabled, addressing the recipient of this email.