Re: Tests blocked by AssertionError 200 != 302 in login() calls

2009-12-05 Thread Gordon A
On Dec 5, 7:06 pm, Russell Keith-Magee wrote: > It's unclear if you're in the right place. Django-dev is for > discussing the development of Django itself; django-users is for > general user queries. Generally, if you're unsure, django-users is the > right place to start. Whoops. Sorry. > You

Tests blocked by AssertionError 200 != 302 in login() calls

2009-12-05 Thread Gordon A
Apologies if this isn't the right forum for this question. When I run "manage.py test", I get many errors of this form: FAIL: test_password_change_fails_with_invalid_old_password File File tests/views.py", line 136, in login AssertionError 200 != 302 The last line is always a call on a logi