Django

Code

Changeset 4716

Show
Ignore:
Timestamp:
03/12/07 19:33:15 (1 year ago)
Author:
russellm
Message:

Modified expected output of one fixture doctest to make it non unix-specific.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • django/trunk/tests/modeltests/fixtures/models.py

    r4715 r4716  
    6868# because there are two fixture2's in the fixtures directory  
    6969>>> management.load_data(['fixture2'], verbosity=0) # doctest: +ELLIPSIS 
    70 Multiple fixtures named 'fixture2' in '.../fixtures'. Aborting. 
     70Multiple fixtures named 'fixture2' in '...fixtures'. Aborting. 
    7171 
    7272>>> Article.objects.all()