I just cloned the master branch (1, 5, 0, 'alpha', 2) and ran the tests and 
they all passed. So I believe there is an issue with the packaged 1.4.2 
source I downloaded.

On Thursday, October 18, 2012 4:06:21 PM UTC-4, Bastian Kuberek wrote:
>
> 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/-/sRlJ4AOYqvEJ.
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