Hi I am getting the following errors:

======================================================================
FAIL: test_broken_unicode (regressiontests.model_regress.tests.ModelTests)
----------------------------------------------------------------------
Traceback (most recent call last):
  File 
"/home/bkuberek/development/vendor/python-django/tests/regressiontests/model_regress/tests.py",
 
line 147, in test_broken_unicode
    self.assertEqual(repr(b), "<BrokenUnicodeMethod: [Bad Unicode data]>")
AssertionError: '<BrokenUnicodeMethod: N\xc3\xa1zov: Jerry>' != 
'<BrokenUnicodeMethod: [Bad Unicode data]>'

======================================================================
FAIL: test_iter_content 
(regressiontests.httpwrappers.tests.HttpResponseTests)
----------------------------------------------------------------------
Traceback (most recent call last):
  File 
"/home/bkuberek/development/vendor/python-django/tests/regressiontests/httpwrappers/tests.py",
 
line 300, in test_iter_content
    getattr, r, 'content')
AssertionError: UnicodeEncodeError not raised

----------------------------------------------------------------------
Ran 4732 tests in 639.749s


Environment:

Debian 6 Squeeze
Python 2.6.6
Django 1.4.2 tar archive downloaded 
from https://www.djangoproject.com/download/

-- 
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To view this discussion on the web visit 
https://groups.google.com/d/msg/django-users/-/SZOUHVBiwyoJ.
To post to this group, send email to django-users@googlegroups.com.
To unsubscribe from this group, send email to 
django-users+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en.

Reply via email to