Mercurial > moin > 1.9
changeset 4247:ac631e6b2718
Fixed test for MoinAuth
author | Florian Krupicka <florian.krupicka@googlemail.com> |
---|---|
date | Thu, 24 Jul 2008 22:29:10 +0200 |
parents | 44b5548fe213 |
children | f35fdfdc1995 |
files | MoinMoin/auth/_tests/test_auth.py |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/MoinMoin/auth/_tests/test_auth.py Thu Jul 24 21:15:14 2008 +0200 +++ b/MoinMoin/auth/_tests/test_auth.py Thu Jul 24 22:29:10 2008 +0200 @@ -202,7 +202,7 @@ 'login': 'login', } request = self.run_request(path='/%s' % pagename, - query_string='action=login', + query_string='login=login', method='POST', form_data=formdata) else: # not first page, use session cookie environ_overrides = {'HTTP_COOKIE': cookie}