#7826 closed (fixed)
invalid_models test unhappy after NFA merge
Reported by: | Joshua Uziel | Owned by: | nobody |
---|---|---|---|
Component: | Testing framework | Version: | dev |
Severity: | Keywords: | ||
Cc: | Triage Stage: | Unreviewed | |
Has patch: | no | Needs documentation: | no |
Needs tests: | no | Patch needs improvement: | no |
Easy pickings: | no | UI/UX: | no |
Description
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.
Change History (6)
comment:1 by , 16 years ago
Resolution: | → invalid |
---|---|
Status: | new → closed |
comment:2 by , 16 years ago
Resolution: | invalid |
---|---|
Status: | closed → reopened |
I'm sitting opposite Malcolm and he sees it as well... he told me to reopen it.
follow-up: 5 comment:4 by , 16 years ago
Resolution: | → fixed |
---|---|
Status: | reopened → closed |
I'm pretty sure this was fixed by [7273] - if you're still seeing the problem, check that the regressiontests/invalid_admin_options directory has been completely removed. if you're *still* seeing the problem, reopen the ticket.
comment:5 by , 16 years ago
I removed that directory and can confirm that did the trick. For good measure, I blew away my local subversion tree and checked it out fresh... fixed that way as well. So yep, it's fixed.
This works fine for me and doesn't show up in the buildbot, marking as innacurate unless someone can shed some additional light on this.