[Zope-Coders] Zope test results (head)
background@shane.digicool.com
background@shane.digicool.com
Thu, 29 Nov 2001 22:07:32 -0500 (EST)
Persistence PersistentMapping
======================================================================
ERROR: check2 (testHTMLTests.HTMLTests)
----------------------------------------------------------------------
Traceback (most recent call last):
File "/home/background/zopetest/lib/python/Products/PageTemplates/tests/testHTMLTests.py", line 85, in check2
out = t(getProducts=self.getProducts)
File "/home/background/zopetest/lib/python/Products/PageTemplates/PageTemplate.py", line 91, in __call__
return self.pt_render(extra_context={'options': kwargs})
File "/home/background/zopetest/lib/python/Products/PageTemplates/PageTemplate.py", line 85, in pt_render
tal=not source, strictinsert=0)()
File "/home/background/zopetest/lib/python/TAL/TALInterpreter.py", line 158, in __call__
self.interpret(self.program)
File "/home/background/zopetest/lib/python/TAL/TALInterpreter.py", line 191, in interpret
handlers[opcode](self, args)
File "/home/background/zopetest/lib/python/TAL/TALInterpreter.py", line 510, in do_useMacro
macro = self.engine.evaluateMacro(macroExpr)
File "/home/background/zopetest/lib/python/Products/PageTemplates/Expressions.py", line 135, in _eval
ob = restrictedTraverse(ob, path, securityManager)
File "/home/background/zopetest/lib/python/Products/PageTemplates/Expressions.py", line 290, in restrictedTraverse
if not validate(object, object, name, o):
Undefined: You are not allowed to access laf in this context not found in 'container/laf/macros/page', at line 1, column 1
======================================================================
ERROR: check3 (testHTMLTests.HTMLTests)
----------------------------------------------------------------------
Traceback (most recent call last):
File "/home/background/zopetest/lib/python/Products/PageTemplates/tests/testHTMLTests.py", line 95, in check3
out = t(getProducts=self.getProducts)
File "/home/background/zopetest/lib/python/Products/PageTemplates/PageTemplate.py", line 91, in __call__
return self.pt_render(extra_context={'options': kwargs})
File "/home/background/zopetest/lib/python/Products/PageTemplates/PageTemplate.py", line 85, in pt_render
tal=not source, strictinsert=0)()
File "/home/background/zopetest/lib/python/TAL/TALInterpreter.py", line 158, in __call__
self.interpret(self.program)
File "/home/background/zopetest/lib/python/TAL/TALInterpreter.py", line 191, in interpret
handlers[opcode](self, args)
File "/home/background/zopetest/lib/python/TAL/TALInterpreter.py", line 510, in do_useMacro
macro = self.engine.evaluateMacro(macroExpr)
File "/home/background/zopetest/lib/python/Products/PageTemplates/Expressions.py", line 135, in _eval
ob = restrictedTraverse(ob, path, securityManager)
File "/home/background/zopetest/lib/python/Products/PageTemplates/Expressions.py", line 290, in restrictedTraverse
if not validate(object, object, name, o):
Undefined: You are not allowed to access laf in this context not found in 'container/laf/macros/page', at line 1, column 1
======================================================================
ERROR: DTML test 3: batches and formatting:
----------------------------------------------------------------------
Traceback (most recent call last):
File "/home/background/zopetest/lib/python/Products/PageTemplates/tests/testDTMLTests.py", line 130, in check3
o=self.t.__of__(aa)(batch=batch.batch(aa.args, 5))
File "/home/background/zopetest/lib/python/Products/PageTemplates/PageTemplate.py", line 91, in __call__
return self.pt_render(extra_context={'options': kwargs})
File "/home/background/zopetest/lib/python/Products/PageTemplates/PageTemplate.py", line 85, in pt_render
tal=not source, strictinsert=0)()
File "/home/background/zopetest/lib/python/TAL/TALInterpreter.py", line 158, in __call__
self.interpret(self.program)
File "/home/background/zopetest/lib/python/TAL/TALInterpreter.py", line 191, in interpret
handlers[opcode](self, args)
File "/home/background/zopetest/lib/python/TAL/TALInterpreter.py", line 491, in do_condition
self.interpret(block)
File "/home/background/zopetest/lib/python/TAL/TALInterpreter.py", line 191, in interpret
handlers[opcode](self, args)
File "/home/background/zopetest/lib/python/TAL/TALInterpreter.py", line 490, in do_condition
if not self.tal or self.engine.evaluateBoolean(condition):
File "/home/background/zopetest/lib/python/Products/PageTemplates/TALES.py", line 266, in evaluateBoolean
return not not self.evaluate(expr)
File "/home/background/zopetest/lib/python/Products/PageTemplates/Expressions.py", line 135, in _eval
ob = restrictedTraverse(ob, path, securityManager)
File "/home/background/zopetest/lib/python/Products/PageTemplates/Expressions.py", line 290, in restrictedTraverse
if not validate(object, object, name, o):
Undefined: You are not allowed to access previous_sequence in this context not found in 'options/batch/previous_sequence', at line 5, column 11
======================================================================
FAIL: testExprExplicitDeny (testSecurity.SecurityTests)
----------------------------------------------------------------------
Traceback (most recent call last):
File "/home/background/zopetest/lib/python/AccessControl/tests/testSecurity.py", line 65, in testExprExplicitDeny
assert 0, 'Did not deny attribute access'
AssertionError: Did not deny attribute access
----------------------------------------------------------------------
Ran 1084 tests in 294.923s
FAILED (failures=1, errors=3)
======================================================================
OVERALL FAILED (total failures=1, total errors=3)