[Zope-tests] FAILED (failures=1) : Zope-2.12-alltests Python-2.4.6 : Linux

Zope Tests zope-tests at epy.co.at
Tue Jul 21 20:51:49 EDT 2009


Zope Tests : FAILED (failures=1) 
Zope-2.12-alltests Python-2.4.6 : Linux x86_64

Running /usr/local/python2.4/bin/python ./bin/alltests --all
Running OFS.tests.testCopySupportEvents.EventLayer tests:
  Set up OFS.tests.testCopySupportEvents.EventLayer in 0.099 seconds.
  Ran 14 tests with 0 failures and 0 errors in 0.045 seconds.
Running OFS.tests.testCopySupportHooks.HookLayer tests:
  Tear down OFS.tests.testCopySupportEvents.EventLayer in 0.000 seconds.
  Set up OFS.tests.testCopySupportHooks.HookLayer in 0.098 seconds.
  Ran 14 tests with 0 failures and 0 errors in 0.044 seconds.
Running Testing.ZopeTestCase.layer.ZopeLite tests:
  Tear down OFS.tests.testCopySupportHooks.HookLayer in 0.000 seconds.
  Set up Testing.ZopeTestCase.layer.ZopeLite in 0.000 seconds.
/home/stefan/autotest/temp/python24-zope212all/eggs/zope.configuration-3.6.0-py2.4.egg/zope/configuration/config.py:685: UserWarning: The set_schema option of the <require /> directive is not supported in Zope 2. Ignored for Products.Five.tests.test_security.Dummy3
  actions = self.handler(context, **args)
/home/stefan/autotest/temp/python24-zope212all/eggs/zope.configuration-3.6.0-py2.4.egg/zope/configuration/config.py:685: UserWarning: The set_attribute option of the <require /> directive is not supported in Zope 2. Ignored for Products.Five.tests.test_security.Dummy4
  actions = self.handler(context, **args)
  Ran 637 tests with 0 failures and 0 errors in 5.053 seconds.
Running Testing.ZopeTestCase.testShoppingCart.ShoppingCartLayer tests:
  Set up Testing.ZopeTestCase.testShoppingCart.ShoppingCartLayer in 0.077 seconds.
  Ran 16 tests with 0 failures and 0 errors in 0.155 seconds.
Running Testing.ZopeTestCase.testZODBCompat.ZODBCompatLayer tests:
  Tear down Testing.ZopeTestCase.testShoppingCart.ShoppingCartLayer in 0.001 seconds.
  Set up Testing.ZopeTestCase.testZODBCompat.ZODBCompatLayer in 0.001 seconds.
  Ran 18 tests with 0 failures and 0 errors in 0.032 seconds.
Running Testing.ZopeTestCase.zopedoctest.testLayerExtraction.TestLayer tests:
  Tear down Testing.ZopeTestCase.testZODBCompat.ZODBCompatLayer in 0.001 seconds.
  Set up Testing.ZopeTestCase.zopedoctest.testLayerExtraction.TestLayer in 0.001 seconds.
  Ran 2 tests with 0 failures and 0 errors in 0.006 seconds.
Running zope.container.tests.test_dependencies.ContainerLayer tests:
  Tear down Testing.ZopeTestCase.zopedoctest.testLayerExtraction.TestLayer in 0.001 seconds.
  Tear down Testing.ZopeTestCase.layer.ZopeLite in 0.000 seconds.
  Set up zope.container.tests.test_dependencies.ContainerLayer in 0.016 seconds.
  Ran 1 tests with 0 failures and 0 errors in 0.001 seconds.
Running zope.formlib.tests.FormlibLayer tests:
  Tear down zope.container.tests.test_dependencies.ContainerLayer in 0.000 seconds.
  Set up zope.formlib.tests.FormlibLayer in 0.708 seconds.
  Ran 11 tests with 0 failures and 0 errors in 0.009 seconds.
Running zope.testbrowser.tests.TestBrowserLayer tests:
  Tear down zope.formlib.tests.FormlibLayer in 0.001 seconds.
  Set up zope.testbrowser.tests.TestBrowserLayer in 0.526 seconds.
  Ran 160 tests with 0 failures and 0 errors in 1.854 seconds.
Running zope.testing.testrunner.layer.UnitTests tests:
  Tear down zope.testbrowser.tests.TestBrowserLayer in 0.001 seconds.
  Set up zope.testing.testrunner.layer.UnitTests in 0.000 seconds.
/home/stefan/autotest/temp/python24-zope212all/src/Zope2/App/startup.py:171: DeprecationWarning: String exceptions are deprecated starting with Python 2.5 and will be removed in a future release
  t, v = upgradeException(t, v)
