[Zope-Coders] Zope test results

background@shane.zope.com background@shane.zope.com
Thu, 10 Jan 2002 22:23:11 -0500 (EST)


Tested modules: Zope, CMF, ZEO, bsddb3Storage

**********************************************************************
Zope CVS Head
**********************************************************************
Module test_all.py failed to load
exceptions.AttributeError: PageTemplates
  File "utilities/testrunner.py", line 60, in getSuiteFromFile
   File "test_all.py", line 1, in ?
    import Zope
   File "/home/background/zopetest/lib/python/Zope/__init__.py", line 71, in ?
    OFS.Application.initialize(c)
   File "/home/background/zopetest/lib/python/OFS/Application.py", line 418, in initialize
    install_standards(app)
   File "/home/background/zopetest/lib/python/OFS/Application.py", line 721, in install_standards
    app.manage_addProduct['PageTemplates'].manage_addPageTemplate(
   File "/home/background/zopetest/lib/python/App/FactoryDispatcher.py", line 27, in __getitem__
    return self.__bobo_traverse__(None, name)
   File "/home/background/zopetest/lib/python/App/FactoryDispatcher.py", line 30, in __bobo_traverse__
    product=self.aq_acquire('_getProducts')()._product(name)
   File "/home/background/zopetest/lib/python/App/Product.py", line 66, in _product
    def _product(self, name): return getattr(self, name)


======================================================================
ERROR: check2 (testHTMLTests.HTMLTests)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/home/background/zopetest/lib/python/Products/PageTemplates/tests/testHTMLTests.py", line 87, in check2
    getProducts=self.getProducts)
  File "/home/background/zopetest/lib/python/Products/PageTemplates/tests/testHTMLTests.py", line 65, in assert_expected
    out = apply(t, args, kwargs)
  File "/home/background/zopetest/lib/python/Products/PageTemplates/PageTemplate.py", line 92, in __call__
    return self.pt_render(extra_context={'options': kwargs})
  File "/home/background/zopetest/lib/python/Products/PageTemplates/PageTemplate.py", line 86, 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/TALES.py", line 247, in evaluate
    v = expression(self)
  File "/home/background/zopetest/lib/python/Products/PageTemplates/Expressions.py", line 189, in __call__
    return self._eval(econtext)
  File "/home/background/zopetest/lib/python/Products/PageTemplates/Expressions.py", line 179, in _eval
    raise Undefined(self._s, sys.exc_info())
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 93, in check3
    getProducts=self.getProducts)
  File "/home/background/zopetest/lib/python/Products/PageTemplates/tests/testHTMLTests.py", line 65, in assert_expected
    out = apply(t, args, kwargs)
  File "/home/background/zopetest/lib/python/Products/PageTemplates/PageTemplate.py", line 92, in __call__
    return self.pt_render(extra_context={'options': kwargs})
  File "/home/background/zopetest/lib/python/Products/PageTemplates/PageTemplate.py", line 86, 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/TALES.py", line 247, in evaluate
    v = expression(self)
  File "/home/background/zopetest/lib/python/Products/PageTemplates/Expressions.py", line 189, in __call__
    return self._eval(econtext)
  File "/home/background/zopetest/lib/python/Products/PageTemplates/Expressions.py", line 179, in _eval
    raise Undefined(self._s, sys.exc_info())
Undefined: You are not allowed to access laf in this context not found in 'container/laf/macros/page', at line 1, column 1
======================================================================
ERROR: checkBatchIteration (testHTMLTests.HTMLTests)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/home/background/zopetest/lib/python/Products/PageTemplates/tests/testHTMLTests.py", line 123, in checkBatchIteration
    self.assert_expected(self.folder.t, 'CheckBatchIteration.html')
  File "/home/background/zopetest/lib/python/Products/PageTemplates/tests/testHTMLTests.py", line 65, in assert_expected
    out = apply(t, args, kwargs)
  File "/home/background/zopetest/lib/python/Products/PageTemplates/PageTemplate.py", line 92, in __call__
    return self.pt_render(extra_context={'options': kwargs})
  File "/home/background/zopetest/lib/python/Products/PageTemplates/PageTemplate.py", line 86, 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 402, in do_setLocal_tal
    self.engine.setLocal(name, self.engine.evaluateValue(expr))
  File "/home/background/zopetest/lib/python/Products/PageTemplates/TALES.py", line 247, in evaluate
    v = expression(self)
  File "/home/background/zopetest/lib/python/Products/PageTemplates/Expressions.py", line 189, in __call__
    return self._eval(econtext)
  File "/home/background/zopetest/lib/python/Products/PageTemplates/Expressions.py", line 179, in _eval
    raise Undefined(self._s, sys.exc_info())
Undefined: You are not allowed to access ZTUtils in this context not found in 'modules/ZTUtils', at line 2, column 3
======================================================================
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 92, in __call__
    return self.pt_render(extra_context={'options': kwargs})
  File "/home/background/zopetest/lib/python/Products/PageTemplates/PageTemplate.py", line 86, 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/TALES.py", line 247, in evaluate
    v = expression(self)
  File "/home/background/zopetest/lib/python/Products/PageTemplates/Expressions.py", line 189, in __call__
    return self._eval(econtext)
  File "/home/background/zopetest/lib/python/Products/PageTemplates/Expressions.py", line 179, in _eval
    raise Undefined(self._s, sys.exc_info())
