[Zope-dev] testMaxListUsers failure

Guido van Rossum guido@python.org
Tue, 21 Jan 2003 10:09:18 -0500


Who knows more about this test failure in the Zope 2.7 test suite?

======================================================================
FAIL: testMaxListUsers (testUserFolder.UserFolderTests)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "testUserFolder.py", line 57, in testMaxListUsers
AssertionError: Did not raise overflow error

----------------------------------------------------------------------
Ran 2089 tests in 1201.517s

FAILED (failures=1)

======================================================================
OVERALL FAILED (total failures=1)

--Guido van Rossum (home page: http://www.python.org/~guido/)