/home/stefan/autotest/temp/python24-zope212all/src/zExceptions/tests/test___init__.py:26: DeprecationWarning: String exceptions are deprecated starting with Python 2.5 and will be removed in a future release
  return upgradeException(t, v)


Failure in test /home/stefan/autotest/temp/python24-zope212all/eggs/zope.index-3.5.2-py2.4-linux-x86_64.egg/zope/index/text/tests/../textindex.txt
Failed doctest test for textindex.txt
  File "/home/stefan/autotest/temp/python24-zope212all/eggs/zope.index-3.5.2-py2.4-linux-x86_64.egg/zope/index/text/tests/../textindex.txt", line 0

----------------------------------------------------------------------
File "/home/stefan/autotest/temp/python24-zope212all/eggs/zope.index-3.5.2-py2.4-linux-x86_64.egg/zope/index/text/tests/../textindex.txt", line 74, in textindex.txt
Failed example:
    [(k, "%.4f" % v) for (k, v) in index.apply(u'brown fox').items()] == result
Expected:
    True
Got:
    False
----------------------------------------------------------------------
File "/home/stefan/autotest/temp/python24-zope212all/eggs/zope.index-3.5.2-py2.4-linux-x86_64.egg/zope/index/text/tests/../textindex.txt", line 79, in textindex.txt
Failed example:
    [(k, "%.4f" % v) for (k, v) in index.apply(u'quick fox').items()] == result
Expected:
    True
Got:
    False
----------------------------------------------------------------------
File "/home/stefan/autotest/temp/python24-zope212all/eggs/zope.index-3.5.2-py2.4-linux-x86_64.egg/zope/index/text/tests/../textindex.txt", line 90, in textindex.txt
Failed example:
    [(k, "%.4f" % v) for (k, v) in index.apply(u'brown or python').items()] == result
Expected:
    True
Got:
    False
----------------------------------------------------------------------
File "/home/stefan/autotest/temp/python24-zope212all/eggs/zope.index-3.5.2-py2.4-linux-x86_64.egg/zope/index/text/tests/../textindex.txt", line 96, in textindex.txt
Failed example:
    [(k, "%.4f" % v) for (k, v) in index.apply(u'butts').items()] == result
Expected:
    True
Got:
    False
----------------------------------------------------------------------
File "/home/stefan/autotest/temp/python24-zope212all/eggs/zope.index-3.5.2-py2.4-linux-x86_64.egg/zope/index/text/tests/../textindex.txt", line 108, in textindex.txt
Failed example:
    [(k, "%.4f" % v) for (k, v) in index.apply(u"Fran\xe7ois").items()] == result
Expected:
    True
Got:
    False
----------------------------------------------------------------------
File "/home/stefan/autotest/temp/python24-zope212all/eggs/zope.index-3.5.2-py2.4-linux-x86_64.egg/zope/index/text/tests/../textindex.txt", line 113, in textindex.txt
Failed example:
    [(k, "%.4f" % v) for (k, v) in index.apply(word).items()] == result
Expected:
    True
Got:
    False
----------------------------------------------------------------------
File "/home/stefan/autotest/temp/python24-zope212all/eggs/zope.index-3.5.2-py2.4-linux-x86_64.egg/zope/index/text/tests/../textindex.txt", line 121, in textindex.txt
Failed example:
    [(k, "%.3f" % v) for (k, v) in index.apply('fo*').items()] == result
Expected:
    True
Got:
    False
----------------------------------------------------------------------
File "/home/stefan/autotest/temp/python24-zope212all/eggs/zope.index-3.5.2-py2.4-linux-x86_64.egg/zope/index/text/tests/../textindex.txt", line 143, in textindex.txt
Failed example:
    [(k, "%.4f" % v) for (k, v) in index2.apply("Zorro").items()] == result
Expected:
    True
Got:
    False

  Ran 6011 tests with 1 failures and 0 errors in 1 minutes 42.681 seconds.
Running zope.traversing.tests.layer.TraversingLayer tests:
  Tear down zope.testing.testrunner.layer.UnitTests in 0.000 seconds.
  Set up zope.traversing.tests.layer.TraversingLayer in 0.474 seconds.
  Ran 7 tests with 0 failures and 0 errors in 0.147 seconds.
Running zope.traversing.tests.test_dependencies.TraversingLayer tests:
  Tear down zope.traversing.tests.layer.TraversingLayer in 0.003 seconds.
  Set up zope.traversing.tests.test_dependencies.TraversingLayer in 0.015 seconds.
  Ran 1 tests with 0 failures and 0 errors in 0.001 seconds.
Tearing down left over layers:
  Tear down zope.traversing.tests.test_dependencies.TraversingLayer in 0.002 seconds.
Total: 6892 tests, 1 failures, 0 errors in 1 minutes 54.289 seconds.

FAILED (failures=1) 


More information about the Zope-tests mailing list