#7826: invalid_models test unhappy after NFA merge
------------------------------+---------------------------------------------
Reporter: uzi | Owner: nobody
Status: new | Milestone: 1.0 alpha
Component: Unit test system | Version: SVN
Keywords: | Stage: Unreviewed
Has_patch: 0 |
------------------------------+---------------------------------------------
Like #7825, this one turns up:
{{{
$ ./runtests.py --settings=settings invalid_models
======================================================================
FAIL: runTest (__main__.InvalidModelTestCase)
----------------------------------------------------------------------
Traceback (most recent call last):
File "./runtests.py", line 67, in runTest
self.fail('Unable to load invalid model module')
AssertionError: Unable to load invalid model module
----------------------------------------------------------------------
Ran 11 tests in 0.391s
FAILED (failures=1)
}}}
Note: If you're seeing something else, then try removing all .pyc files in
your tree first.
--
Ticket URL: <http://code.djangoproject.com/ticket/7826>
Django Code <http://code.djangoproject.com/>
The web framework for perfectionists with deadlines
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"Django updates" 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-updates?hl=en
-~----------~----~----~----~------~----~------~--~---