Undefined: You are not allowed to access previous_sequence in this context not found in 'options/batch/previous_sequence', at line 5, column 11
======================================================================
ERROR: test_join (test_join.MembershipTests)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "test_join.py", line 18, in test_join
  File "/home/background/zopetest/lib/python/App/FactoryDispatcher.py", line 27, in __getitem__
    return self.__bobo_traverse__(None, name)
  File "/home/background/zopetest/lib/python/App/FactoryDispatcher.py", line 30, in __bobo_traverse__
    product=self.aq_acquire('_getProducts')()._product(name)
  File "/home/background/zopetest/lib/python/App/Product.py", line 66, in _product
    def _product(self, name): return getattr(self, name)
AttributeError: CMFDefault
======================================================================
ERROR: Test handling of empty file uploads
----------------------------------------------------------------------
Traceback (most recent call last):
  File "test_Image.py", line 21, in test_EditWithEmptyFile
IOError: [Errno 2] No such file or directory: '/home/background/zopetest/Products/CMFDefault/tests/TestImage.jpg'
======================================================================
ERROR: Test handling of empty file uploads
----------------------------------------------------------------------
Traceback (most recent call last):
  File "test_Image.py", line 21, in test_EditWithEmptyFile
IOError: [Errno 2] No such file or directory: '/home/background/zopetest/Products/CMFDefault/tests/TestImage.jpg'
======================================================================
ERROR: test_processActions (test_TypesTool.TypesToolTests)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "test_TypesTool.py", line 181, in test_processActions
  File "/home/background/zopetest/lib/python/Products/CMFCore/PortalFolder.py", line 329, in invokeFactory
    , kw
  File "/home/background/zopetest/lib/python/Products/CMFCore/TypesTool.py", line 722, in constructContent
    ob = apply(info.constructInstance, (container, id) + args, kw)
  File "/home/background/zopetest/lib/python/Products/CMFCore/TypesTool.py", line 437, in constructInstance
    m = self._getFactoryMethod(container, raise_exc=1)
  File "/home/background/zopetest/lib/python/Products/CMFCore/TypesTool.py", line 408, in _getFactoryMethod
    p = container.manage_addProduct[self.product]
  File "/home/background/zopetest/lib/python/App/FactoryDispatcher.py", line 27, in __getitem__
    return self.__bobo_traverse__(None, name)
  File "/home/background/zopetest/lib/python/App/FactoryDispatcher.py", line 30, in __bobo_traverse__
    product=self.aq_acquire('_getProducts')()._product(name)
  File "/home/background/zopetest/lib/python/App/Product.py", line 66, in _product
    def _product(self, name): return getattr(self, name)
AttributeError: CMFDefault
======================================================================
ERROR: test_manageAddFolder (Products.CMFCore.tests.test_PortalFolder.PortalFolderTests)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/home/background/zopetest/lib/python/Products/CMFCore/tests/test_PortalFolder.py", line 275, in test_manageAddFolder
    test.manage_addFolder( id='simple', title='Simple' )
  File "/home/background/zopetest/lib/python/Products/CMFCore/PortalFolder.py", line 434, in manage_addFolder
    self.invokeFactory( type_name='Folder', id=id )
  File "/home/background/zopetest/lib/python/Products/CMFCore/PortalFolder.py", line 329, in invokeFactory
    , kw
  File "/home/background/zopetest/lib/python/Products/CMFCore/TypesTool.py", line 722, in constructContent
    ob = apply(info.constructInstance, (container, id) + args, kw)
  File "/home/background/zopetest/lib/python/Products/CMFCore/TypesTool.py", line 437, in constructInstance
    m = self._getFactoryMethod(container, raise_exc=1)
  File "/home/background/zopetest/lib/python/Products/CMFCore/TypesTool.py", line 408, in _getFactoryMethod
    p = container.manage_addProduct[self.product]
  File "/home/background/zopetest/lib/python/App/FactoryDispatcher.py", line 27, in __getitem__
    return self.__bobo_traverse__(None, name)
  File "/home/background/zopetest/lib/python/App/FactoryDispatcher.py", line 30, in __bobo_traverse__
    product=self.aq_acquire('_getProducts')()._product(name)
  File "/home/background/zopetest/lib/python/App/Product.py", line 66, in _product
    def _product(self, name): return getattr(self, name)
AttributeError: CMFCore
======================================================================
ERROR: test_processActions (Products.CMFCore.tests.test_TypesTool.TypesToolTests)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "test_TypesTool.py", line 181, in test_processActions
  File "/home/background/zopetest/lib/python/Products/CMFCore/PortalFolder.py", line 329, in invokeFactory
    , kw
  File "/home/background/zopetest/lib/python/Products/CMFCore/TypesTool.py", line 722, in constructContent
    ob = apply(info.constructInstance, (container, id) + args, kw)
  File "/home/background/zopetest/lib/python/Products/CMFCore/TypesTool.py", line 437, in constructInstance
    m = self._getFactoryMethod(container, raise_exc=1)
  File "/home/background/zopetest/lib/python/Products/CMFCore/TypesTool.py", line 408, in _getFactoryMethod
    p = container.manage_addProduct[self.product]
  File "/home/background/zopetest/lib/python/App/FactoryDispatcher.py", line 27, in __getitem__
    return self.__bobo_traverse__(None, name)
  File "/home/background/zopetest/lib/python/App/FactoryDispatcher.py", line 30, in __bobo_traverse__
    product=self.aq_acquire('_getProducts')()._product(name)
  File "/home/background/zopetest/lib/python/App/Product.py", line 66, in _product
    def _product(self, name): return getattr(self, name)
