Opened 16 years ago

Closed 16 years ago

Last modified 12 years ago

#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 Alex Gaynor, 16 years ago

Resolution: invalid
Status: newclosed

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.

comment:2 by Joshua Uziel, 16 years ago

Resolution: invalid
Status: closedreopened

I'm sitting opposite Malcolm and he sees it as well... he told me to reopen it.

comment:3 by Alex Gaynor, 16 years ago

Ok, sorry about that then.

comment:4 by Russell Keith-Magee, 16 years ago

Resolution: fixed
Status: reopenedclosed

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.

in reply to:  4 comment:5 by Joshua Uziel, 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.

comment:6 by Jacob, 12 years ago

milestone: 1.0 alpha

Milestone 1.0 alpha deleted

Note: See TracTickets for help on using tickets.
Back to Top