Georg Brandl added the comment:
Argh, the test modified the state of one of its classes.
Fixed that and committed now as rev. 57409.
--
assignee: collinwinter -> georg.brandl
resolution: -> accepted
status: open -> closed
_
Tracker <[EMAIL PROTECTED
Georg Brandl added the comment:
I've figured out the problem with your call stack: the comparison of
callLst with the expected calls adds more calls to callLst, leading to a
failing comparison.
I've fixed this, but the new test still fails with regrtest -R:: -- will
investigate.
___