[cmf-tests] FAILED (failures=1) : CMF-trunk Zope-2.12 Python-2.6.5 : Linux
CMF Tests
cmf-tests at epy.co.at
Sat Jun 26 21:52:14 EDT 2010
CMF Tests : FAILED (failures=1)
CMF-trunk Zope-2.12 Python-2.6.5 : Linux (x86_64)
Running /usr/local/python2.6/bin/python ./bin/test
Running Testing.ZopeTestCase.layer.ZopeLite tests:
Set up Testing.ZopeTestCase.layer.ZopeLite in 0.149 seconds.
/home/stefan/autotest/temp/python26-zope212-cmf23/eggs/zope.configuration-3.6.0-py2.6.egg/zope/configuration/config.py:1203: UserWarning: The permission option of the <browser:view /> directive is not supported in Zope 2. Ignored for <class 'Products.Five.browser.adding.ContentAdding'> in File "/home/stefan/autotest/temp/python26-zope212-cmf23/src/Zope2/src/Products/Five/browser/configure.zcml", line 56.2
return ComplexStackItem(self, context, data, info)
Ran 363 tests with 0 failures and 0 errors in 2.076 seconds.
Running Products.CMFCore.testing.FunctionalZCMLLayer tests:
Set up Products.CMFCore.testing.FunctionalZCMLLayer in 0.203 seconds.
Ran 55 tests with 0 failures and 0 errors in 0.116 seconds.
Running Products.CMFCalendar.testing.FunctionalLayer tests:
Set up Products.CMFCalendar.testing.FunctionalLayer in 0.754 seconds.
Ran 20 tests with 0 failures and 0 errors in 1.422 seconds.
Running Products.CMFCore.testing.EventZCMLLayer tests:
Tear down Products.CMFCalendar.testing.FunctionalLayer in 0.017 seconds.
Tear down Products.CMFCore.testing.FunctionalZCMLLayer in 0.001 seconds.
Set up Products.CMFCore.testing.EventZCMLLayer in 0.001 seconds.
Ran 24 tests with 0 failures and 0 errors in 0.590 seconds.
Running Products.CMFCore.testing.ExportImportZCMLLayer tests:
Tear down Products.CMFCore.testing.EventZCMLLayer in 0.000 seconds.
Set up Products.CMFCore.testing.ExportImportZCMLLayer in 0.001 seconds.
Ran 104 tests with 0 failures and 0 errors in 10.311 seconds.
Running Products.CMFCore.testing.TraversingEventZCMLLayer tests:
Tear down Products.CMFCore.testing.ExportImportZCMLLayer in 0.000 seconds.
Set up Products.CMFCore.testing.TraversingEventZCMLLayer in 0.001 seconds.
Ran 15 tests with 0 failures and 0 errors in 0.480 seconds.
Running Products.CMFCore.testing.TraversingZCMLLayer tests:
Tear down Products.CMFCore.testing.TraversingEventZCMLLayer in 0.000 seconds.
Set up Products.CMFCore.testing.TraversingZCMLLayer in 0.001 seconds.
Ran 69 tests with 0 failures and 0 errors in 1.638 seconds.
Running Products.CMFDefault.testing.FunctionalLayer tests:
Tear down Products.CMFCore.testing.TraversingZCMLLayer in 0.000 seconds.
Set up Products.CMFCore.testing.FunctionalZCMLLayer in 0.154 seconds.
Set up Products.CMFDefault.testing.FunctionalLayer in 0.243 seconds.
Failure in test /home/stefan/autotest/temp/python26-zope212-cmf23/src/Products.CMFDefault/Products/CMFDefault/browser/membership/tests/authentication.txt
Traceback (most recent call last):
File "/usr/local/python2.6/lib/python2.6/unittest.py", line 279, in run
testMethod()
File "/usr/local/python2.6/lib/python2.6/doctest.py", line 2152, in runTest
raise self.failureException(self.format_failure(new.getvalue()))
AssertionError: Failed doctest test for authentication.txt
File "/home/stefan/autotest/temp/python26-zope212-cmf23/src/Products.CMFDefault/Products/CMFDefault/browser/membership/tests/authentication.txt", line 0
----------------------------------------------------------------------
File "/home/stefan/autotest/temp/python26-zope212-cmf23/src/Products.CMFDefault/Products/CMFDefault/browser/membership/tests/authentication.txt", line 157, in authentication.txt
Failed example:
browser.open('http://localhost/site/@@logout.html')
Exception raised:
Traceback (most recent call last):
File "/usr/local/python2.6/lib/python2.6/doctest.py", line 1248, in __run
compileflags, 1) in test.globs
File "<doctest authentication.txt[63]>", line 1, in <module>
browser.open('http://localhost/site/@@logout.html')
File "/home/stefan/autotest/temp/python26-zope212-cmf23/eggs/zope.testbrowser-3.6.0a2-py2.6.egg/zope/testbrowser/browser.py", line 239, in open
self.mech_browser.open(url, data)
File "build/bdist.linux-x86_64/egg/mechanize/_mechanize.py", line 209, in open
File "build/bdist.linux-x86_64/egg/mechanize/_mechanize.py", line 261, in _mech_open
HTTPError: HTTP Error 403: Forbidden
----------------------------------------------------------------------
File "/home/stefan/autotest/temp/python26-zope212-cmf23/src/Products.CMFDefault/Products/CMFDefault/browser/membership/tests/authentication.txt", line 158, in authentication.txt
Failed example:
'[cmf_default][You have been logged out.' in browser.contents
Differences (ndiff with -expected +actual):
- True
+ False
----------------------------------------------------------------------
File "/home/stefan/autotest/temp/python26-zope212-cmf23/src/Products.CMFDefault/Products/CMFDefault/browser/membership/tests/authentication.txt", line 165, in authentication.txt
Failed example:
browser.open('http://localhost/site/@@logout.html')
Exception raised:
Traceback (most recent call last):
File "/usr/local/python2.6/lib/python2.6/doctest.py", line 1248, in __run
compileflags, 1) in test.globs
File "<doctest authentication.txt[68]>", line 1, in <module>
browser.open('http://localhost/site/@@logout.html')
File "/home/stefan/autotest/temp/python26-zope212-cmf23/eggs/zope.testbrowser-3.6.0a2-py2.6.egg/zope/testbrowser/browser.py", line 239, in open
self.mech_browser.open(url, data)
File "build/bdist.linux-x86_64/egg/mechanize/_mechanize.py", line 209, in open
File "build/bdist.linux-x86_64/egg/mechanize/_mechanize.py", line 261, in _mech_open
HTTPError: HTTP Error 403: Forbidden
----------------------------------------------------------------------
File "/home/stefan/autotest/temp/python26-zope212-cmf23/src/Products.CMFDefault/Products/CMFDefault/browser/membership/tests/authentication.txt", line 166, in authentication.txt
Failed example:
'[[cmf_default][You are logged in outside the portal' in browser.contents
Differences (ndiff with -expected +actual):
- True
+ False
Ran 44 tests with 1 failures and 0 errors in 6.273 seconds.
Running Products.CMFTopic.testing.FunctionalLayer tests:
Tear down Products.CMFDefault.testing.FunctionalLayer in 0.015 seconds.
Set up Products.CMFTopic.testing.FunctionalLayer in 0.186 seconds.
Ran 1 tests with 0 failures and 0 errors in 0.022 seconds.
Running Products.CMFUid.testing.UidEventZCMLLayer tests:
Tear down Products.CMFTopic.testing.FunctionalLayer in 0.016 seconds.
Tear down Products.CMFCore.testing.FunctionalZCMLLayer in 0.002 seconds.
Set up Products.CMFUid.testing.UidEventZCMLLayer in 0.001 seconds.
Ran 12 tests with 0 failures and 0 errors in 0.315 seconds.
Running Products.DCWorkflow.testing.ExportImportZCMLLayer tests:
Tear down Products.CMFUid.testing.UidEventZCMLLayer in 0.000 seconds.
Set up Products.DCWorkflow.testing.ExportImportZCMLLayer in 0.142 seconds.
Ran 38 tests with 0 failures and 0 errors in 0.702 seconds.
Running Products.GenericSetup.testing.ExportImportZCMLLayer tests:
Tear down Products.DCWorkflow.testing.ExportImportZCMLLayer in 0.000 seconds.
Set up Products.GenericSetup.testing.ExportImportZCMLLayer in 0.083 seconds.
Ran 212 tests with 0 failures and 0 errors in 0.634 seconds.
Running zope.testing.testrunner.layer.UnitTests tests:
Tear down Products.GenericSetup.testing.ExportImportZCMLLayer in 0.000 seconds.
Tear down Testing.ZopeTestCase.layer.ZopeLite in 0.000 seconds.
Set up zope.testing.testrunner.layer.UnitTests in 0.000 seconds.
Ran 498 tests with 0 failures and 0 errors in 1.185 seconds.
Tearing down left over layers:
Tear down zope.testing.testrunner.layer.UnitTests in 0.000 seconds.
Total: 1455 tests, 1 failures, 0 errors in 29.541 seconds.
FAILED (failures=1)
More information about the cmf-tests
mailing list