Hi,
Tests of the auth app are failing with my environnement, especially the
remote_user tests.
I didn't try to custom this app or anything. 'admin' , 'sites' and
'contenttypes' are in my INSTALLED_APPS.
Did I missed a dependency ?
Here is a traceback:
ERROR: test_known_user
(django.contrib.auth.tests.remote_user.RemoteUserCustomTest)
----------------------------------------------------------------------
Traceback (most recent call last):
File
"/usr/lib/python2.5/site-packages/django/contrib/auth/tests/remote_user.py",
line 160, in test_known_user
super(RemoteUserCustomTest, self).test_known_user()
File
"/usr/lib/python2.5/site-packages/django/contrib/auth/tests/remote_user.py",
line 67, in test_known_user
self.assertEqual(response.context['user'].username, 'knownuser')
File "/usr/lib/python2.5/site-packages/django/template/context.py", line
44, in __getitem__
raise KeyError(key)
KeyError: 'user'
======================================================================
ERROR: test_last_login
(django.contrib.auth.tests.remote_user.RemoteUserCustomTest)
----------------------------------------------------------------------
Traceback (most recent call last):
File
"/usr/lib/python2.5/site-packages/django/contrib/auth/tests/remote_user.py",
line 87, in test_last_login
self.assertNotEqual(default_login, response.context['user'].last_login)
File "/usr/lib/python2.5/site-packages/django/template/context.py", line
44, in __getitem__
raise KeyError(key)
KeyError: 'user'
======================================================================
ERROR: test_no_remote_user
(django.contrib.auth.tests.remote_user.RemoteUserCustomTest)
----------------------------------------------------------------------
Traceback (most recent call last):
File
"/usr/lib/python2.5/site-packages/django/contrib/auth/tests/remote_user.py",
line 33, in test_no_remote_user
self.assert_(isinstance(response.context['user'], AnonymousUser))
File "/usr/lib/python2.5/site-packages/django/template/context.py", line
44, in __getitem__
raise KeyError(key)
KeyError: 'user'
======================================================================
ERROR: test_unknown_user
(django.contrib.auth.tests.remote_user.RemoteUserCustomTest)
----------------------------------------------------------------------
Traceback (most recent call last):
File
"/usr/lib/python2.5/site-packages/django/contrib/auth/tests/remote_user.py",
line 168, in test_unknown_user
super(RemoteUserCustomTest, self).test_unknown_user()
File
"/usr/lib/python2.5/site-packages/django/contrib/auth/tests/remote_user.py",
line 51, in test_unknown_user
self.assertEqual(response.context['user'].username, 'newuser')
File "/usr/lib/python2.5/site-packages/django/template/context.py", line
44, in __getitem__
raise KeyError(key)
KeyError: 'user'
======================================================================
ERROR: test_known_user
(django.contrib.auth.tests.remote_user.RemoteUserNoCreateTest)
----------------------------------------------------------------------
Traceback (most recent call last):
File
"/usr/lib/python2.5/site-packages/django/contrib/auth/tests/remote_user.py",
line 67, in test_known_user
self.assertEqual(response.context['user'].username, 'knownuser')
File "/usr/lib/python2.5/site-packages/django/template/context.py", line
44, in __getitem__
raise KeyError(key)
KeyError: 'user'
======================================================================
ERROR: test_last_login
(django.contrib.auth.tests.remote_user.RemoteUserNoCreateTest)
----------------------------------------------------------------------
Traceback (most recent call last):
File
"/usr/lib/python2.5/site-packages/django/contrib/auth/tests/remote_user.py",
line 87, in test_last_login
self.assertNotEqual(default_login, response.context['user'].last_login)
File "/usr/lib/python2.5/site-packages/django/template/context.py", line
44, in __getitem__
raise KeyError(key)
KeyError: 'user'
======================================================================
ERROR: test_no_remote_user
(django.contrib.auth.tests.remote_user.RemoteUserNoCreateTest)
----------------------------------------------------------------------
Traceback (most recent call last):
File
"/usr/lib/python2.5/site-packages/django/contrib/auth/tests/remote_user.py",
line 33, in test_no_remote_user
self.assert_(isinstance(response.context['user'], AnonymousUser))
File "/usr/lib/python2.5/site-packages/django/template/context.py", line
44, in __getitem__
raise KeyError(key)
KeyError: 'user'
======================================================================
ERROR: test_unknown_user
(django.contrib.auth.tests.remote_user.RemoteUserNoCreateTest)
----------------------------------------------------------------------
Traceback (most recent call last):
File
"/usr/lib/python2.5/site-packages/django/contrib/auth/tests/remote_user.py",
line 118, in test_unknown_user
self.assert_(isinstance(response.context['user'], AnonymousUser))
File "/usr/lib/python2.5/site-packages/django/template/context.py", line
44, in __getitem__
raise KeyError(key)
KeyError: 'user'
======================================================================
ERROR: test_known_user
(django.contrib.auth.tests.remote_user.RemoteUserTest)
----------------------------------------------------------------------
Traceback (most recent call last):
File
"/usr/lib/python2.5/site-packages/django/contrib/auth/tests/remote_user.py",
line 67, in test_known_user
self.assertEqual(response.context['user'].username, 'knownuser')
File "/usr/lib/python2.5/site-packages/django/template/context.py", line
44, in __getitem__
raise KeyError(key)
KeyError: 'user'
======================================================================
ERROR: test_last_login
(django.contrib.auth.tests.remote_user.RemoteUserTest)
----------------------------------------------------------------------
Traceback (most recent call last):
File
"/usr/lib/python2.5/site-packages/django/contrib/auth/tests/remote_user.py",
line 87, in test_last_login
self.assertNotEqual(default_login, response.context['user'].last_login)
File "/usr/lib/python2.5/site-packages/django/template/context.py", line
44, in __getitem__
raise KeyError(key)
KeyError: 'user'
======================================================================
ERROR: test_no_remote_user
(django.contrib.auth.tests.remote_user.RemoteUserTest)
----------------------------------------------------------------------
Traceback (most recent call last):
File
"/usr/lib/python2.5/site-packages/django/contrib/auth/tests/remote_user.py",
line 33, in test_no_remote_user
self.assert_(isinstance(response.context['user'], AnonymousUser))
File "/usr/lib/python2.5/site-packages/django/template/context.py", line
44, in __getitem__
raise KeyError(key)
KeyError: 'user'
======================================================================
ERROR: test_unknown_user
(django.contrib.auth.tests.remote_user.RemoteUserTest)
----------------------------------------------------------------------
Traceback (most recent call last):
File
"/usr/lib/python2.5/site-packages/django/contrib/auth/tests/remote_user.py",
line 51, in test_unknown_user
self.assertEqual(response.context['user'].username, 'newuser')
File "/usr/lib/python2.5/site-packages/django/template/context.py", line
44, in __getitem__
raise KeyError(key)
KeyError: 'user'
Any idea ?
Thanks
--
You received this message because you are subscribed to the Google Groups
"Django users" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to
[email protected].
For more options, visit this group at
http://groups.google.com/group/django-users?hl=en.