We just changed our test database to Oracle 11gR2 and discovered that
the unicode test case in the basic test is now failing. This may just
be something wrong with our installation, because we're seeing the
same problem performing the same test through sqlplus, whereas it
works agains Oracle 10g XE. It happens on two different 11g
databases, however, and I wanted to check whether anybody else with an
11g database is seeing the same thing.
The failure looks like this:
File "/home/ikelly/projects/django.trunk/tests/modeltests/basic/models.py",
line ?, in modeltests.basic.models.__test__.API_TESTS
Failed example:
Article.objects.get(pk=a.id).headline
Expected:
u'\u6797\u539f \u3081\u3050\u307f'
Got:
u'\xbf\xbf \xbf\xbf\xbf'
Thanks,
Ian
--
You received this message because you are subscribed to the Google Groups
"Django developers" 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-developers?hl=en.