[cmf-tests] FAILED (failures=1) : CMF-trunk Zope-trunk Python-2.4.5 : Linux
CMF Tests
cmf-tests at epy.co.at
Fri Feb 6 21:38:22 EST 2009
CMF Tests : FAILED (failures=1)
CMF-trunk Zope-trunk Python-2.4.5 : Linux
Running /usr/local/python2.4/bin/python /home/stefan/autotest/temp/python24-zope212/test.py -q --config-file etc/zope.conf --path Products --test-path Products
Parsing /home/stefan/autotest/temp/python24-zope212-cmf22/etc/zope.conf
Running Testing.ZopeTestCase.layer.ZopeLite tests:
Set up Testing.ZopeTestCase.layer.ZopeLite in 0.620 seconds.
Ran 407 tests with 0 failures and 0 errors in 8.811 seconds.
Running Products.CMFCore.testing.FunctionalZCMLLayer tests:
Set up Products.CMFCore.testing.FunctionalZCMLLayer in 0.731 seconds.
Ran 51 tests with 0 failures and 0 errors in 0.292 seconds.
Running Products.CMFCalendar.testing.FunctionalLayer tests:
Set up Products.CMFCalendar.testing.FunctionalLayer in 1.612 seconds.
Ran 24 tests with 0 failures and 0 errors in 3.687 seconds.
Running Products.CMFCore.testing.EventZCMLLayer tests:
Tear down Products.CMFCalendar.testing.FunctionalLayer in 0.073 seconds.
Tear down Products.CMFCore.testing.FunctionalZCMLLayer in 0.005 seconds.
Set up Products.CMFCore.testing.EventZCMLLayer in 0.003 seconds.
Ran 24 tests with 0 failures and 0 errors in 1.348 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.003 seconds.
Ran 112 tests with 0 failures and 0 errors in 16.790 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.004 seconds.
Ran 15 tests with 0 failures and 0 errors in 1.199 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.003 seconds.
Ran 68 tests with 0 failures and 0 errors in 4.030 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.586 seconds.
Set up Products.CMFDefault.testing.FunctionalLayer in 0.506 seconds.
Ran 40 tests with 0 failures and 0 errors in 5.781 seconds.
Running Products.CMFTopic.testing.FunctionalLayer tests:
Tear down Products.CMFDefault.testing.FunctionalLayer in 0.057 seconds.
Set up Products.CMFTopic.testing.FunctionalLayer in 0.386 seconds.
Ran 1 tests with 0 failures and 0 errors in 0.054 seconds.
Running Products.CMFUid.testing.UidEventZCMLLayer tests:
Tear down Products.CMFTopic.testing.FunctionalLayer in 0.060 seconds.
Tear down Products.CMFCore.testing.FunctionalZCMLLayer in 0.003 seconds.
Set up Products.CMFUid.testing.UidEventZCMLLayer in 0.003 seconds.
Ran 12 tests with 0 failures and 0 errors in 0.752 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.968 seconds.
Ran 37 tests with 0 failures and 0 errors in 1.753 seconds.
Running Products.GenericSetup.testing.ExportImportZCMLLayer tests:
Tear down Products.DCWorkflow.testing.ExportImportZCMLLayer in 0.001 seconds.
Set up Products.GenericSetup.testing.ExportImportZCMLLayer in 0.105 seconds.
Ran 212 tests with 0 failures and 0 errors in 2.090 seconds.
Running zope.testing.testrunner.layer.UnitTests tests:
Tear down Products.GenericSetup.testing.ExportImportZCMLLayer in 0.001 seconds.
Tear down Testing.ZopeTestCase.layer.ZopeLite in 0.000 seconds.
Set up zope.testing.testrunner.layer.UnitTests in 0.000 seconds.
Failure in test /home/stefan/autotest/temp/python24-zope212-cmf22/Products/CMFDefault/formlib/widgets.txt
Failed doctest test for widgets.txt
File "/home/stefan/autotest/temp/python24-zope212-cmf22/Products/CMFDefault/formlib/widgets.txt", line 0
----------------------------------------------------------------------
File "/home/stefan/autotest/temp/python24-zope212-cmf22/Products/CMFDefault/formlib/widgets.txt", line 125, in widgets.txt
Failed example:
print widget.getInputValue()
Expected:
Traceback (most recent call last):
...
WidgetInputError: ('NAME', u'FIELD TITLE', )
Got:
Traceback (most recent call last):
File "/home/stefan/autotest/temp/python24-zope212/lib/python/zope/testing/doctest.py", line 1356, in __run
compileflags, 1) in test.globs
File "<doctest widgets.txt[47]>", line 1, in ?
print widget.getInputValue()
File "/home/stefan/autotest/temp/python24-zope212-cmf22/Products/CMFDefault/formlib/widgets.py", line 139, in getInputValue
value = super(IDInputWidget, self).getInputValue()
File "/home/stefan/autotest/temp/python24-zope212/lib/python/zope/app/form/browser/widget.py", line 333, in getInputValue
raise self._error
WidgetInputError: ('NAME', u'FIELD TITLE', RequiredMissing())
Ran 589 tests with 1 failures and 0 errors in 2.217 seconds.
Tearing down left over layers:
Tear down zope.testing.testrunner.layer.UnitTests in 0.000 seconds.
Total: 1592 tests, 1 failures, 0 errors in 1 minutes 1.020 seconds.
Error in atexit._run_exitfuncs:
Traceback (most recent call last):
File "/usr/local/python2.4/lib/python2.4/atexit.py", line 24, in _run_exitfuncs
func(*targs, **kargs)
File "/usr/local/python2.4/lib/python2.4/logging/__init__.py", line 1333, in shutdown
h.close()
File "/usr/local/python2.4/lib/python2.4/logging/handlers.py", line 947, in close
logging.Handler.close(self)
File "/usr/local/python2.4/lib/python2.4/logging/__init__.py", line 674, in close
del _handlers[self]
KeyError: <ZConfig.components.logger.loghandler.StartupHandler instance at 0x40c11b8c>
Error in sys.exitfunc:
Traceback (most recent call last):
File "/usr/local/python2.4/lib/python2.4/atexit.py", line 24, in _run_exitfuncs
func(*targs, **kargs)
File "/usr/local/python2.4/lib/python2.4/logging/__init__.py", line 1333, in shutdown
h.close()
File "/usr/local/python2.4/lib/python2.4/logging/handlers.py", line 947, in close
logging.Handler.close(self)
File "/usr/local/python2.4/lib/python2.4/logging/__init__.py", line 674, in close
del _handlers[self]
KeyError: <ZConfig.components.logger.loghandler.StartupHandler instance at 0x40c11b8c>
FAILED (failures=1)
More information about the cmf-tests
mailing list