AttributeError: CMFDefault
======================================================================
ERROR: test_manageAddFolder (test_PortalFolder.PortalFolderTests)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/home/background/zopetest/lib/python/Products/CMFCore/tests/test_PortalFolder.py", line 275, in test_manageAddFolder
    test.manage_addFolder( id='simple', title='Simple' )
  File "/home/background/zopetest/lib/python/Products/CMFCore/PortalFolder.py", line 434, in manage_addFolder
    self.invokeFactory( type_name='Folder', id=id )
  File "/home/background/zopetest/lib/python/Products/CMFCore/PortalFolder.py", line 329, in invokeFactory
    , kw
  File "/home/background/zopetest/lib/python/Products/CMFCore/TypesTool.py", line 722, in constructContent
    ob = apply(info.constructInstance, (container, id) + args, kw)
  File "/home/background/zopetest/lib/python/Products/CMFCore/TypesTool.py", line 437, in constructInstance
    m = self._getFactoryMethod(container, raise_exc=1)
  File "/home/background/zopetest/lib/python/Products/CMFCore/TypesTool.py", line 408, in _getFactoryMethod
    p = container.manage_addProduct[self.product]
  File "/home/background/zopetest/lib/python/App/FactoryDispatcher.py", line 27, in __getitem__
    return self.__bobo_traverse__(None, name)
  File "/home/background/zopetest/lib/python/App/FactoryDispatcher.py", line 30, in __bobo_traverse__
    product=self.aq_acquire('_getProducts')()._product(name)
  File "/home/background/zopetest/lib/python/App/Product.py", line 66, in _product
    def _product(self, name): return getattr(self, name)
AttributeError: CMFCore
======================================================================
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
======================================================================
FAIL: checkGetSerial (testZEO.ZEOFileStorageTests)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/home/background/zopetest/lib/python/ZODB/tests/BasicStorage.py", line 169, in checkGetSerial
    self.assertRaises(KeyError, self._storage.getSerial, oid)
  File "/usr/lib/python2.1/unittest.py", line 266, in failUnlessRaises
    raise self.failureException, excName
AssertionError: KeyError
======================================================================
FAIL: checkAbortOneVersionCommitTheOther (testZEO.ZEOFileStorageTests)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/home/background/zopetest/lib/python/ZODB/tests/VersionStorage.py", line 332, in checkAbortOneVersionCommitTheOther
    self._storage.load, oid, '')
  File "/usr/lib/python2.1/unittest.py", line 266, in failUnlessRaises
    raise self.failureException, excName
AssertionError: KeyError
----------------------------------------------------------------------
Ran 1579 tests in 252.472s

FAILED (failures=3, errors=11)

======================================================================
OVERALL FAILED (total failures=3, total errors=11)

**********************************************************************
Zope 2.5 branch
**********************************************************************
Module test_all.py failed to load
exceptions.AttributeError: PageTemplates
  File "utilities/testrunner.py", line 60, in getSuiteFromFile
   File "test_all.py", line 1, in ?
    import Zope
   File "/home/background/zopetest/lib/python/Zope/__init__.py", line 71, in ?
    OFS.Application.initialize(c)
   File "/home/background/zopetest/lib/python/OFS/Application.py", line 418, in initialize
    install_standards(app)
   File "/home/background/zopetest/lib/python/OFS/Application.py", line 721, in install_standards
    app.manage_addProduct['PageTemplates'].manage_addPageTemplate(
   File "/home/background/zopetest/lib/python/App/FactoryDispatcher.py", line 27, in __getitem__
    return self.__bobo_traverse__(None, name)
   File "/home/background/zopetest/lib/python/App/FactoryDispatcher.py", line 30, in __bobo_traverse__
    product=self.aq_acquire('_getProducts')()._product(name)
   File "/home/background/zopetest/lib/python/App/Product.py", line 66, in _product
    def _product(self, name): return getattr(self, name)


======================================================================
ERROR: check2 (testHTMLTests.HTMLTests)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/home/background/zopetest/lib/python/Products/PageTemplates/tests/testHTMLTests.py", line 87, in check2
    getProducts=self.getProducts)
  File "/home/background/zopetest/lib/python/Products/PageTemplates/tests/testHTMLTests.py", line 65, in assert_expected
    out = apply(t, args, kwargs)
  File "/home/background/zopetest/lib/python/Products/PageTemplates/PageTemplate.py", line 92, in __call__
    return self.pt_render(extra_context={'options': kwargs})
  File "/home/background/zopetest/lib/python/Products/PageTemplates/PageTemplate.py", line 86, 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/TALES.py", line 247, in evaluate
    v = expression(self)
  File "/home/background/zopetest/lib/python/Products/PageTemplates/Expressions.py", line 189, in __call__
    return self._eval(econtext)
  File "/home/background/zopetest/lib/python/Products/PageTemplates/Expressions.py", line 179, in _eval
    raise Undefined(self._s, sys.exc_info())
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 93, in check3
    getProducts=self.getProducts)
  File "/home/background/zopetest/lib/python/Products/PageTemplates/tests/testHTMLTests.py", line 65, in assert_expected
    out = apply(t, args, kwargs)
  File "/home/background/zopetest/lib/python/Products/PageTemplates/PageTemplate.py", line 92, in __call__
    return self.pt_render(extra_context={'options': kwargs})
  File "/home/background/zopetest/lib/python/Products/PageTemplates/PageTemplate.py", line 86, 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/TALES.py", line 247, in evaluate
    v = expression(self)
  File "/home/background/zopetest/lib/python/Products/PageTemplates/Expressions.py", line 189, in __call__
    return self._eval(econtext)
  File "/home/background/zopetest/lib/python/Products/PageTemplates/Expressions.py", line 179, in _eval
    raise Undefined(self._s, sys.exc_info())
