Re: testing suite fails on auth

2009-05-05 Thread DZPM
Happened something similar to me, with test_no_remote_user and test_unknown_user. It's been fixed in trunk: http://code.djangoproject.com/changeset/10674 The ticket was: http://code.djangoproject.com/ticket/10521 -- David Arcos Sebastián On Mar 31, 4:35 pm, Filip Gruszczyński wrote: > I hav

testing suite fails on auth

2009-03-31 Thread Filip Gruszczyński
I haven't yet created any my own tests and just run ./manage.py test. This is what I got: ...FFF.. == ERROR: test_known_user (django.contrib.auth.tests.remote_user.RemoteUserCustomTest) ---