Malcolm,
On 3/12/07, Malcolm Tredinnick <[EMAIL PROTECTED]> wrote:
>
> Can somebody with a reasonably recent subversion checkout ([4671] or
> later -- I'm using [4709] in this email) and python 2.3, please verify
> something for me...
>
> I am seeing three test failures under python2.3 -- using SQLite -- but
> since I've had to set up 2.3 in a sandbox, I'm not completely confident
> that the problem isn't with my setup. So if you have a normal (or, at
> least, trusted) python2.3 setup, would you mind to run the tests and see
> if you get failures in
>
> regressiontests.forms.tests
> modeltests.fixtures.models
> modeltests.test_client.models
>
Also using pristine r4709 here with python 2.3 (Debian sarge's 2.3.5)
I see this:
$ cat ~/runtests-python2.3-r4709.txt
======================================================================
ERROR: Doctest: regressiontests.forms.tests
----------------------------------------------------------------------
Traceback (most recent call last):
File "/usr/lib/python2.3/site-packages/django/test/doctest.py", line
2150, in runTest
File "/usr/lib/python2.3/site-packages/django/test/doctest.py", line
1379, in run
tests to be extracted, and the name (within the module) of the object
File "/usr/lib/python2.3/site-packages/django/test/doctest.py", line
1267, in __run
# Find all the doctests belonging to the module object.
UnicodeDecodeError: 'ascii' codec can't decode byte 0xc5 in position
241: ordinal not in range(128)
======================================================================
FAIL: Check that test case has installed 4 fixture objects
----------------------------------------------------------------------
Traceback (most recent call last):
File "/home/ramiro/src/django/trunk/tests/modeltests/fixtures/models.py",
line 87, in testClassFixtures
self.assertEqual(Article.objects.count(), 4)
File "/usr/lib/python2.3/unittest.py", line 302, in failUnlessEqual
raise self.failureException, \
AssertionError: 1 != 4
----------------------------------------------------------------------
Ran 97 tests in 22.183s
FAILED (failures=1, errors=1)
--
Ramiro Morales
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---