Undefined: You are not allowed to access laf in this context not found in 'container/laf/macros/page', at line 1, column 1
======================================================================
ERROR: checkBatchIteration (testHTMLTests.HTMLTests)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/home/background/zopetest/lib/python/Products/PageTemplates/tests/testHTMLTests.py", line 123, in checkBatchIteration
    self.assert_expected(self.folder.t, 'CheckBatchIteration.html')
  File "/home/background/zopetest/lib/python/Products/PageTemplates/tests/testHTMLTests.py", line 65, in assert_expected
    out = apply(t, args, kwargs)
  File "/home/background/zopetest/lib/python/Products/PageTemplates/PageTemplate.py", line 92, in __call__
    return self.pt_render(extra_context={'options': kwargs})
  File "/home/background/zopetest/lib/python/Products/PageTemplates/PageTemplate.py", line 86, 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 402, in do_setLocal_tal
    self.engine.setLocal(name, self.engine.evaluateValue(expr))
  File "/home/background/zopetest/lib/python/Products/PageTemplates/TALES.py", line 247, in evaluate
    v = expression(self)
  File "/home/background/zopetest/lib/python/Products/PageTemplates/Expressions.py", line 189, in __call__
    return self._eval(econtext)
  File "/home/background/zopetest/lib/python/Products/PageTemplates/Expressions.py", line 179, in _eval
    raise Undefined(self._s, sys.exc_info())
Undefined: You are not allowed to access ZTUtils in this context not found in 'modules/ZTUtils', at line 2, column 3
======================================================================
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 92, in __call__
    return self.pt_render(extra_context={'options': kwargs})
  File "/home/background/zopetest/lib/python/Products/PageTemplates/PageTemplate.py", line 86, 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/TALES.py", line 247, in evaluate
    v = expression(self)
  File "/home/background/zopetest/lib/python/Products/PageTemplates/Expressions.py", line 189, in __call__
    return self._eval(econtext)
  File "/home/background/zopetest/lib/python/Products/PageTemplates/Expressions.py", line 179, in _eval
    raise Undefined(self._s, sys.exc_info())
Undefined: You are not allowed to access previous_sequence in this context not found in 'options/batch/previous_sequence', at line 5, column 11
======================================================================
ERROR: test_join (test_join.MembershipTests)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "test_join.py", line 18, in test_join
  File "/home/background/zopetest/lib/python/App/FactoryDispatcher.py", line 27, in __getitem__
    return self.__bobo_traverse__(None, name)
  File "/home/background/zopetest/lib/python/App/FactoryDispatcher.py", line 30, in __bobo_traverse__
    product=self.aq_acquire('_getProducts')()._product(name)
  File "/home/background/zopetest/lib/python/App/Product.py", line 66, in _product
    def _product(self, name): return getattr(self, name)
AttributeError: CMFDefault
======================================================================
ERROR: Test handling of empty file uploads
----------------------------------------------------------------------
Traceback (most recent call last):
  File "test_Image.py", line 21, in test_EditWithEmptyFile
IOError: [Errno 2] No such file or directory: '/home/background/zopetest/Products/CMFDefault/tests/TestImage.jpg'
======================================================================
ERROR: Test handling of empty file uploads
----------------------------------------------------------------------
Traceback (most recent call last):
  File "test_Image.py", line 21, in test_EditWithEmptyFile
IOError: [Errno 2] No such file or directory: '/home/background/zopetest/Products/CMFDefault/tests/TestImage.jpg'
======================================================================
ERROR: test_processActions (test_TypesTool.TypesToolTests)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "test_TypesTool.py", line 181, in test_processActions
  File "/home/background/zopetest/lib/python/Products/CMFCore/PortalFolder.py", line 329, in invokeFactory
    , kw
  File "/home/background/zopetest/lib/python/Products/CMFCore/TypesTool.py", line 722, in constructContent
    ob = apply(info.constructInstance, (container, id) + args, kw)
  File "/home/background/zopetest/lib/python/Products/CMFCore/TypesTool.py", line 437, in constructInstance
    m = self._getFactoryMethod(container, raise_exc=1)
  File "/home/background/zopetest/lib/python/Products/CMFCore/TypesTool.py", line 408, in _getFactoryMethod
    p = container.manage_addProduct[self.product]
  File "/home/background/zopetest/lib/python/App/FactoryDispatcher.py", line 27, in __getitem__
    return self.__bobo_traverse__(None, name)
  File "/home/background/zopetest/lib/python/App/FactoryDispatcher.py", line 30, in __bobo_traverse__
    product=self.aq_acquire('_getProducts')()._product(name)
  File "/home/background/zopetest/lib/python/App/Product.py", line 66, in _product
    def _product(self, name): return getattr(self, name)
