devtools/httptest.py
changeset 10363 e1ebf3d12098
parent 10235 684215aca046
child 10589 7c23b7de2b8d
--- 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