diff -r ec8c233ce54b -r e1ebf3d12098 devtools/httptest.py --- a/devtools/httptest.py Wed Jun 11 14:52:27 2014 +0200 +++ b/devtools/httptest.py Wed Jun 11 15:58:01 2014 +0200 @@ -137,7 +137,6 @@ passwd = self.admpassword if passwd is None: passwd = user - self.login(user) response = self.web_get("login?__login=%s&__password=%s" % (user, passwd)) assert response.status == httplib.SEE_OTHER, response.status