AttributeError: CMFDefault
======================================================================
ERROR: test_manageAddFolder (Products.CMFCore.tests.test_PortalFolder.PortalFolderTests)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/home/background/zopetest/lib/python/Products/CMFCore/tests/test_PortalFolder.py", line 275, in test_manageAddFolder
    test.manage_addFolder( id='simple', title='Simple' )
  File "/home/background/zopetest/lib/python/Products/CMFCore/PortalFolder.py", line 434, in manage_addFolder
    self.invokeFactory( type_name='Folder', id=id )
  File "/home/background/zopetest/lib/python/Products/CMFCore/PortalFolder.py", line 329, in invokeFactory
    , kw
  File "/home/background/zopetest/lib/python/Products/CMFCore/TypesTool.py", line 722, in constructContent
    ob = apply(info.constructInstance, (container, id) + args, kw)
  File "/home/background/zopetest/lib/python/Products/CMFCore/TypesTool.py", line 437, in constructInstance
    m = self._getFactoryMethod(container, raise_exc=1)
  File "/home/background/zopetest/lib/python/Products/CMFCore/TypesTool.py", line 408, in _getFactoryMethod
    p = container.manage_addProduct[self.product]
  File "/home/background/zopetest/lib/python/App/FactoryDispatcher.py", line 27, in __getitem__
    return self.__bobo_traverse__(None, name)
  File "/home/background/zopetest/lib/python/App/FactoryDispatcher.py", line 30, in __bobo_traverse__
    product=self.aq_acquire('_getProducts')()._product(name)
  File "/home/background/zopetest/lib/python/App/Product.py", line 66, in _product
    def _product(self, name): return getattr(self, name)
AttributeError: CMFCore
======================================================================
ERROR: test_processActions (Products.CMFCore.tests.test_TypesTool.TypesToolTests)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "test_TypesTool.py", line 181, in test_processActions
  File "/home/background/zopetest/lib/python/Products/CMFCore/PortalFolder.py", line 329, in invokeFactory
    , kw
  File "/home/background/zopetest/lib/python/Products/CMFCore/TypesTool.py", line 722, in constructContent
    ob = apply(info.constructInstance, (container, id) + args, kw)
  File "/home/background/zopetest/lib/python/Products/CMFCore/TypesTool.py", line 437, in constructInstance
    m = self._getFactoryMethod(container, raise_exc=1)
  File "/home/background/zopetest/lib/python/Products/CMFCore/TypesTool.py", line 408, in _getFactoryMethod
    p = container.manage_addProduct[self.product]
  File "/home/background/zopetest/lib/python/App/FactoryDispatcher.py", line 27, in __getitem__
    return self.__bobo_traverse__(None, name)
  File "/home/background/zopetest/lib/python/App/FactoryDispatcher.py", line 30, in __bobo_traverse__
    product=self.aq_acquire('_getProducts')()._product(name)
  File "/home/background/zopetest/lib/python/App/Product.py", line 66, in _product
    def _product(self, name): return getattr(self, name)
AttributeError: CMFDefault
======================================================================
ERROR: test_manageAddFolder (test_PortalFolder.PortalFolderTests)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/home/background/zopetest/lib/python/Products/CMFCore/tests/test_PortalFolder.py", line 275, in test_manageAddFolder
    test.manage_addFolder( id='simple', title='Simple' )
  File "/home/background/zopetest/lib/python/Products/CMFCore/PortalFolder.py", line 434, in manage_addFolder
    self.invokeFactory( type_name='Folder', id=id )
  File "/home/background/zopetest/lib/python/Products/CMFCore/PortalFolder.py", line 329, in invokeFactory
    , kw
  File "/home/background/zopetest/lib/python/Products/CMFCore/TypesTool.py", line 722, in constructContent
    ob = apply(info.constructInstance, (container, id) + args, kw)
  File "/home/background/zopetest/lib/python/Products/CMFCore/TypesTool.py", line 437, in constructInstance
    m = self._getFactoryMethod(container, raise_exc=1)
  File "/home/background/zopetest/lib/python/Products/CMFCore/TypesTool.py", line 408, in _getFactoryMethod
    p = container.manage_addProduct[self.product]
  File "/home/background/zopetest/lib/python/App/FactoryDispatcher.py", line 27, in __getitem__
    return self.__bobo_traverse__(None, name)
  File "/home/background/zopetest/lib/python/App/FactoryDispatcher.py", line 30, in __bobo_traverse__
    product=self.aq_acquire('_getProducts')()._product(name)
  File "/home/background/zopetest/lib/python/App/Product.py", line 66, in _product
    def _product(self, name): return getattr(self, name)
