[Testbot] FAILED (failures=3) : AT-1.5 Plone[next]-3.2 Zope-2.10 Python-2.4.6

Archetypes Tests plone-tests at epy.co.at
Sun Sep 20 03:23:07 UTC 2009


Archetypes Tests : FAILED (failures=3) 
AT-1.5 Plone[next]-3.2 Zope-2.10 Python-2.4.6

Running /usr/local/python2.4/bin/python ./bin/instance test -q --package Products.Archetypes --package Products.MimetypesRegistry --package Products.PortalTransforms --package Products.validation
/home/stefan/autotest/temp/cache/Zope-2.10.8-final-py2.4/lib/python/zope/configuration/xmlconfig.py:323: DeprecationWarning: zope.app.annotation has moved to zope.annotation. Import of zope.app.annotation will become unsupported in Zope 3.5
  __import__(arguments[0])
Failed to import ZPsycopgDA
Failed to import ZMySQLDA
Running unit tests:
  Ran 17 tests with 0 failures and 0 errors in 0.237 seconds.
Running Products.PloneTestCase.layer.ZCML tests:
  Set up Products.PloneTestCase.layer.ZCML in 1.307 seconds.
/home/stefan/autotest/temp/python24-zope210-cmf21-plone32next/eggs/Products.PlonePAS-3.9-py2.4.egg/Products/PlonePAS/setuphandlers.py:39: DeprecationWarning: portal_groups.getGroupIds is deprecated and will be removed in Plone 4.0. Use PAS searchGroups instead
  existing = gtool.listGroupIds()
  Ran 61 tests with 0 failures and 0 errors in 0.955 seconds.
Running Products.PloneTestCase.layer.PloneSite tests:
  Set up Products.PloneTestCase.layer.PloneSite in 7.223 seconds.
/home/stefan/autotest/temp/cache/Zope-2.10.8-final-py2.4/lib/python/OFS/subscribers.py:73: DeprecationWarning: Products.Archetypes.tests.test_classgen.Dummy.manage_afterAdd is discouraged. You should use event subscribers instead.
  DeprecationWarning)
/home/stefan/autotest/temp/cache/Zope-2.10.8-final-py2.4/lib/python/OFS/subscribers.py:73: DeprecationWarning: Products.Archetypes.tests.test_annotation.AnnDummy.manage_afterAdd is discouraged. You should use event subscribers instead.
  DeprecationWarning)


Failure in test moveField (Products.Archetypes.Schema.Schema)
Failed doctest test for Products.Archetypes.Schema.Schema.moveField
  File "/home/stefan/autotest/temp/python24-zope210-cmf21-plone32next/eggs/Products.Archetypes-1.5.11-py2.4.egg/Products/Archetypes/Schema/__init__.py", line 731, in moveField

----------------------------------------------------------------------
File "/home/stefan/autotest/temp/python24-zope210-cmf21-plone32next/eggs/Products.Archetypes-1.5.11-py2.4.egg/Products/Archetypes/Schema/__init__.py", line 768, in Products.Archetypes.Schema.Schema.moveField
Failed example:
    spos.moveField('a', pos=maxint)
Exception raised:
    Traceback (most recent call last):
      File "/home/stefan/autotest/temp/cache/Zope-2.10.8-final-py2.4/lib/python/zope/testing/doctest.py", line 1348, in __run
        compileflags, 1) in test.globs
      File "<doctest Products.Archetypes.Schema.Schema.moveField[20]>", line 1, in ?
        spos.moveField('a', pos=maxint)
      File "/home/stefan/autotest/temp/python24-zope210-cmf21-plone32next/eggs/Products.Archetypes-1.5.11-py2.4.egg/Products/Archetypes/Schema/__init__.py", line 824, in moveField
        return self._moveFieldToPosition(name, pos)
      File "/home/stefan/autotest/temp/python24-zope210-cmf21-plone32next/eggs/Products.Archetypes-1.5.11-py2.4.egg/Products/Archetypes/Schema/__init__.py", line 849, in _moveFieldToPosition
        keys.insert(pos - 1, name)
    OverflowError: signed integer is greater than maximum
----------------------------------------------------------------------
File "/home/stefan/autotest/temp/python24-zope210-cmf21-plone32next/eggs/Products.Archetypes-1.5.11-py2.4.egg/Products/Archetypes/Schema/__init__.py", line 769, in Products.Archetypes.Schema.Schema.moveField
Failed example:
    spos.keys()
Expected:
    ['b', 'c', 'a']
Got:
    ['b', 'c']

/home/stefan/autotest/temp/cache/Zope-2.10.8-final-py2.4/lib/python/OFS/subscribers.py:73: DeprecationWarning: Products.Archetypes.tests.test_event.Dummy.manage_afterAdd is discouraged. You should use event subscribers instead.
  DeprecationWarning)


Failure in test testContext (Products.Archetypes.tests.test_metadata.ExtMetadataContextTest)
Traceback (most recent call last):
  File "/home/stefan/autotest/temp/cache/Zope-2.10.8-final-py2.4/lib/python/Testing/ZopeTestCase/profiler.py", line 98, in __call__
    testMethod()
  File "/home/stefan/autotest/temp/python24-zope210-cmf21-plone32next/eggs/Products.Archetypes-1.5.11-py2.4.egg/Products/Archetypes/tests/test_metadata.py", line 199, in testContext
    compareMetadataOf(self, self._parent, data='parent', time=1001)
  File "/home/stefan/autotest/temp/python24-zope210-cmf21-plone32next/eggs/Products.Archetypes-1.5.11-py2.4.egg/Products/Archetypes/tests/test_metadata.py", line 93, in compareMetadataOf
    'effective date')
  File "/usr/local/python2.4/lib/python2.4/unittest.py", line 309, in failUnless
    if not expr: raise self.failureException, msg
AssertionError: effective date



Failure in test testUnwrappedContext (Products.Archetypes.tests.test_metadata.ExtMetadataContextTest)
Traceback (most recent call last):
  File "/home/stefan/autotest/temp/cache/Zope-2.10.8-final-py2.4/lib/python/Testing/ZopeTestCase/profiler.py", line 98, in __call__
    testMethod()
  File "/home/stefan/autotest/temp/python24-zope210-cmf21-plone32next/eggs/Products.Archetypes-1.5.11-py2.4.egg/Products/Archetypes/tests/test_metadata.py", line 206, in testUnwrappedContext
    compareMetadataOf(self, aq_base(self._parent), data='parent', time=1001)
  File "/home/stefan/autotest/temp/python24-zope210-cmf21-plone32next/eggs/Products.Archetypes-1.5.11-py2.4.egg/Products/Archetypes/tests/test_metadata.py", line 93, in compareMetadataOf
    'effective date')
  File "/usr/local/python2.4/lib/python2.4/unittest.py", line 309, in failUnless
    if not expr: raise self.failureException, msg
AssertionError: effective date

  Ran 531 tests with 3 failures and 0 errors in 61.270 seconds.
Tearing down left over layers:
  Tear down Products.PloneTestCase.layer.PloneSite in 0.296 seconds.
  Tear down Products.PloneTestCase.layer.ZCML in 0.006 seconds.
Total: 609 tests, 3 failures, 0 errors

FAILED (failures=3) 




More information about the Testbot mailing list