[Zope-CMF] Win32 Tests - CMF - errors:8

zope-tests at squishdot.org zope-tests at squishdot.org
Thu Aug 14 01:15:21 EDT 2003


======================================================================
Python Version:2.1.3 (#35, Apr  8 2002, 17:47:50) [MSC 32 bit (Intel)]

Modules included:
Zope (Zope-2_6-branch)
CMF (HEAD)

======================================================================
ERROR: test_addPolicy (Products.CMFCore.tests.test_CachingPolicyManager.CachingPolicyManagerTests)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "D:\ZopeTests\sandbox\Zope\lib\python\Products\CMFCore\tests\test_CachingPolicyManager.py", line 261, in test_addPolicy
    mgr._addPolicy( 'first', 'python:1', None, 0, 0, 0, 0 )
TypeError: _addPolicy() takes exactly 9 arguments (8 given)

======================================================================
ERROR: test_empty (Products.CMFCore.tests.test_CachingPolicyManager.CachingPolicyManagerTests)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "D:\ZopeTests\sandbox\Zope\lib\python\Products\CMFCore\tests\test_CachingPolicyManager.py", line 254, in test_empty
    , 'xyzzy', None, None, None, None, None, None )
  File "C:\PYTHON22\lib\unittest.py", line 273, in failUnlessRaises
    apply(callableObj, args, kwargs)
TypeError: _updatePolicy() takes exactly 9 arguments (8 given)

======================================================================
ERROR: test_lookupMatchBar (Products.CMFCore.tests.test_CachingPolicyManager.CachingPolicyManagerTests)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "D:\ZopeTests\sandbox\Zope\lib\python\Products\CMFCore\tests\test_CachingPolicyManager.py", line 339, in test_lookupMatchBar
    mgr = self._makeOneWithPolicies()
  File "D:\ZopeTests\sandbox\Zope\lib\python\Products\CMFCore\tests\test_CachingPolicyManager.py", line 309, in _makeOneWithPolicies
    , None, max_age_secs, 0, 0, 0 )
TypeError: _addPolicy() takes exactly 9 arguments (8 given)

======================================================================
ERROR: test_lookupMatchBaz (Products.CMFCore.tests.test_CachingPolicyManager.CachingPolicyManagerTests)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "D:\ZopeTests\sandbox\Zope\lib\python\Products\CMFCore\tests\test_CachingPolicyManager.py", line 358, in test_lookupMatchBaz
    mgr = self._makeOneWithPolicies()
  File "D:\ZopeTests\sandbox\Zope\lib\python\Products\CMFCore\tests\test_CachingPolicyManager.py", line 309, in _makeOneWithPolicies
    , None, max_age_secs, 0, 0, 0 )
TypeError: _addPolicy() takes exactly 9 arguments (8 given)

======================================================================
ERROR: test_lookupMatchFoo (Products.CMFCore.tests.test_CachingPolicyManager.CachingPolicyManagerTests)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "D:\ZopeTests\sandbox\Zope\lib\python\Products\CMFCore\tests\test_CachingPolicyManager.py", line 325, in test_lookupMatchFoo
    mgr = self._makeOneWithPolicies()
  File "D:\ZopeTests\sandbox\Zope\lib\python\Products\CMFCore\tests\test_CachingPolicyManager.py", line 309, in _makeOneWithPolicies
    , None, max_age_secs, 0, 0, 0 )
TypeError: _addPolicy() takes exactly 9 arguments (8 given)

======================================================================
ERROR: test_lookupMatchQux (Products.CMFCore.tests.test_CachingPolicyManager.CachingPolicyManagerTests)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "D:\ZopeTests\sandbox\Zope\lib\python\Products\CMFCore\tests\test_CachingPolicyManager.py", line 380, in test_lookupMatchQux
    mgr = self._makeOneWithPolicies()
  File "D:\ZopeTests\sandbox\Zope\lib\python\Products\CMFCore\tests\test_CachingPolicyManager.py", line 309, in _makeOneWithPolicies
    , None, max_age_secs, 0, 0, 0 )
TypeError: _addPolicy() takes exactly 9 arguments (8 given)

======================================================================
ERROR: test_lookupNoMatch (Products.CMFCore.tests.test_CachingPolicyManager.CachingPolicyManagerTests)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "D:\ZopeTests\sandbox\Zope\lib\python\Products\CMFCore\tests\test_CachingPolicyManager.py", line 315, in test_lookupNoMatch
    mgr = self._makeOneWithPolicies()
  File "D:\ZopeTests\sandbox\Zope\lib\python\Products\CMFCore\tests\test_CachingPolicyManager.py", line 309, in _makeOneWithPolicies
    , None, max_age_secs, 0, 0, 0 )
TypeError: _addPolicy() takes exactly 9 arguments (8 given)

======================================================================
ERROR: test_reorder (Products.CMFCore.tests.test_CachingPolicyManager.CachingPolicyManagerTests)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "D:\ZopeTests\sandbox\Zope\lib\python\Products\CMFCore\tests\test_CachingPolicyManager.py", line 286, in test_reorder
    , None, 0, 0, 0, 0 )
TypeError: _addPolicy() takes exactly 9 arguments (8 given)

----------------------------------------------------------------------
Ran 341 tests in 15.938s

FAILED (errors=8)




More information about the Zope-CMF mailing list