AttributeError: CMFCore
======================================================================
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
======================================================================
FAIL: checkGetSerial (testZEO.ZEOFileStorageTests)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/home/background/zopetest/lib/python/ZODB/tests/BasicStorage.py", line 169, in checkGetSerial
    self.assertRaises(KeyError, self._storage.getSerial, oid)
  File "/usr/lib/python2.1/unittest.py", line 266, in failUnlessRaises
    raise self.failureException, excName
AssertionError: KeyError
======================================================================
FAIL: checkAbortOneVersionCommitTheOther (testZEO.ZEOFileStorageTests)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/home/background/zopetest/lib/python/ZODB/tests/VersionStorage.py", line 332, in checkAbortOneVersionCommitTheOther
    self._storage.load, oid, '')
  File "/usr/lib/python2.1/unittest.py", line 266, in failUnlessRaises
    raise self.failureException, excName
AssertionError: KeyError
----------------------------------------------------------------------
Ran 1579 tests in 246.745s

FAILED (failures=3, errors=11)

======================================================================
OVERALL FAILED (total failures=3, total errors=11)

**********************************************************************
Zope CVS Head with Python 2.2 (plus distutils-config-branch)
**********************************************************************
/usr/local/lib/python2.2/FCNTL.py:7: DeprecationWarning: the FCNTL module is deprecated; please use fcntl
  DeprecationWarning)
