[Zope-tests] FAILED (errors=6) : Zope-2_7-branch Python-2.4 : Linux

Zope Unit Tests zope-tests at epy.co.at
Fri Jan 21 23:20:25 EST 2005


Zope Unit Tests : FAILED (errors=6)
Zope-2_7-branch Python-2.4 : Linux

Running /usr/local/python2.4/bin/python test.py
/usr/local/python2.4/lib/python2.4/whrandom.py:38: DeprecationWarning: the whrandom module is deprecated; please use the random module
  DeprecationWarning)
Script (Python):filepath:1: DeprecationWarning: integer argument expected, got float
======================================================================
ERROR: testAclUsersDenied (AccessControl.tests.testAcquisition.TestGetAttr)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/usr/local/python2.4/lib/python2.4/unittest.py", line 260, in run
    testMethod()
  File "/autotest/temp/python24-zope27/lib/python/AccessControl/tests/testAcquisition.py", line 124, in testAclUsersDenied
    o = guarded_getattr(self.folder.denied, 'acl_users')
  File "/autotest/temp/python24-zope27/lib/python/AccessControl/ImplPython.py", line 554, in guarded_getattr
    if validate(inst, inst, name, v):
Unauthorized: You are not allowed to access 'acl_users' in this context

======================================================================
ERROR: testErrorLogDenied (AccessControl.tests.testAcquisition.TestGetAttr)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/usr/local/python2.4/lib/python2.4/unittest.py", line 260, in run
    testMethod()
  File "/autotest/temp/python24-zope27/lib/python/AccessControl/tests/testAcquisition.py", line 154, in testErrorLogDenied
    o = guarded_getattr(self.folder.denied, 'error_log')
  File "/autotest/temp/python24-zope27/lib/python/AccessControl/ImplPython.py", line 554, in guarded_getattr
    if validate(inst, inst, name, v):
Unauthorized: You are not allowed to access 'error_log' in this context

======================================================================
ERROR: testAclUsersDenied (AccessControl.tests.testAcquisition.TestGetAttrAnonymous)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/usr/local/python2.4/lib/python2.4/unittest.py", line 260, in run
    testMethod()
  File "/autotest/temp/python24-zope27/lib/python/AccessControl/tests/testAcquisition.py", line 124, in testAclUsersDenied
    o = guarded_getattr(self.folder.denied, 'acl_users')
  File "/autotest/temp/python24-zope27/lib/python/AccessControl/ImplPython.py", line 554, in guarded_getattr
    if validate(inst, inst, name, v):
Unauthorized: You are not allowed to access 'acl_users' in this context

======================================================================
ERROR: testAclUsersProtected (AccessControl.tests.testAcquisition.TestGetAttrAnonymous)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/usr/local/python2.4/lib/python2.4/unittest.py", line 260, in run
    testMethod()
  File "/autotest/temp/python24-zope27/lib/python/AccessControl/tests/testAcquisition.py", line 129, in testAclUsersProtected
    o = guarded_getattr(self.folder.protected, 'acl_users')
  File "/autotest/temp/python24-zope27/lib/python/AccessControl/ImplPython.py", line 554, in guarded_getattr
    if validate(inst, inst, name, v):
Unauthorized: You are not allowed to access 'acl_users' in this context

======================================================================
ERROR: testErrorLogDenied (AccessControl.tests.testAcquisition.TestGetAttrAnonymous)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/usr/local/python2.4/lib/python2.4/unittest.py", line 260, in run
    testMethod()
  File "/autotest/temp/python24-zope27/lib/python/AccessControl/tests/testAcquisition.py", line 154, in testErrorLogDenied
    o = guarded_getattr(self.folder.denied, 'error_log')
  File "/autotest/temp/python24-zope27/lib/python/AccessControl/ImplPython.py", line 554, in guarded_getattr
    if validate(inst, inst, name, v):
Unauthorized: You are not allowed to access 'error_log' in this context

======================================================================
ERROR: testErrorLogProtected (AccessControl.tests.testAcquisition.TestGetAttrAnonymous)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/usr/local/python2.4/lib/python2.4/unittest.py", line 260, in run
    testMethod()
  File "/autotest/temp/python24-zope27/lib/python/AccessControl/tests/testAcquisition.py", line 159, in testErrorLogProtected
    o = guarded_getattr(self.folder.protected, 'error_log')
  File "/autotest/temp/python24-zope27/lib/python/AccessControl/ImplPython.py", line 554, in guarded_getattr
    if validate(inst, inst, name, v):
Unauthorized: You are not allowed to access 'error_log' in this context

----------------------------------------------------------------------
Ran 2402 tests in 313.214s

FAILED (errors=6)


More information about the Zope-tests mailing list