Module test_all.py failed to load
exceptions.AttributeError: OFSP
  File "utilities/testrunner.py", line 60, in getSuiteFromFile
   File "test_all.py", line 1, in ?
    import Zope
   File "/home/background/zopetest/lib/python/Zope/__init__.py", line 71, in ?
    OFS.Application.initialize(c)
   File "/home/background/zopetest/lib/python/OFS/Application.py", line 418, in initialize
    install_standards(app)
   File "/home/background/zopetest/lib/python/OFS/Application.py", line 715, in install_standards
    app.manage_addProduct['OFSP'].manage_addDTMLMethod(
   File "/home/background/zopetest/lib/python/App/FactoryDispatcher.py", line 27, in __getitem__
    return self.__bobo_traverse__(None, name)
   File "/home/background/zopetest/lib/python/App/FactoryDispatcher.py", line 30, in __bobo_traverse__
    product=self.aq_acquire('_getProducts')()._product(name)
   File "/home/background/zopetest/lib/python/App/Product.py", line 66, in _product
    def _product(self, name): return getattr(self, name)


/home/background/zopetest/lib/python/TAL/TALInterpreter.py:421: DeprecationWarning: strop functions are obsolete; use string methods
  i = rfind(s, '\n')
/home/background/zopetest/lib/python/TAL/TALInterpreter.py:293: DeprecationWarning: strop functions are obsolete; use string methods
  if self.html and lower(name) in BOOLEAN_HTML_ATTRS:
/home/background/zopetest/lib/python/TAL/TALInterpreter.py:269: DeprecationWarning: strop functions are obsolete; use string methods
  i = rfind(name, ":") + 1
======================================================================
ERROR: check2 (testHTMLTests.HTMLTests)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "testHTMLTests.py", line 87, in check2
  File "testHTMLTests.py", line 65, in assert_expected
  File "/home/background/zopetest/lib/python/Products/PageTemplates/PageTemplate.py", line 92, in __call__
    return self.pt_render(extra_context={'options': kwargs})
  File "/home/background/zopetest/lib/python/Products/PageTemplates/PageTemplate.py", line 86, 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/TALES.py", line 247, in evaluate
    v = expression(self)
  File "/home/background/zopetest/lib/python/Products/PageTemplates/Expressions.py", line 189, in __call__
    return self._eval(econtext)
  File "/home/background/zopetest/lib/python/Products/PageTemplates/Expressions.py", line 179, in _eval
    raise Undefined(self._s, sys.exc_info())
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 "testHTMLTests.py", line 93, in check3
  File "testHTMLTests.py", line 65, in assert_expected
  File "/home/background/zopetest/lib/python/Products/PageTemplates/PageTemplate.py", line 92, in __call__
    return self.pt_render(extra_context={'options': kwargs})
  File "/home/background/zopetest/lib/python/Products/PageTemplates/PageTemplate.py", line 86, 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/TALES.py", line 247, in evaluate
    v = expression(self)
  File "/home/background/zopetest/lib/python/Products/PageTemplates/Expressions.py", line 189, in __call__
    return self._eval(econtext)
  File "/home/background/zopetest/lib/python/Products/PageTemplates/Expressions.py", line 179, in _eval
    raise Undefined(self._s, sys.exc_info())
Undefined: You are not allowed to access laf in this context not found in 'container/laf/macros/page', at line 1, column 1

======================================================================
ERROR: checkBatchIteration (testHTMLTests.HTMLTests)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "testHTMLTests.py", line 123, in checkBatchIteration
  File "testHTMLTests.py", line 65, in assert_expected
  File "/home/background/zopetest/lib/python/Products/PageTemplates/PageTemplate.py", line 92, in __call__
    return self.pt_render(extra_context={'options': kwargs})
  File "/home/background/zopetest/lib/python/Products/PageTemplates/PageTemplate.py", line 86, 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 402, in do_setLocal_tal
    self.engine.setLocal(name, self.engine.evaluateValue(expr))
  File "/home/background/zopetest/lib/python/Products/PageTemplates/TALES.py", line 247, in evaluate
    v = expression(self)
  File "/home/background/zopetest/lib/python/Products/PageTemplates/Expressions.py", line 189, in __call__
    return self._eval(econtext)
  File "/home/background/zopetest/lib/python/Products/PageTemplates/Expressions.py", line 179, in _eval
    raise Undefined(self._s, sys.exc_info())
Undefined: You are not allowed to access ZTUtils in this context not found in 'modules/ZTUtils', at line 2, column 3

======================================================================
ERROR: DTML test 3: batches and formatting:
----------------------------------------------------------------------
Traceback (most recent call last):
  File "testDTMLTests.py", line 130, in check3
  File "/home/background/zopetest/lib/python/Products/PageTemplates/PageTemplate.py", line 92, in __call__
    return self.pt_render(extra_context={'options': kwargs})
  File "/home/background/zopetest/lib/python/Products/PageTemplates/PageTemplate.py", line 86, 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/TALES.py", line 247, in evaluate
    v = expression(self)
  File "/home/background/zopetest/lib/python/Products/PageTemplates/Expressions.py", line 189, in __call__
    return self._eval(econtext)
  File "/home/background/zopetest/lib/python/Products/PageTemplates/Expressions.py", line 179, in _eval
    raise Undefined(self._s, sys.exc_info())
Undefined: You are not allowed to access previous_sequence in this context not found in 'options/batch/previous_sequence', at line 5, column 11

======================================================================
ERROR: test_join (test_join.MembershipTests)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "test_join.py", line 18, in test_join
  File "/home/background/zopetest/lib/python/App/FactoryDispatcher.py", line 27, in __getitem__
    return self.__bobo_traverse__(None, name)
  File "/home/background/zopetest/lib/python/App/FactoryDispatcher.py", line 30, in __bobo_traverse__
    product=self.aq_acquire('_getProducts')()._product(name)
  File "/home/background/zopetest/lib/python/App/Product.py", line 66, in _product
    def _product(self, name): return getattr(self, name)
AttributeError: CMFDefault

======================================================================
ERROR: Test handling of empty file uploads
----------------------------------------------------------------------
Traceback (most recent call last):
  File "test_Image.py", line 21, in test_EditWithEmptyFile
IOError: [Errno 2] No such file or directory: '/home/background/zopetest/Products/CMFDefault/tests/TestImage.jpg'

======================================================================
ERROR: Test handling of empty file uploads
----------------------------------------------------------------------
Traceback (most recent call last):
  File "test_Image.py", line 21, in test_EditWithEmptyFile
IOError: [Errno 2] No such file or directory: '/home/background/zopetest/Products/CMFDefault/tests/TestImage.jpg'

======================================================================
ERROR: test_processActions (test_TypesTool.TypesToolTests)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "test_TypesTool.py", line 181, in test_processActions
  File "/home/background/zopetest/lib/python/Products/CMFCore/PortalFolder.py", line 329, in invokeFactory
    , kw
  File "/home/background/zopetest/lib/python/Products/CMFCore/TypesTool.py", line 722, in constructContent
    ob = apply(info.constructInstance, (container, id) + args, kw)
  File "/home/background/zopetest/lib/python/Products/CMFCore/TypesTool.py", line 437, in constructInstance
    m = self._getFactoryMethod(container, raise_exc=1)
  File "/home/background/zopetest/lib/python/Products/CMFCore/TypesTool.py", line 408, in _getFactoryMethod
    p = container.manage_addProduct[self.product]
  File "/home/background/zopetest/lib/python/App/FactoryDispatcher.py", line 27, in __getitem__
    return self.__bobo_traverse__(None, name)
  File "/home/background/zopetest/lib/python/App/FactoryDispatcher.py", line 30, in __bobo_traverse__
    product=self.aq_acquire('_getProducts')()._product(name)
  File "/home/background/zopetest/lib/python/App/Product.py", line 66, in _product
    def _product(self, name): return getattr(self, name)
AttributeError: CMFDefault

======================================================================
ERROR: test_manageAddFolder (Products.CMFCore.tests.test_PortalFolder.PortalFolderTests)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/home/background/zopetest/lib/python/Products/CMFCore/tests/test_PortalFolder.py", line 275, in test_manageAddFolder
    test.manage_addFolder( id='simple', title='Simple' )
  File "/home/background/zopetest/lib/python/Products/CMFCore/PortalFolder.py", line 434, in manage_addFolder
    self.invokeFactory( type_name='Folder', id=id )
  File "/home/background/zopetest/lib/python/Products/CMFCore/PortalFolder.py", line 329, in invokeFactory
    , kw
  File "/home/background/zopetest/lib/python/Products/CMFCore/TypesTool.py", line 722, in constructContent
    ob = apply(info.constructInstance, (container, id) + args, kw)
  File "/home/background/zopetest/lib/python/Products/CMFCore/TypesTool.py", line 437, in constructInstance
    m = self._getFactoryMethod(container, raise_exc=1)
  File "/home/background/zopetest/lib/python/Products/CMFCore/TypesTool.py", line 408, in _getFactoryMethod
    p = container.manage_addProduct[self.product]
  File "/home/background/zopetest/lib/python/App/FactoryDispatcher.py", line 27, in __getitem__
    return self.__bobo_traverse__(None, name)
  File "/home/background/zopetest/lib/python/App/FactoryDispatcher.py", line 30, in __bobo_traverse__
    product=self.aq_acquire('_getProducts')()._product(name)
  File "/home/background/zopetest/lib/python/App/Product.py", line 66, in _product
    def _product(self, name): return getattr(self, name)
AttributeError: CMFCore

======================================================================
ERROR: test_processActions (Products.CMFCore.tests.test_TypesTool.TypesToolTests)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "test_TypesTool.py", line 181, in test_processActions
  File "/home/background/zopetest/lib/python/Products/CMFCore/PortalFolder.py", line 329, in invokeFactory
    , kw
  File "/home/background/zopetest/lib/python/Products/CMFCore/TypesTool.py", line 722, in constructContent
    ob = apply(info.constructInstance, (container, id) + args, kw)
  File "/home/background/zopetest/lib/python/Products/CMFCore/TypesTool.py", line 437, in constructInstance
    m = self._getFactoryMethod(container, raise_exc=1)
  File "/home/background/zopetest/lib/python/Products/CMFCore/TypesTool.py", line 408, in _getFactoryMethod
    p = container.manage_addProduct[self.product]
  File "/home/background/zopetest/lib/python/App/FactoryDispatcher.py", line 27, in __getitem__
    return self.__bobo_traverse__(None, name)
  File "/home/background/zopetest/lib/python/App/FactoryDispatcher.py", line 30, in __bobo_traverse__
    product=self.aq_acquire('_getProducts')()._product(name)
  File "/home/background/zopetest/lib/python/App/Product.py", line 66, in _product
    def _product(self, name): return getattr(self, name)
AttributeError: CMFDefault

======================================================================
ERROR: test_manageAddFolder (test_PortalFolder.PortalFolderTests)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/home/background/zopetest/lib/python/Products/CMFCore/tests/test_PortalFolder.py", line 275, in test_manageAddFolder
    test.manage_addFolder( id='simple', title='Simple' )
  File "/home/background/zopetest/lib/python/Products/CMFCore/PortalFolder.py", line 434, in manage_addFolder
    self.invokeFactory( type_name='Folder', id=id )
  File "/home/background/zopetest/lib/python/Products/CMFCore/PortalFolder.py", line 329, in invokeFactory
    , kw
  File "/home/background/zopetest/lib/python/Products/CMFCore/TypesTool.py", line 722, in constructContent
    ob = apply(info.constructInstance, (container, id) + args, kw)
  File "/home/background/zopetest/lib/python/Products/CMFCore/TypesTool.py", line 437, in constructInstance
    m = self._getFactoryMethod(container, raise_exc=1)
  File "/home/background/zopetest/lib/python/Products/CMFCore/TypesTool.py", line 408, in _getFactoryMethod
    p = container.manage_addProduct[self.product]
  File "/home/background/zopetest/lib/python/App/FactoryDispatcher.py", line 27, in __getitem__
    return self.__bobo_traverse__(None, name)
  File "/home/background/zopetest/lib/python/App/FactoryDispatcher.py", line 30, in __bobo_traverse__
    product=self.aq_acquire('_getProducts')()._product(name)
  File "/home/background/zopetest/lib/python/App/Product.py", line 66, in _product
    def _product(self, name): return getattr(self, name)
AttributeError: CMFCore

======================================================================
FAIL: testExprExplicitDeny (testSecurity.SecurityTests)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "testSecurity.py", line 65, in testExprExplicitDeny
AssertionError: Did not deny attribute access

======================================================================
FAIL: checkGetSerial (testZEO.ZEOFileStorageTests)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/home/background/zopetest/lib/python/ZODB/tests/BasicStorage.py", line 169, in checkGetSerial
    self.assertRaises(KeyError, self._storage.getSerial, oid)
  File "/usr/local/lib/python2.2/unittest.py", line 279, in failUnlessRaises
    raise self.failureException, excName
AssertionError: KeyError

======================================================================
FAIL: checkAbortOneVersionCommitTheOther (testZEO.ZEOFileStorageTests)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/home/background/zopetest/lib/python/ZODB/tests/VersionStorage.py", line 332, in checkAbortOneVersionCommitTheOther
    self._storage.load, oid, '')
  File "/usr/local/lib/python2.2/unittest.py", line 279, in failUnlessRaises
    raise self.failureException, excName
AssertionError: KeyError

======================================================================
FAIL: checkVersionedLoadErrors (testZEO.ZEOFileStorageTests)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/home/background/zopetest/lib/python/ZODB/tests/VersionStorage.py", line 49, in checkVersionedLoadErrors
    self._storage.new_oid(), '')
  File "/usr/local/lib/python2.2/unittest.py", line 279, in failUnlessRaises
    raise self.failureException, excName
AssertionError: KeyError

----------------------------------------------------------------------
Ran 1581 tests in 254.648s

FAILED (failures=4, errors=11)

======================================================================
OVERALL FAILED (total failures=4, total errors=11)