[cmf-tests] FAILED (failures=1,
errors=49) : CMF-2.0 Zope-trunk Python-2.4.3 : Linux
CMF Unit Tests
cmf-tests at epy.co.at
Mon May 8 21:57:14 EDT 2006
CMF Unit Tests : FAILED (failures=1, errors=49)
CMF-2.0 Zope-trunk Python-2.4.3 : Linux
Running /usr/local/python2.4/bin/python /home/stefan/autotest/temp/python24-zope210/test.py -q --config-file etc/zope.conf --path Products --test-path Products
/home/stefan/autotest/temp/python24-zope210/lib/python/Products/PluginIndexes/__init__.py:19: DeprecationWarning: Using TextIndex is deprecated (will be removed in Zope 2.12). Use ZCTextIndex instead.
import TextIndex.TextIndex
/home/stefan/autotest/temp/python24-zope210/lib/python/Products/ZCatalog/__init__.py:18: DeprecationWarning: ZClasses are deprecated, unmaintained and should no longer be used
from ZClasses import createZClassForBase
/home/stefan/autotest/temp/python24-zope210-cmf20/Products/CMFCore/FSFile.py:23: DeprecationWarning: zope.app.content_types has moved to zope.contenttype. Import of zope.app.content_types will become unsupported in Zope 3.5
from zope.app.content_types import guess_content_type
/home/stefan/autotest/temp/python24-zope210/lib/python/OFS/Application.py:710: DeprecationWarning: Using Gadfly and ZGadflyDA is deprecated. The module will be removed in Zope 2.11)
product=__import__(pname, global_dict, global_dict, silly)
/home/stefan/autotest/temp/python24-zope210-cmf20/Products/CMFDefault/skin/configure.zcml:6: DeprecationWarning: Creating layers via ZCML has been deprecated. The browser:layer directive will be removed in Zope 3.5. Layers are now interfaces extending zope.publisher.interfaces.browser.IBrowserRequest. They do not need further registration.
<browser:layer
/home/stefan/autotest/temp/python24-zope210/lib/python/zope/configuration/config.py:690: DeprecationWarning: The five:traversable statement is no longer needed and will be removed in Zope 2.12.
actions = self.handler(context, **args)
/home/stefan/autotest/temp/python24-zope210/lib/python/zope/configuration/config.py:184: DeprecationWarning: zope.app.event.interfaces has moved to zope.lifecycleevent.interfaces. Import of zope.app.event.interfaces will become unsupported in Zope 3.5
mod = __import__(mname, *_import_chickens)
/home/stefan/autotest/temp/python24-zope210/lib/python/zope/configuration/config.py:199: DeprecationWarning: IObjectEvent is deprecated. IObjectEvent has moved to zope.component.interfaces
obj = getattr(mod, oname)
Parsing /home/stefan/autotest/temp/python24-zope210-cmf20/etc/zope.conf
Running unit tests:
Error in test test_EventEndingMidnight (CMFCalendar.tests.test_Calendar.CalendarRequestTests)
Traceback (most recent call last):
File "/usr/local/python2.4/lib/python2.4/unittest.py", line 260, in run
testMethod()
File "/home/stefan/autotest/temp/python24-zope210-cmf20/Products/CMFCalendar/tests/test_Calendar.py", line 645, in test_EventEndingMidnight
, end_date=day_after
File "/home/stefan/autotest/temp/python24-zope210-cmf20/Products/CMFCore/PortalFolder.py", line 310, in invokeFactory
return pt.constructContent(type_name, self, id, RESPONSE, *args, **kw)
File "/home/stefan/autotest/temp/python24-zope210-cmf20/Products/CMFCore/TypesTool.py", line 680, in constructContent
raise ValueError('No such content type: %s' % type_name)
ValueError: No such content type: Event
Error in test test_eventCalendarRenderingIssue411 (CMFCalendar.tests.test_Calendar.CalendarRequestTests)
Traceback (most recent call last):
File "/usr/local/python2.4/lib/python2.4/unittest.py", line 260, in run
testMethod()
File "/home/stefan/autotest/temp/python24-zope210-cmf20/Products/CMFCalendar/tests/test_Calendar.py", line 303, in test_eventCalendarRenderingIssue411
self.Site.Members.invokeFactory(type_name="Event",id='Event1')
File "/home/stefan/autotest/temp/python24-zope210-cmf20/Products/CMFCore/PortalFolder.py", line 310, in invokeFactory
return pt.constructContent(type_name, self, id, RESPONSE, *args, **kw)
File "/home/stefan/autotest/temp/python24-zope210-cmf20/Products/CMFCore/TypesTool.py", line 680, in constructContent
raise ValueError('No such content type: %s' % type_name)
ValueError: No such content type: Event
Error in test test_firstDayRendering (CMFCalendar.tests.test_Calendar.CalendarRequestTests)
Traceback (most recent call last):
File "/usr/local/python2.4/lib/python2.4/unittest.py", line 260, in run
testMethod()
File "/home/stefan/autotest/temp/python24-zope210-cmf20/Products/CMFCalendar/tests/test_Calendar.py", line 577, in test_firstDayRendering
end_date='2002/05/31 23:59:59')
File "/home/stefan/autotest/temp/python24-zope210-cmf20/Products/CMFCore/PortalFolder.py", line 310, in invokeFactory
return pt.constructContent(type_name, self, id, RESPONSE, *args, **kw)
File "/home/stefan/autotest/temp/python24-zope210-cmf20/Products/CMFCore/TypesTool.py", line 680, in constructContent
raise ValueError('No such content type: %s' % type_name)
ValueError: No such content type: Event
Error in test test_lastDayRendering (CMFCalendar.tests.test_Calendar.CalendarRequestTests)
Traceback (most recent call last):
File "/usr/local/python2.4/lib/python2.4/unittest.py", line 260, in run
testMethod()
File "/home/stefan/autotest/temp/python24-zope210-cmf20/Products/CMFCalendar/tests/test_Calendar.py", line 549, in test_lastDayRendering
end_date='2002/05/31 23:59:59')
File "/home/stefan/autotest/temp/python24-zope210-cmf20/Products/CMFCore/PortalFolder.py", line 310, in invokeFactory
return pt.constructContent(type_name, self, id, RESPONSE, *args, **kw)
File "/home/stefan/autotest/temp/python24-zope210-cmf20/Products/CMFCore/TypesTool.py", line 680, in constructContent
raise ValueError('No such content type: %s' % type_name)
ValueError: No such content type: Event
Error in test test_noSessions_fiveview (CMFCalendar.tests.test_Calendar.CalendarRequestTests)
Traceback (most recent call last):
File "/usr/local/python2.4/lib/python2.4/unittest.py", line 260, in run
testMethod()
File "/home/stefan/autotest/temp/python24-zope210-cmf20/Products/CMFCalendar/tests/test_Calendar.py", line 173, in test_noSessions_fiveview
self._testURL('/CalendarTest/@@calendar_widget', ())
File "/home/stefan/autotest/temp/python24-zope210-cmf20/Products/CMFCalendar/tests/test_Calendar.py", line 144, in _testURL
obj = Site.restrictedTraverse(url)
File "/home/stefan/autotest/temp/python24-zope210/lib/python/OFS/Traversable.py", line 278, in restrictedTraverse
return self.unrestrictedTraverse(path, default, restricted=1)
File "/home/stefan/autotest/temp/python24-zope210/lib/python/OFS/Traversable.py", line 204, in unrestrictedTraverse
raise AttributeError(name)
AttributeError: @@calendar_widget
Error in test test_noSessions_skinsview (CMFCalendar.tests.test_Calendar.CalendarRequestTests)
Traceback (most recent call last):
File "/usr/local/python2.4/lib/python2.4/unittest.py", line 260, in run
testMethod()
File "/home/stefan/autotest/temp/python24-zope210-cmf20/Products/CMFCalendar/tests/test_Calendar.py", line 166, in test_noSessions_skinsview
self._testURL('/CalendarTest/calendarBox', ())
File "/home/stefan/autotest/temp/python24-zope210-cmf20/Products/CMFCalendar/tests/test_Calendar.py", line 144, in _testURL
obj = Site.restrictedTraverse(url)
File "/home/stefan/autotest/temp/python24-zope210/lib/python/OFS/Traversable.py", line 278, in restrictedTraverse
return self.unrestrictedTraverse(path, default, restricted=1)
File "/home/stefan/autotest/temp/python24-zope210/lib/python/OFS/Traversable.py", line 246, in unrestrictedTraverse
next=obj[name]
File "/home/stefan/autotest/temp/python24-zope210/lib/python/OFS/ObjectManager.py", line 749, in __getitem__
raise KeyError, key
KeyError: 'calendarBox'
Error in test test_sessions_fiveview (CMFCalendar.tests.test_Calendar.CalendarRequestTests)
Traceback (most recent call last):
File "/usr/local/python2.4/lib/python2.4/unittest.py", line 260, in run
testMethod()
File "/home/stefan/autotest/temp/python24-zope210-cmf20/Products/CMFCalendar/tests/test_Calendar.py", line 159, in test_sessions_fiveview
self._testURL('/CalendarTest/@@calendar_widget', ())
File "/home/stefan/autotest/temp/python24-zope210-cmf20/Products/CMFCalendar/tests/test_Calendar.py", line 144, in _testURL
obj = Site.restrictedTraverse(url)
File "/home/stefan/autotest/temp/python24-zope210/lib/python/OFS/Traversable.py", line 278, in restrictedTraverse
return self.unrestrictedTraverse(path, default, restricted=1)
File "/home/stefan/autotest/temp/python24-zope210/lib/python/OFS/Traversable.py", line 204, in unrestrictedTraverse
raise AttributeError(name)
AttributeError: @@calendar_widget
Error in test test_sessions_skinsview (CMFCalendar.tests.test_Calendar.CalendarRequestTests)
Traceback (most recent call last):
File "/usr/local/python2.4/lib/python2.4/unittest.py", line 260, in run
testMethod()
File "/home/stefan/autotest/temp/python24-zope210-cmf20/Products/CMFCalendar/tests/test_Calendar.py", line 152, in test_sessions_skinsview
self._testURL('/CalendarTest/calendarBox', ())
File "/home/stefan/autotest/temp/python24-zope210-cmf20/Products/CMFCalendar/tests/test_Calendar.py", line 144, in _testURL
obj = Site.restrictedTraverse(url)
File "/home/stefan/autotest/temp/python24-zope210/lib/python/OFS/Traversable.py", line 278, in restrictedTraverse
return self.unrestrictedTraverse(path, default, restricted=1)
File "/home/stefan/autotest/temp/python24-zope210/lib/python/OFS/Traversable.py", line 246, in unrestrictedTraverse
next=obj[name]
File "/home/stefan/autotest/temp/python24-zope210/lib/python/OFS/ObjectManager.py", line 749, in __getitem__
raise KeyError, key
KeyError: 'calendarBox'
Error in test test_simpleCalendarRendering (CMFCalendar.tests.test_Calendar.CalendarRequestTests)
Traceback (most recent call last):
File "/usr/local/python2.4/lib/python2.4/unittest.py", line 260, in run
testMethod()
File "/home/stefan/autotest/temp/python24-zope210-cmf20/Products/CMFCalendar/tests/test_Calendar.py", line 225, in test_simpleCalendarRendering
result = self.Tool.getEventsForCalendar(month='5', year='2002')
File "/home/stefan/autotest/temp/python24-zope210-cmf20/Products/CMFCalendar/CalendarTool.py", line 162, in getEventsForCalendar
events = self.catalog_getevents(year, month)
File "/home/stefan/autotest/temp/python24-zope210-cmf20/Products/CMFCalendar/CalendarTool.py", line 191, in catalog_getevents
sort_on='start' )
File "/home/stefan/autotest/temp/python24-zope210-cmf20/Products/CMFCore/CatalogTool.py", line 205, in searchResults
return ZCatalog.searchResults(self, REQUEST, **kw)
File "/home/stefan/autotest/temp/python24-zope210/lib/python/Products/ZCatalog/ZCatalog.py", line 665, in searchResults
return self._catalog.searchResults(REQUEST, used, **kw)
File "/home/stefan/autotest/temp/python24-zope210/lib/python/Products/ZCatalog/Catalog.py", line 726, in searchResults
sort_index = self._getSortIndex(args)
File "/home/stefan/autotest/temp/python24-zope210/lib/python/Products/ZCatalog/Catalog.py", line 709, in _getSortIndex
raise CatalogError, 'Unknown sort_on index (%s)' % sort_index_name
CatalogError: Unknown sort_on index (start)
Error in test test_singleDayRendering (CMFCalendar.tests.test_Calendar.CalendarRequestTests)
Traceback (most recent call last):
File "/usr/local/python2.4/lib/python2.4/unittest.py", line 260, in run
testMethod()
File "/home/stefan/autotest/temp/python24-zope210-cmf20/Products/CMFCalendar/tests/test_Calendar.py", line 442, in test_singleDayRendering
self.Site.Members.invokeFactory(type_name="Event",id='Event1')
File "/home/stefan/autotest/temp/python24-zope210-cmf20/Products/CMFCore/PortalFolder.py", line 310, in invokeFactory
return pt.constructContent(type_name, self, id, RESPONSE, *args, **kw)
File "/home/stefan/autotest/temp/python24-zope210-cmf20/Products/CMFCore/TypesTool.py", line 680, in constructContent
raise ValueError('No such content type: %s' % type_name)
ValueError: No such content type: Event
Error in test test_singleEventCalendarRendering (CMFCalendar.tests.test_Calendar.CalendarRequestTests)
Traceback (most recent call last):
File "/usr/local/python2.4/lib/python2.4/unittest.py", line 260, in run
testMethod()
File "/home/stefan/autotest/temp/python24-zope210-cmf20/Products/CMFCalendar/tests/test_Calendar.py", line 230, in test_singleEventCalendarRendering
self.Site.Members.invokeFactory(type_name="Event",id='Event1')
File "/home/stefan/autotest/temp/python24-zope210-cmf20/Products/CMFCore/PortalFolder.py", line 310, in invokeFactory
return pt.constructContent(type_name, self, id, RESPONSE, *args, **kw)
File "/home/stefan/autotest/temp/python24-zope210-cmf20/Products/CMFCore/TypesTool.py", line 680, in constructContent
raise ValueError('No such content type: %s' % type_name)
ValueError: No such content type: Event
Error in test test_spanningEventCalendarRendering (CMFCalendar.tests.test_Calendar.CalendarRequestTests)
Traceback (most recent call last):
File "/usr/local/python2.4/lib/python2.4/unittest.py", line 260, in run
testMethod()
File "/home/stefan/autotest/temp/python24-zope210-cmf20/Products/CMFCalendar/tests/test_Calendar.py", line 351, in test_spanningEventCalendarRendering
self.Site.Members.invokeFactory(type_name="Event",id='Event1')
File "/home/stefan/autotest/temp/python24-zope210-cmf20/Products/CMFCore/PortalFolder.py", line 310, in invokeFactory
return pt.constructContent(type_name, self, id, RESPONSE, *args, **kw)
File "/home/stefan/autotest/temp/python24-zope210-cmf20/Products/CMFCore/TypesTool.py", line 680, in constructContent
raise ValueError('No such content type: %s' % type_name)
ValueError: No such content type: Event
Error in test test_workflowStateRendering (CMFCalendar.tests.test_Calendar.CalendarRequestTests)
Traceback (most recent call last):
File "/usr/local/python2.4/lib/python2.4/unittest.py", line 260, in run
testMethod()
File "/home/stefan/autotest/temp/python24-zope210-cmf20/Products/CMFCalendar/tests/test_Calendar.py", line 605, in test_workflowStateRendering
end_date='2002/05/01 13:30:00')
File "/home/stefan/autotest/temp/python24-zope210-cmf20/Products/CMFCore/PortalFolder.py", line 310, in invokeFactory
return pt.constructContent(type_name, self, id, RESPONSE, *args, **kw)
File "/home/stefan/autotest/temp/python24-zope210-cmf20/Products/CMFCore/TypesTool.py", line 680, in constructContent
raise ValueError('No such content type: %s' % type_name)
ValueError: No such content type: Event
/home/stefan/autotest/temp/python24-zope210-cmf20/Products/CMFCore/exportimport/tests/test_content.py:48: DeprecationWarning: zope.app.tests has moved to zope.app.testing. Import of zope.app.tests will become unsupported in Zope 3.5
from zope.app.tests import ztapi
/home/stefan/autotest/temp/python24-zope210/lib/python/zope/configuration/config.py:184: DeprecationWarning: zope.app.traversing has moved to zope.traversing. Import of zope.app.traversing will become unsupported in Zope 3.5
mod = __import__(mname, *_import_chickens)
/home/stefan/autotest/temp/python24-zope210/lib/python/zope/configuration/config.py:184: DeprecationWarning: zope.app.traversing.interfaces has moved to zope.traversing.interfaces. Import of zope.app.traversing.interfaces will become unsupported in Zope 3.5
mod = __import__(mname, *_import_chickens)
/home/stefan/autotest/temp/python24-zope210/lib/python/zope/configuration/config.py:199: DeprecationWarning: FiveTraversable is deprecated. __bobo_traverse__ and ITraverser/ITraversable for controlling URL traversal have become obsolete. Use an IPublishTraverse adapter instead. This reference will go away in Zope 2.12.
obj = getattr(mod, oname)
Error in test test_Condition (CMFCore.tests.test_ActionInformation.ActionInformationTests)
Traceback (most recent call last):
File "/usr/local/python2.4/lib/python2.4/unittest.py", line 251, in run
self.setUp()
File "/home/stefan/autotest/temp/python24-zope210-cmf20/Products/CMFCore/tests/test_ActionInformation.py", line 300, in setUp
zcml.load_string(_TRAVERSE_ZCML)
File "/home/stefan/autotest/temp/python24-zope210/lib/python/Products/Five/zcml.py", line 58, in load_string
_context = xmlconfig.string(s, _context)
File "/home/stefan/autotest/temp/python24-zope210/lib/python/zope/configuration/xmlconfig.py", line 571, in string
processxmlfile(f, context)
File "/home/stefan/autotest/temp/python24-zope210/lib/python/zope/configuration/xmlconfig.py", line 345, in processxmlfile
parser.parse(src)
File "/usr/local/python2.4/lib/python2.4/xml/sax/expatreader.py", line 107, in parse
xmlreader.IncrementalParser.parse(self, source)
File "/usr/local/python2.4/lib/python2.4/xml/sax/xmlreader.py", line 123, in parse
self.feed(buffer)
File "/usr/local/python2.4/lib/python2.4/xml/sax/expatreader.py", line 207, in feed
self._parser.Parse(data, isFinal)
File "/usr/local/python2.4/lib/python2.4/xml/sax/expatreader.py", line 348, in end_element_ns
self._cont_handler.endElementNS(pair, None)
File "/home/stefan/autotest/temp/python24-zope210/lib/python/zope/configuration/xmlconfig.py", line 326, in endElementNS
self.context.end()
File "/home/stefan/autotest/temp/python24-zope210/lib/python/zope/configuration/config.py", line 544, in end
self.stack.pop().finish()
File "/home/stefan/autotest/temp/python24-zope210/lib/python/zope/configuration/config.py", line 689, in finish
args = toargs(context, *self.argdata)
File "/home/stefan/autotest/temp/python24-zope210/lib/python/zope/configuration/config.py", line 1381, in toargs
args[str(name)] = field.fromUnicode(s)
File "/home/stefan/autotest/temp/python24-zope210/lib/python/zope/configuration/fields.py", line 229, in fromUnicode
v = vt.fromUnicode(s)
File "/home/stefan/autotest/temp/python24-zope210/lib/python/zope/configuration/fields.py", line 139, in fromUnicode
value = self.context.resolve(name)
File "/home/stefan/autotest/temp/python24-zope210/lib/python/zope/configuration/config.py", line 199, in resolve
obj = getattr(mod, oname)
File "/home/stefan/autotest/temp/python24-zope210/lib/python/zope/deferredimport/deferredmodule.py", line 72, in __getattr__
v = get.get()
File "/home/stefan/autotest/temp/python24-zope210/lib/python/zope/deferredimport/deferredmodule.py", line 57, in get
return super(DeferredAndDeprecated, self).get()
File "/home/stefan/autotest/temp/python24-zope210/lib/python/zope/deferredimport/deferredmodule.py", line 40, in get
v = __import__(module, *self._import_chicken)
ZopeXMLConfigurationError: File "<string>", line 7.2-11.8
ImportError: No module named DefaultTraversable
Error in test test_Condition_PathExpression (CMFCore.tests.test_ActionInformation.ActionInformationTests)
Traceback (most recent call last):
File "/usr/local/python2.4/lib/python2.4/unittest.py", line 251, in run
self.setUp()
File "/home/stefan/autotest/temp/python24-zope210-cmf20/Products/CMFCore/tests/test_ActionInformation.py", line 300, in setUp
zcml.load_string(_TRAVERSE_ZCML)
File "/home/stefan/autotest/temp/python24-zope210/lib/python/Products/Five/zcml.py", line 58, in load_string
_context = xmlconfig.string(s, _context)
File "/home/stefan/autotest/temp/python24-zope210/lib/python/zope/configuration/xmlconfig.py", line 571, in string
processxmlfile(f, context)
File "/home/stefan/autotest/temp/python24-zope210/lib/python/zope/configuration/xmlconfig.py", line 345, in processxmlfile
parser.parse(src)
File "/usr/local/python2.4/lib/python2.4/xml/sax/expatreader.py", line 107, in parse
xmlreader.IncrementalParser.parse(self, source)
File "/usr/local/python2.4/lib/python2.4/xml/sax/xmlreader.py", line 123, in parse
self.feed(buffer)
File "/usr/local/python2.4/lib/python2.4/xml/sax/expatreader.py", line 207, in feed
self._parser.Parse(data, isFinal)
File "/usr/local/python2.4/lib/python2.4/xml/sax/expatreader.py", line 348, in end_element_ns
self._cont_handler.endElementNS(pair, None)
File "/home/stefan/autotest/temp/python24-zope210/lib/python/zope/configuration/xmlconfig.py", line 326, in endElementNS
self.context.end()
File "/home/stefan/autotest/temp/python24-zope210/lib/python/zope/configuration/config.py", line 544, in end
self.stack.pop().finish()
File "/home/stefan/autotest/temp/python24-zope210/lib/python/zope/configuration/config.py", line 689, in finish
args = toargs(context, *self.argdata)
File "/home/stefan/autotest/temp/python24-zope210/lib/python/zope/configuration/config.py", line 1381, in toargs
args[str(name)] = field.fromUnicode(s)
File "/home/stefan/autotest/temp/python24-zope210/lib/python/zope/configuration/fields.py", line 231, in fromUnicode
raise InvalidToken("%s in %s" % (v, u))
ZopeXMLConfigurationError: File "<string>", line 7.2-11.8
ConfigurationError: ('Invalid value for', 'factory', 'ImportError: Module Products.Five.traversable has no global FiveTraversable in Products.Five.traversable.FiveTraversable')
Error in test test_basic_construction (CMFCore.tests.test_ActionInformation.ActionInformationTests)
Traceback (most recent call last):
File "/usr/local/python2.4/lib/python2.4/unittest.py", line 251, in run
self.setUp()
File "/home/stefan/autotest/temp/python24-zope210-cmf20/Products/CMFCore/tests/test_ActionInformation.py", line 300, in setUp
zcml.load_string(_TRAVERSE_ZCML)
File "/home/stefan/autotest/temp/python24-zope210/lib/python/Products/Five/zcml.py", line 58, in load_string
_context = xmlconfig.string(s, _context)
File "/home/stefan/autotest/temp/python24-zope210/lib/python/zope/configuration/xmlconfig.py", line 571, in string
processxmlfile(f, context)
File "/home/stefan/autotest/temp/python24-zope210/lib/python/zope/configuration/xmlconfig.py", line 345, in processxmlfile
parser.parse(src)
File "/usr/local/python2.4/lib/python2.4/xml/sax/expatreader.py", line 107, in parse
xmlreader.IncrementalParser.parse(self, source)
File "/usr/local/python2.4/lib/python2.4/xml/sax/xmlreader.py", line 123, in parse
self.feed(buffer)
File "/usr/local/python2.4/lib/python2.4/xml/sax/expatreader.py", line 207, in feed
self._parser.Parse(data, isFinal)
File "/usr/local/python2.4/lib/python2.4/xml/sax/expatreader.py", line 348, in end_element_ns
self._cont_handler.endElementNS(pair, None)
File "/home/stefan/autotest/temp/python24-zope210/lib/python/zope/configuration/xmlconfig.py", line 326, in endElementNS
self.context.end()
File "/home/stefan/autotest/temp/python24-zope210/lib/python/zope/configuration/config.py", line 544, in end
self.stack.pop().finish()
File "/home/stefan/autotest/temp/python24-zope210/lib/python/zope/configuration/config.py", line 689, in finish
args = toargs(context, *self.argdata)
File "/home/stefan/autotest/temp/python24-zope210/lib/python/zope/configuration/config.py", line 1381, in toargs
args[str(name)] = field.fromUnicode(s)
File "/home/stefan/autotest/temp/python24-zope210/lib/python/zope/configuration/fields.py", line 231, in fromUnicode
raise InvalidToken("%s in %s" % (v, u))
ZopeXMLConfigurationError: File "<string>", line 7.2-11.8
ConfigurationError: ('Invalid value for', 'factory', 'ImportError: Module Products.Five.traversable has no global FiveTraversable in Products.Five.traversable.FiveTraversable')
Error in test test_construction_with_Expressions (CMFCore.tests.test_ActionInformation.ActionInformationTests)
Traceback (most recent call last):
File "/usr/local/python2.4/lib/python2.4/unittest.py", line 251, in run
self.setUp()
File "/home/stefan/autotest/temp/python24-zope210-cmf20/Products/CMFCore/tests/test_ActionInformation.py", line 300, in setUp
zcml.load_string(_TRAVERSE_ZCML)
File "/home/stefan/autotest/temp/python24-zope210/lib/python/Products/Five/zcml.py", line 58, in load_string
_context = xmlconfig.string(s, _context)
File "/home/stefan/autotest/temp/python24-zope210/lib/python/zope/configuration/xmlconfig.py", line 571, in string
processxmlfile(f, context)
File "/home/stefan/autotest/temp/python24-zope210/lib/python/zope/configuration/xmlconfig.py", line 345, in processxmlfile
parser.parse(src)
File "/usr/local/python2.4/lib/python2.4/xml/sax/expatreader.py", line 107, in parse
xmlreader.IncrementalParser.parse(self, source)
File "/usr/local/python2.4/lib/python2.4/xml/sax/xmlreader.py", line 123, in parse
self.feed(buffer)
File "/usr/local/python2.4/lib/python2.4/xml/sax/expatreader.py", line 207, in feed
self._parser.Parse(data, isFinal)
File "/usr/local/python2.4/lib/python2.4/xml/sax/expatreader.py", line 348, in end_element_ns
self._cont_handler.endElementNS(pair, None)
File "/home/stefan/autotest/temp/python24-zope210/lib/python/zope/configuration/xmlconfig.py", line 326, in endElementNS
self.context.end()
File "/home/stefan/autotest/temp/python24-zope210/lib/python/zope/configuration/config.py", line 544, in end
self.stack.pop().finish()
File "/home/stefan/autotest/temp/python24-zope210/lib/python/zope/configuration/config.py", line 689, in finish
args = toargs(context, *self.argdata)
File "/home/stefan/autotest/temp/python24-zope210/lib/python/zope/configuration/config.py", line 1381, in toargs
args[str(name)] = field.fromUnicode(s)
File "/home/stefan/autotest/temp/python24-zope210/lib/python/zope/configuration/fields.py", line 231, in fromUnicode
raise InvalidToken("%s in %s" % (v, u))
ZopeXMLConfigurationError: File "<string>", line 7.2-11.8
ConfigurationError: ('Invalid value for', 'factory', 'ImportError: Module Products.Five.traversable has no global FiveTraversable in Products.Five.traversable.FiveTraversable')
Error in test test_editing (CMFCore.tests.test_ActionInformation.ActionInformationTests)
Traceback (most recent call last):
File "/usr/local/python2.4/lib/python2.4/unittest.py", line 251, in run
self.setUp()
File "/home/stefan/autotest/temp/python24-zope210-cmf20/Products/CMFCore/tests/test_ActionInformation.py", line 300, in setUp
zcml.load_string(_TRAVERSE_ZCML)
File "/home/stefan/autotest/temp/python24-zope210/lib/python/Products/Five/zcml.py", line 58, in load_string
_context = xmlconfig.string(s, _context)
File "/home/stefan/autotest/temp/python24-zope210/lib/python/zope/configuration/xmlconfig.py", line 571, in string
processxmlfile(f, context)
File "/home/stefan/autotest/temp/python24-zope210/lib/python/zope/configuration/xmlconfig.py", line 345, in processxmlfile
parser.parse(src)
File "/usr/local/python2.4/lib/python2.4/xml/sax/expatreader.py", line 107, in parse
xmlreader.IncrementalParser.parse(self, source)
File "/usr/local/python2.4/lib/python2.4/xml/sax/xmlreader.py", line 123, in parse
self.feed(buffer)
File "/usr/local/python2.4/lib/python2.4/xml/sax/expatreader.py", line 207, in feed
self._parser.Parse(data, isFinal)
File "/usr/local/python2.4/lib/python2.4/xml/sax/expatreader.py", line 348, in end_element_ns
self._cont_handler.endElementNS(pair, None)
File "/home/stefan/autotest/temp/python24-zope210/lib/python/zope/configuration/xmlconfig.py", line 326, in endElementNS
self.context.end()
File "/home/stefan/autotest/temp/python24-zope210/lib/python/zope/configuration/config.py", line 544, in end
self.stack.pop().finish()
File "/home/stefan/autotest/temp/python24-zope210/lib/python/zope/configuration/config.py", line 689, in finish
args = toargs(context, *self.argdata)
File "/home/stefan/autotest/temp/python24-zope210/lib/python/zope/configuration/config.py", line 1381, in toargs
args[str(name)] = field.fromUnicode(s)
File "/home/stefan/autotest/temp/python24-zope210/lib/python/zope/configuration/fields.py", line 231, in fromUnicode
raise InvalidToken("%s in %s" % (v, u))
ZopeXMLConfigurationError: File "<string>", line 7.2-11.8
ConfigurationError: ('Invalid value for', 'factory', 'ImportError: Module Products.Five.traversable has no global FiveTraversable in Products.Five.traversable.FiveTraversable')
Error in test test_getInfoData_empty (CMFCore.tests.test_ActionInformation.ActionInformationTests)
Traceback (most recent call last):
File "/usr/local/python2.4/lib/python2.4/unittest.py", line 251, in run
self.setUp()
File "/home/stefan/autotest/temp/python24-zope210-cmf20/Products/CMFCore/tests/test_ActionInformation.py", line 300, in setUp
zcml.load_string(_TRAVERSE_ZCML)
File "/home/stefan/autotest/temp/python24-zope210/lib/python/Products/Five/zcml.py", line 58, in load_string
_context = xmlconfig.string(s, _context)
File "/home/stefan/autotest/temp/python24-zope210/lib/python/zope/configuration/xmlconfig.py", line 571, in string
processxmlfile(f, context)
File "/home/stefan/autotest/temp/python24-zope210/lib/python/zope/configuration/xmlconfig.py", line 345, in processxmlfile
parser.parse(src)
File "/usr/local/python2.4/lib/python2.4/xml/sax/expatreader.py", line 107, in parse
xmlreader.IncrementalParser.parse(self, source)
File "/usr/local/python2.4/lib/python2.4/xml/sax/xmlreader.py", line 123, in parse
self.feed(buffer)
File "/usr/local/python2.4/lib/python2.4/xml/sax/expatreader.py", line 207, in feed
self._parser.Parse(data, isFinal)
File "/usr/local/python2.4/lib/python2.4/xml/sax/expatreader.py", line 348, in end_element_ns
self._cont_handler.endElementNS(pair, None)
File "/home/stefan/autotest/temp/python24-zope210/lib/python/zope/configuration/xmlconfig.py", line 326, in endElementNS
self.context.end()
File "/home/stefan/autotest/temp/python24-zope210/lib/python/zope/configuration/config.py", line 544, in end
self.stack.pop().finish()
File "/home/stefan/autotest/temp/python24-zope210/lib/python/zope/configuration/config.py", line 689, in finish
args = toargs(context, *self.argdata)
File "/home/stefan/autotest/temp/python24-zope210/lib/python/zope/configuration/config.py", line 1381, in toargs
args[str(name)] = field.fromUnicode(s)
File "/home/stefan/autotest/temp/python24-zope210/lib/python/zope/configuration/fields.py", line 231, in fromUnicode
raise InvalidToken("%s in %s" % (v, u))
ZopeXMLConfigurationError: File "<string>", line 7.2-11.8
ConfigurationError: ('Invalid value for', 'factory', 'ImportError: Module Products.Five.traversable has no global FiveTraversable in Products.Five.traversable.FiveTraversable')
Error in test test_getInfoData_normal (CMFCore.tests.test_ActionInformation.ActionInformationTests)
Traceback (most recent call last):
File "/usr/local/python2.4/lib/python2.4/unittest.py", line 251, in run
self.setUp()
File "/home/stefan/autotest/temp/python24-zope210-cmf20/Products/CMFCore/tests/test_ActionInformation.py", line 300, in setUp
zcml.load_string(_TRAVERSE_ZCML)
File "/home/stefan/autotest/temp/python24-zope210/lib/python/Products/Five/zcml.py", line 58, in load_string
_context = xmlconfig.string(s, _context)
File "/home/stefan/autotest/temp/python24-zope210/lib/python/zope/configuration/xmlconfig.py", line 571, in string
processxmlfile(f, context)
File "/home/stefan/autotest/temp/python24-zope210/lib/python/zope/configuration/xmlconfig.py", line 345, in processxmlfile
parser.parse(src)
File "/usr/local/python2.4/lib/python2.4/xml/sax/expatreader.py", line 107, in parse
xmlreader.IncrementalParser.parse(self, source)
File "/usr/local/python2.4/lib/python2.4/xml/sax/xmlreader.py", line 123, in parse
self.feed(buffer)
File "/usr/local/python2.4/lib/python2.4/xml/sax/expatreader.py", line 207, in feed
self._parser.Parse(data, isFinal)
File "/usr/local/python2.4/lib/python2.4/xml/sax/expatreader.py", line 348, in end_element_ns
self._cont_handler.endElementNS(pair, None)
File "/home/stefan/autotest/temp/python24-zope210/lib/python/zope/configuration/xmlconfig.py", line 326, in endElementNS
self.context.end()
File "/home/stefan/autotest/temp/python24-zope210/lib/python/zope/configuration/config.py", line 544, in end
self.stack.pop().finish()
File "/home/stefan/autotest/temp/python24-zope210/lib/python/zope/configuration/config.py", line 689, in finish
args = toargs(context, *self.argdata)
File "/home/stefan/autotest/temp/python24-zope210/lib/python/zope/configuration/config.py", line 1381, in toargs
args[str(name)] = field.fromUnicode(s)
File "/home/stefan/autotest/temp/python24-zope210/lib/python/zope/configuration/fields.py", line 231, in fromUnicode
raise InvalidToken("%s in %s" % (v, u))
ZopeXMLConfigurationError: File "<string>", line 7.2-11.8
ConfigurationError: ('Invalid value for', 'factory', 'ImportError: Module Products.Five.traversable has no global FiveTraversable in Products.Five.traversable.FiveTraversable')
Error in test test_setActionExpression_with_string_prefix (CMFCore.tests.test_ActionInformation.ActionInformationTests)
Traceback (most recent call last):
File "/usr/local/python2.4/lib/python2.4/unittest.py", line 251, in run
self.setUp()
File "/home/stefan/autotest/temp/python24-zope210-cmf20/Products/CMFCore/tests/test_ActionInformation.py", line 300, in setUp
zcml.load_string(_TRAVERSE_ZCML)
File "/home/stefan/autotest/temp/python24-zope210/lib/python/Products/Five/zcml.py", line 58, in load_string
_context = xmlconfig.string(s, _context)
File "/home/stefan/autotest/temp/python24-zope210/lib/python/zope/configuration/xmlconfig.py", line 571, in string
processxmlfile(f, context)
File "/home/stefan/autotest/temp/python24-zope210/lib/python/zope/configuration/xmlconfig.py", line 345, in processxmlfile
parser.parse(src)
File "/usr/local/python2.4/lib/python2.4/xml/sax/expatreader.py", line 107, in parse
xmlreader.IncrementalParser.parse(self, source)
File "/usr/local/python2.4/lib/python2.4/xml/sax/xmlreader.py", line 123, in parse
self.feed(buffer)
File "/usr/local/python2.4/lib/python2.4/xml/sax/expatreader.py", line 207, in feed
self._parser.Parse(data, isFinal)
File "/usr/local/python2.4/lib/python2.4/xml/sax/expatreader.py", line 348, in end_element_ns
self._cont_handler.endElementNS(pair, None)
File "/home/stefan/autotest/temp/python24-zope210/lib/python/zope/configuration/xmlconfig.py", line 326, in endElementNS
self.context.end()
File "/home/stefan/autotest/temp/python24-zope210/lib/python/zope/configuration/config.py", line 544, in end
self.stack.pop().finish()
File "/home/stefan/autotest/temp/python24-zope210/lib/python/zope/configuration/config.py", line 689, in finish
args = toargs(context, *self.argdata)
File "/home/stefan/autotest/temp/python24-zope210/lib/python/zope/configuration/config.py", line 1381, in toargs
args[str(name)] = field.fromUnicode(s)
File "/home/stefan/autotest/temp/python24-zope210/lib/python/zope/configuration/fields.py", line 231, in fromUnicode
raise InvalidToken("%s in %s" % (v, u))
ZopeXMLConfigurationError: File "<string>", line 7.2-11.8
ConfigurationError: ('Invalid value for', 'factory', 'ImportError: Module Products.Five.traversable has no global FiveTraversable in Products.Five.traversable.FiveTraversable')
Error in test test_z3interfaces (CMFCore.tests.test_ActionInformation.ActionInformationTests)
Traceback (most recent call last):
File "/usr/local/python2.4/lib/python2.4/unittest.py", line 251, in run
self.setUp()
File "/home/stefan/autotest/temp/python24-zope210-cmf20/Products/CMFCore/tests/test_ActionInformation.py", line 300, in setUp
zcml.load_string(_TRAVERSE_ZCML)
File "/home/stefan/autotest/temp/python24-zope210/lib/python/Products/Five/zcml.py", line 58, in load_string
_context = xmlconfig.string(s, _context)
File "/home/stefan/autotest/temp/python24-zope210/lib/python/zope/configuration/xmlconfig.py", line 571, in string
processxmlfile(f, context)
File "/home/stefan/autotest/temp/python24-zope210/lib/python/zope/configuration/xmlconfig.py", line 345, in processxmlfile
parser.parse(src)
File "/usr/local/python2.4/lib/python2.4/xml/sax/expatreader.py", line 107, in parse
xmlreader.IncrementalParser.parse(self, source)
File "/usr/local/python2.4/lib/python2.4/xml/sax/xmlreader.py", line 123, in parse
self.feed(buffer)
File "/usr/local/python2.4/lib/python2.4/xml/sax/expatreader.py", line 207, in feed
self._parser.Parse(data, isFinal)
File "/usr/local/python2.4/lib/python2.4/xml/sax/expatreader.py", line 348, in end_element_ns
self._cont_handler.endElementNS(pair, None)
File "/home/stefan/autotest/temp/python24-zope210/lib/python/zope/configuration/xmlconfig.py", line 326, in endElementNS
self.context.end()
File "/home/stefan/autotest/temp/python24-zope210/lib/python/zope/configuration/config.py", line 544, in end
self.stack.pop().finish()
File "/home/stefan/autotest/temp/python24-zope210/lib/python/zope/configuration/config.py", line 689, in finish
args = toargs(context, *self.argdata)
File "/home/stefan/autotest/temp/python24-zope210/lib/python/zope/configuration/config.py", line 1381, in toargs
args[str(name)] = field.fromUnicode(s)
File "/home/stefan/autotest/temp/python24-zope210/lib/python/zope/configuration/fields.py", line 231, in fromUnicode
raise InvalidToken("%s in %s" % (v, u))
ZopeXMLConfigurationError: File "<string>", line 7.2-11.8
ConfigurationError: ('Invalid value for', 'factory', 'ImportError: Module Products.Five.traversable has no global FiveTraversable in Products.Five.traversable.FiveTraversable')
Error in test test_reindexObjectSecurity_missing_noraise (CMFCore.tests.test_CMFCatalogAware.CMFCatalogAwareTests)
Traceback (most recent call last):
File "/usr/local/python2.4/lib/python2.4/unittest.py", line 260, in run
testMethod()
File "/home/stefan/autotest/temp/python24-zope210-cmf20/Products/CMFCore/tests/test_CMFCatalogAware.py", line 184, in test_reindexObjectSecurity_missing_noraise
self.assertEqual( len(self.logged), 1 ) # logging because no raise
TypeError: len() of unsized object
Error in test testConditionalGETDisabled (CMFCore.tests.test_CachingPolicyManager.CachingPolicyManager304Tests)
Traceback (most recent call last):
File "/usr/local/python2.4/lib/python2.4/unittest.py", line 251, in run
self.setUp()
File "/home/stefan/autotest/temp/python24-zope210-cmf20/Products/CMFCore/tests/test_CachingPolicyManager.py", line 615, in setUp
zcml.load_string(_TRAVERSE_ZCML)
File "/home/stefan/autotest/temp/python24-zope210/lib/python/Products/Five/zcml.py", line 58, in load_string
_context = xmlconfig.string(s, _context)
File "/home/stefan/autotest/temp/python24-zope210/lib/python/zope/configuration/xmlconfig.py", line 571, in string
processxmlfile(f, context)
File "/home/stefan/autotest/temp/python24-zope210/lib/python/zope/configuration/xmlconfig.py", line 345, in processxmlfile
parser.parse(src)
File "/usr/local/python2.4/lib/python2.4/xml/sax/expatreader.py", line 107, in parse
xmlreader.IncrementalParser.parse(self, source)
File "/usr/local/python2.4/lib/python2.4/xml/sax/xmlreader.py", line 123, in parse
self.feed(buffer)
File "/usr/local/python2.4/lib/python2.4/xml/sax/expatreader.py", line 207, in feed
self._parser.Parse(data, isFinal)
File "/usr/local/python2.4/lib/python2.4/xml/sax/expatreader.py", line 348, in end_element_ns
self._cont_handler.endElementNS(pair, None)
File "/home/stefan/autotest/temp/python24-zope210/lib/python/zope/configuration/xmlconfig.py", line 326, in endElementNS
self.context.end()
File "/home/stefan/autotest/temp/python24-zope210/lib/python/zope/configuration/config.py", line 544, in end
self.stack.pop().finish()
File "/home/stefan/autotest/temp/python24-zope210/lib/python/zope/configuration/config.py", line 689, in finish
args = toargs(context, *self.argdata)
File "/home/stefan/autotest/temp/python24-zope210/lib/python/zope/configuration/config.py", line 1381, in toargs
args[str(name)] = field.fromUnicode(s)
File "/home/stefan/autotest/temp/python24-zope210/lib/python/zope/configuration/fields.py", line 231, in fromUnicode
raise InvalidToken("%s in %s" % (v, u))
ZopeXMLConfigurationError: File "<string>", line 7.2-11.8
ConfigurationError: ('Invalid value for', 'factory', 'ImportError: Module Products.Five.traversable has no global FiveTraversable in Products.Five.traversable.FiveTraversable')
Error in test testConditionalGETETag (CMFCore.tests.test_CachingPolicyManager.CachingPolicyManager304Tests)
Traceback (most recent call last):
File "/usr/local/python2.4/lib/python2.4/unittest.py", line 251, in run
self.setUp()
File "/home/stefan/autotest/temp/python24-zope210-cmf20/Products/CMFCore/tests/test_CachingPolicyManager.py", line 615, in setUp
zcml.load_string(_TRAVERSE_ZCML)
File "/home/stefan/autotest/temp/python24-zope210/lib/python/Products/Five/zcml.py", line 58, in load_string
_context = xmlconfig.string(s, _context)
File "/home/stefan/autotest/temp/python24-zope210/lib/python/zope/configuration/xmlconfig.py", line 571, in string
processxmlfile(f, context)
File "/home/stefan/autotest/temp/python24-zope210/lib/python/zope/configuration/xmlconfig.py", line 345, in processxmlfile
parser.parse(src)
File "/usr/local/python2.4/lib/python2.4/xml/sax/expatreader.py", line 107, in parse
xmlreader.IncrementalParser.parse(self, source)
File "/usr/local/python2.4/lib/python2.4/xml/sax/xmlreader.py", line 123, in parse
self.feed(buffer)
File "/usr/local/python2.4/lib/python2.4/xml/sax/expatreader.py", line 207, in feed
self._parser.Parse(data, isFinal)
File "/usr/local/python2.4/lib/python2.4/xml/sax/expatreader.py", line 348, in end_element_ns
self._cont_handler.endElementNS(pair, None)
File "/home/stefan/autotest/temp/python24-zope210/lib/python/zope/configuration/xmlconfig.py", line 326, in endElementNS
self.context.end()
File "/home/stefan/autotest/temp/python24-zope210/lib/python/zope/configuration/config.py", line 544, in end
self.stack.pop().finish()
File "/home/stefan/autotest/temp/python24-zope210/lib/python/zope/configuration/config.py", line 689, in finish
args = toargs(context, *self.argdata)
File "/home/stefan/autotest/temp/python24-zope210/lib/python/zope/configuration/config.py", line 1381, in toargs
args[str(name)] = field.fromUnicode(s)
File "/home/stefan/autotest/temp/python24-zope210/lib/python/zope/configuration/fields.py", line 231, in fromUnicode
raise InvalidToken("%s in %s" % (v, u))
ZopeXMLConfigurationError: File "<string>", line 7.2-11.8
ConfigurationError: ('Invalid value for', 'factory', 'ImportError: Module Products.Five.traversable has no global FiveTraversable in Products.Five.traversable.FiveTraversable')
Error in test testConditionalGETNoETag (CMFCore.tests.test_CachingPolicyManager.CachingPolicyManager304Tests)
Traceback (most recent call last):
File "/usr/local/python2.4/lib/python2.4/unittest.py", line 251, in run
self.setUp()
File "/home/stefan/autotest/temp/python24-zope210-cmf20/Products/CMFCore/tests/test_CachingPolicyManager.py", line 615, in setUp
zcml.load_string(_TRAVERSE_ZCML)
File "/home/stefan/autotest/temp/python24-zope210/lib/python/Products/Five/zcml.py", line 58, in load_string
_context = xmlconfig.string(s, _context)
File "/home/stefan/autotest/temp/python24-zope210/lib/python/zope/configuration/xmlconfig.py", line 571, in string
processxmlfile(f, context)
File "/home/stefan/autotest/temp/python24-zope210/lib/python/zope/configuration/xmlconfig.py", line 345, in processxmlfile
parser.parse(src)
File "/usr/local/python2.4/lib/python2.4/xml/sax/expatreader.py", line 107, in parse
xmlreader.IncrementalParser.parse(self, source)
File "/usr/local/python2.4/lib/python2.4/xml/sax/xmlreader.py", line 123, in parse
self.feed(buffer)
File "/usr/local/python2.4/lib/python2.4/xml/sax/expatreader.py", line 207, in feed
self._parser.Parse(data, isFinal)
File "/usr/local/python2.4/lib/python2.4/xml/sax/expatreader.py", line 348, in end_element_ns
self._cont_handler.endElementNS(pair, None)
File "/home/stefan/autotest/temp/python24-zope210/lib/python/zope/configuration/xmlconfig.py", line 326, in endElementNS
self.context.end()
File "/home/stefan/autotest/temp/python24-zope210/lib/python/zope/configuration/config.py", line 544, in end
self.stack.pop().finish()
File "/home/stefan/autotest/temp/python24-zope210/lib/python/zope/configuration/config.py", line 689, in finish
args = toargs(context, *self.argdata)
File "/home/stefan/autotest/temp/python24-zope210/lib/python/zope/configuration/config.py", line 1381, in toargs
args[str(name)] = field.fromUnicode(s)
File "/home/stefan/autotest/temp/python24-zope210/lib/python/zope/configuration/fields.py", line 231, in fromUnicode
raise InvalidToken("%s in %s" % (v, u))
ZopeXMLConfigurationError: File "<string>", line 7.2-11.8
ConfigurationError: ('Invalid value for', 'factory', 'ImportError: Module Products.Five.traversable has no global FiveTraversable in Products.Five.traversable.FiveTraversable')
Error in test testUnconditionalGET (CMFCore.tests.test_CachingPolicyManager.CachingPolicyManager304Tests)
Traceback (most recent call last):
File "/usr/local/python2.4/lib/python2.4/unittest.py", line 251, in run
self.setUp()
File "/home/stefan/autotest/temp/python24-zope210-cmf20/Products/CMFCore/tests/test_CachingPolicyManager.py", line 615, in setUp
zcml.load_string(_TRAVERSE_ZCML)
File "/home/stefan/autotest/temp/python24-zope210/lib/python/Products/Five/zcml.py", line 58, in load_string
_context = xmlconfig.string(s, _context)
File "/home/stefan/autotest/temp/python24-zope210/lib/python/zope/configuration/xmlconfig.py", line 571, in string
processxmlfile(f, context)
File "/home/stefan/autotest/temp/python24-zope210/lib/python/zope/configuration/xmlconfig.py", line 345, in processxmlfile
parser.parse(src)
File "/usr/local/python2.4/lib/python2.4/xml/sax/expatreader.py", line 107, in parse
xmlreader.IncrementalParser.parse(self, source)
File "/usr/local/python2.4/lib/python2.4/xml/sax/xmlreader.py", line 123, in parse
self.feed(buffer)
File "/usr/local/python2.4/lib/python2.4/xml/sax/expatreader.py", line 207, in feed
self._parser.Parse(data, isFinal)
File "/usr/local/python2.4/lib/python2.4/xml/sax/expatreader.py", line 348, in end_element_ns
self._cont_handler.endElementNS(pair, None)
File "/home/stefan/autotest/temp/python24-zope210/lib/python/zope/configuration/xmlconfig.py", line 326, in endElementNS
self.context.end()
File "/home/stefan/autotest/temp/python24-zope210/lib/python/zope/configuration/config.py", line 544, in end
self.stack.pop().finish()
File "/home/stefan/autotest/temp/python24-zope210/lib/python/zope/configuration/config.py", line 689, in finish
args = toargs(context, *self.argdata)
File "/home/stefan/autotest/temp/python24-zope210/lib/python/zope/configuration/config.py", line 1381, in toargs
args[str(name)] = field.fromUnicode(s)
File "/home/stefan/autotest/temp/python24-zope210/lib/python/zope/configuration/fields.py", line 231, in fromUnicode
raise InvalidToken("%s in %s" % (v, u))
ZopeXMLConfigurationError: File "<string>", line 7.2-11.8
ConfigurationError: ('Invalid value for', 'factory', 'ImportError: Module Products.Five.traversable has no global FiveTraversable in Products.Five.traversable.FiveTraversable')
Error in test test_allMetaTypes (CMFCore.tests.test_TypesTool.TypesToolTests)
Traceback (most recent call last):
File "/usr/local/python2.4/lib/python2.4/unittest.py", line 251, in run
self.setUp()
File "/home/stefan/autotest/temp/python24-zope210-cmf20/Products/CMFCore/tests/test_TypesTool.py", line 66, in setUp
zcml.load_string(_TRAVERSE_ZCML)
File "/home/stefan/autotest/temp/python24-zope210/lib/python/Products/Five/zcml.py", line 58, in load_string
_context = xmlconfig.string(s, _context)
File "/home/stefan/autotest/temp/python24-zope210/lib/python/zope/configuration/xmlconfig.py", line 571, in string
processxmlfile(f, context)
File "/home/stefan/autotest/temp/python24-zope210/lib/python/zope/configuration/xmlconfig.py", line 345, in processxmlfile
parser.parse(src)
File "/usr/local/python2.4/lib/python2.4/xml/sax/expatreader.py", line 107, in parse
xmlreader.IncrementalParser.parse(self, source)
File "/usr/local/python2.4/lib/python2.4/xml/sax/xmlreader.py", line 123, in parse
self.feed(buffer)
File "/usr/local/python2.4/lib/python2.4/xml/sax/expatreader.py", line 207, in feed
self._parser.Parse(data, isFinal)
File "/usr/local/python2.4/lib/python2.4/xml/sax/expatreader.py", line 348, in end_element_ns
self._cont_handler.endElementNS(pair, None)
File "/home/stefan/autotest/temp/python24-zope210/lib/python/zope/configuration/xmlconfig.py", line 326, in endElementNS
self.context.end()
File "/home/stefan/autotest/temp/python24-zope210/lib/python/zope/configuration/config.py", line 544, in end
self.stack.pop().finish()
File "/home/stefan/autotest/temp/python24-zope210/lib/python/zope/configuration/config.py", line 689, in finish
args = toargs(context, *self.argdata)
File "/home/stefan/autotest/temp/python24-zope210/lib/python/zope/configuration/config.py", line 1381, in toargs
args[str(name)] = field.fromUnicode(s)
File "/home/stefan/autotest/temp/python24-zope210/lib/python/zope/configuration/fields.py", line 231, in fromUnicode
raise InvalidToken("%s in %s" % (v, u))
ZopeXMLConfigurationError: File "<string>", line 7.2-11.8
ConfigurationError: ('Invalid value for', 'factory', 'ImportError: Module Products.Five.traversable has no global FiveTraversable in Products.Five.traversable.FiveTraversable')
Error in test test_constructContent (CMFCore.tests.test_TypesTool.TypesToolTests)
Traceback (most recent call last):
File "/usr/local/python2.4/lib/python2.4/unittest.py", line 251, in run
self.setUp()
File "/home/stefan/autotest/temp/python24-zope210-cmf20/Products/CMFCore/tests/test_TypesTool.py", line 66, in setUp
zcml.load_string(_TRAVERSE_ZCML)
File "/home/stefan/autotest/temp/python24-zope210/lib/python/Products/Five/zcml.py", line 58, in load_string
_context = xmlconfig.string(s, _context)
File "/home/stefan/autotest/temp/python24-zope210/lib/python/zope/configuration/xmlconfig.py", line 571, in string
processxmlfile(f, context)
File "/home/stefan/autotest/temp/python24-zope210/lib/python/zope/configuration/xmlconfig.py", line 345, in processxmlfile
parser.parse(src)
File "/usr/local/python2.4/lib/python2.4/xml/sax/expatreader.py", line 107, in parse
xmlreader.IncrementalParser.parse(self, source)
File "/usr/local/python2.4/lib/python2.4/xml/sax/xmlreader.py", line 123, in parse
self.feed(buffer)
File "/usr/local/python2.4/lib/python2.4/xml/sax/expatreader.py", line 207, in feed
self._parser.Parse(data, isFinal)
File "/usr/local/python2.4/lib/python2.4/xml/sax/expatreader.py", line 348, in end_element_ns
self._cont_handler.endElementNS(pair, None)
File "/home/stefan/autotest/temp/python24-zope210/lib/python/zope/configuration/xmlconfig.py", line 326, in endElementNS
self.context.end()
File "/home/stefan/autotest/temp/python24-zope210/lib/python/zope/configuration/config.py", line 544, in end
self.stack.pop().finish()
File "/home/stefan/autotest/temp/python24-zope210/lib/python/zope/configuration/config.py", line 689, in finish
args = toargs(context, *self.argdata)
File "/home/stefan/autotest/temp/python24-zope210/lib/python/zope/configuration/config.py", line 1381, in toargs
args[str(name)] = field.fromUnicode(s)
File "/home/stefan/autotest/temp/python24-zope210/lib/python/zope/configuration/fields.py", line 231, in fromUnicode
raise InvalidToken("%s in %s" % (v, u))
ZopeXMLConfigurationError: File "<string>", line 7.2-11.8
ConfigurationError: ('Invalid value for', 'factory', 'ImportError: Module Products.Five.traversable has no global FiveTraversable in Products.Five.traversable.FiveTraversable')
Error in test test_z2interfaces (CMFCore.tests.test_TypesTool.TypesToolTests)
Traceback (most recent call last):
File "/usr/local/python2.4/lib/python2.4/unittest.py", line 251, in run
self.setUp()
File "/home/stefan/autotest/temp/python24-zope210-cmf20/Products/CMFCore/tests/test_TypesTool.py", line 66, in setUp
zcml.load_string(_TRAVERSE_ZCML)
File "/home/stefan/autotest/temp/python24-zope210/lib/python/Products/Five/zcml.py", line 58, in load_string
_context = xmlconfig.string(s, _context)
File "/home/stefan/autotest/temp/python24-zope210/lib/python/zope/configuration/xmlconfig.py", line 571, in string
processxmlfile(f, context)
File "/home/stefan/autotest/temp/python24-zope210/lib/python/zope/configuration/xmlconfig.py", line 345, in processxmlfile
parser.parse(src)
File "/usr/local/python2.4/lib/python2.4/xml/sax/expatreader.py", line 107, in parse
xmlreader.IncrementalParser.parse(self, source)
File "/usr/local/python2.4/lib/python2.4/xml/sax/xmlreader.py", line 123, in parse
self.feed(buffer)
File "/usr/local/python2.4/lib/python2.4/xml/sax/expatreader.py", line 207, in feed
self._parser.Parse(data, isFinal)
File "/usr/local/python2.4/lib/python2.4/xml/sax/expatreader.py", line 348, in end_element_ns
self._cont_handler.endElementNS(pair, None)
File "/home/stefan/autotest/temp/python24-zope210/lib/python/zope/configuration/xmlconfig.py", line 326, in endElementNS
self.context.end()
File "/home/stefan/autotest/temp/python24-zope210/lib/python/zope/configuration/config.py", line 544, in end
self.stack.pop().finish()
File "/home/stefan/autotest/temp/python24-zope210/lib/python/zope/configuration/config.py", line 689, in finish
args = toargs(context, *self.argdata)
File "/home/stefan/autotest/temp/python24-zope210/lib/python/zope/configuration/config.py", line 1381, in toargs
args[str(name)] = field.fromUnicode(s)
File "/home/stefan/autotest/temp/python24-zope210/lib/python/zope/configuration/fields.py", line 231, in fromUnicode
raise InvalidToken("%s in %s" % (v, u))
ZopeXMLConfigurationError: File "<string>", line 7.2-11.8
ConfigurationError: ('Invalid value for', 'factory', 'ImportError: Module Products.Five.traversable has no global FiveTraversable in Products.Five.traversable.FiveTraversable')
Error in test test_z3interfaces (CMFCore.tests.test_TypesTool.TypesToolTests)
Traceback (most recent call last):
File "/usr/local/python2.4/lib/python2.4/unittest.py", line 251, in run
self.setUp()
File "/home/stefan/autotest/temp/python24-zope210-cmf20/Products/CMFCore/tests/test_TypesTool.py", line 66, in setUp
zcml.load_string(_TRAVERSE_ZCML)
File "/home/stefan/autotest/temp/python24-zope210/lib/python/Products/Five/zcml.py", line 58, in load_string
_context = xmlconfig.string(s, _context)
File "/home/stefan/autotest/temp/python24-zope210/lib/python/zope/configuration/xmlconfig.py", line 571, in string
processxmlfile(f, context)
File "/home/stefan/autotest/temp/python24-zope210/lib/python/zope/configuration/xmlconfig.py", line 345, in processxmlfile
parser.parse(src)
File "/usr/local/python2.4/lib/python2.4/xml/sax/expatreader.py", line 107, in parse
xmlreader.IncrementalParser.parse(self, source)
File "/usr/local/python2.4/lib/python2.4/xml/sax/xmlreader.py", line 123, in parse
self.feed(buffer)
File "/usr/local/python2.4/lib/python2.4/xml/sax/expatreader.py", line 207, in feed
self._parser.Parse(data, isFinal)
File "/usr/local/python2.4/lib/python2.4/xml/sax/expatreader.py", line 348, in end_element_ns
self._cont_handler.endElementNS(pair, None)
File "/home/stefan/autotest/temp/python24-zope210/lib/python/zope/configuration/xmlconfig.py", line 326, in endElementNS
self.context.end()
File "/home/stefan/autotest/temp/python24-zope210/lib/python/zope/configuration/config.py", line 544, in end
self.stack.pop().finish()
File "/home/stefan/autotest/temp/python24-zope210/lib/python/zope/configuration/config.py", line 689, in finish
args = toargs(context, *self.argdata)
File "/home/stefan/autotest/temp/python24-zope210/lib/python/zope/configuration/config.py", line 1381, in toargs
args[str(name)] = field.fromUnicode(s)
File "/home/stefan/autotest/temp/python24-zope210/lib/python/zope/configuration/fields.py", line 231, in fromUnicode
raise InvalidToken("%s in %s" % (v, u))
ZopeXMLConfigurationError: File "<string>", line 7.2-11.8
ConfigurationError: ('Invalid value for', 'factory', 'ImportError: Module Products.Five.traversable has no global FiveTraversable in Products.Five.traversable.FiveTraversable')
Failure in test test_constructInstance_wo_Roles (CMFCore.tests.test_TypesTool.FTIConstructionTests_w_Roles)
Traceback (most recent call last):
File "/usr/local/python2.4/lib/python2.4/unittest.py", line 260, in run
testMethod()
File "/home/stefan/autotest/temp/python24-zope210-cmf20/Products/CMFCore/tests/test_TypesTool.py", line 460, in test_constructInstance_wo_Roles
, ti.constructInstance, folder, 'foo' )
File "/usr/local/python2.4/lib/python2.4/unittest.py", line 326, in failUnlessRaises
raise self.failureException, "%s not raised" % excName
AssertionError: Unauthorized not raised
<string>:1: DeprecationWarning: setDefaultSkin is deprecated. setDefaultSkin has been moved to zope.publisher.browser. This reference will be removed in Zope 3.5.
Error in test testDiscussionReply (CMFDefault.tests.test_DiscussionReply.DiscussionReplyTest)
Traceback (most recent call last):
File "/usr/local/python2.4/lib/python2.4/unittest.py", line 251, in run
self.setUp()
File "/home/stefan/autotest/temp/python24-zope210-cmf20/Products/CMFDefault/tests/test_DiscussionReply.py", line 40, in setUp
zcml.load_string(_TRAVERSE_ZCML)
File "/home/stefan/autotest/temp/python24-zope210/lib/python/Products/Five/zcml.py", line 58, in load_string
_context = xmlconfig.string(s, _context)
File "/home/stefan/autotest/temp/python24-zope210/lib/python/zope/configuration/xmlconfig.py", line 571, in string
processxmlfile(f, context)
File "/home/stefan/autotest/temp/python24-zope210/lib/python/zope/configuration/xmlconfig.py", line 345, in processxmlfile
parser.parse(src)
File "/usr/local/python2.4/lib/python2.4/xml/sax/expatreader.py", line 107, in parse
xmlreader.IncrementalParser.parse(self, source)
File "/usr/local/python2.4/lib/python2.4/xml/sax/xmlreader.py", line 123, in parse
self.feed(buffer)
File "/usr/local/python2.4/lib/python2.4/xml/sax/expatreader.py", line 207, in feed
self._parser.Parse(data, isFinal)
File "/usr/local/python2.4/lib/python2.4/xml/sax/expatreader.py", line 348, in end_element_ns
self._cont_handler.endElementNS(pair, None)
File "/home/stefan/autotest/temp/python24-zope210/lib/python/zope/configuration/xmlconfig.py", line 326, in endElementNS
self.context.end()
File "/home/stefan/autotest/temp/python24-zope210/lib/python/zope/configuration/config.py", line 544, in end
self.stack.pop().finish()
File "/home/stefan/autotest/temp/python24-zope210/lib/python/zope/configuration/config.py", line 689, in finish
args = toargs(context, *self.argdata)
File "/home/stefan/autotest/temp/python24-zope210/lib/python/zope/configuration/config.py", line 1381, in toargs
args[str(name)] = field.fromUnicode(s)
File "/home/stefan/autotest/temp/python24-zope210/lib/python/zope/configuration/fields.py", line 231, in fromUnicode
raise InvalidToken("%s in %s" % (v, u))
ZopeXMLConfigurationError: File "<string>", line 7.2-11.8
ConfigurationError: ('Invalid value for', 'factory', 'ImportError: Module Products.Five.traversable has no global FiveTraversable in Products.Five.traversable.FiveTraversable')
Error in test testDiscussionReply (CMFDefault.tests.test_DiscussionReply.DiscussionReplyTestMember)
Traceback (most recent call last):
File "/usr/local/python2.4/lib/python2.4/unittest.py", line 251, in run
self.setUp()
File "/home/stefan/autotest/temp/python24-zope210-cmf20/Products/CMFDefault/tests/test_DiscussionReply.py", line 84, in setUp
DiscussionReplyTest.setUp(self)
File "/home/stefan/autotest/temp/python24-zope210-cmf20/Products/CMFDefault/tests/test_DiscussionReply.py", line 40, in setUp
zcml.load_string(_TRAVERSE_ZCML)
File "/home/stefan/autotest/temp/python24-zope210/lib/python/Products/Five/zcml.py", line 58, in load_string
_context = xmlconfig.string(s, _context)
File "/home/stefan/autotest/temp/python24-zope210/lib/python/zope/configuration/xmlconfig.py", line 571, in string
processxmlfile(f, context)
File "/home/stefan/autotest/temp/python24-zope210/lib/python/zope/configuration/xmlconfig.py", line 345, in processxmlfile
parser.parse(src)
File "/usr/local/python2.4/lib/python2.4/xml/sax/expatreader.py", line 107, in parse
xmlreader.IncrementalParser.parse(self, source)
File "/usr/local/python2.4/lib/python2.4/xml/sax/xmlreader.py", line 123, in parse
self.feed(buffer)
File "/usr/local/python2.4/lib/python2.4/xml/sax/expatreader.py", line 207, in feed
self._parser.Parse(data, isFinal)
File "/usr/local/python2.4/lib/python2.4/xml/sax/expatreader.py", line 348, in end_element_ns
self._cont_handler.endElementNS(pair, None)
File "/home/stefan/autotest/temp/python24-zope210/lib/python/zope/configuration/xmlconfig.py", line 326, in endElementNS
self.context.end()
File "/home/stefan/autotest/temp/python24-zope210/lib/python/zope/configuration/config.py", line 544, in end
self.stack.pop().finish()
File "/home/stefan/autotest/temp/python24-zope210/lib/python/zope/configuration/config.py", line 689, in finish
args = toargs(context, *self.argdata)
File "/home/stefan/autotest/temp/python24-zope210/lib/python/zope/configuration/config.py", line 1381, in toargs
args[str(name)] = field.fromUnicode(s)
File "/home/stefan/autotest/temp/python24-zope210/lib/python/zope/configuration/fields.py", line 231, in fromUnicode
raise InvalidToken("%s in %s" % (v, u))
ZopeXMLConfigurationError: File "<string>", line 7.2-11.8
ConfigurationError: ('Invalid value for', 'factory', 'ImportError: Module Products.Five.traversable has no global FiveTraversable in Products.Five.traversable.FiveTraversable')
Error in test testHTML (CMFDefault.tests.test_Document.DocumentFTPGetTests)
Traceback (most recent call last):
File "/usr/local/python2.4/lib/python2.4/unittest.py", line 260, in run
testMethod()
File "/home/stefan/autotest/temp/python24-zope210-cmf20/Products/CMFDefault/tests/test_Document.py", line 391, in testHTML
ZopePageTemplate('source_html') )
File "/home/stefan/autotest/temp/python24-zope210/lib/python/Products/PageTemplates/ZopePageTemplate.py", line 135, in __init__
self.pt_edit(text, content_type, encoding)
File "/home/stefan/autotest/temp/python24-zope210/lib/python/Products/PageTemplates/ZopePageTemplate.py", line 151, in pt_edit
text = text.strip()
AttributeError: 'NoneType' object has no attribute 'strip'
Error in test test_File_CloneResetsWorkflowState (CMFDefault.tests.test_Image.TestImageCopyPaste)
Traceback (most recent call last):
File "/usr/local/python2.4/lib/python2.4/unittest.py", line 251, in run
self.setUp()
File "/home/stefan/autotest/temp/python24-zope210-cmf20/Products/CMFDefault/tests/test_Image.py", line 117, in setUp
zcml.load_string(_TRAVERSE_ZCML)
File "/home/stefan/autotest/temp/python24-zope210/lib/python/Products/Five/zcml.py", line 58, in load_string
_context = xmlconfig.string(s, _context)
File "/home/stefan/autotest/temp/python24-zope210/lib/python/zope/configuration/xmlconfig.py", line 571, in string
processxmlfile(f, context)
File "/home/stefan/autotest/temp/python24-zope210/lib/python/zope/configuration/xmlconfig.py", line 345, in processxmlfile
parser.parse(src)
File "/usr/local/python2.4/lib/python2.4/xml/sax/expatreader.py", line 107, in parse
xmlreader.IncrementalParser.parse(self, source)
File "/usr/local/python2.4/lib/python2.4/xml/sax/xmlreader.py", line 123, in parse
self.feed(buffer)
File "/usr/local/python2.4/lib/python2.4/xml/sax/expatreader.py", line 207, in feed
self._parser.Parse(data, isFinal)
File "/usr/local/python2.4/lib/python2.4/xml/sax/expatreader.py", line 348, in end_element_ns
self._cont_handler.endElementNS(pair, None)
File "/home/stefan/autotest/temp/python24-zope210/lib/python/zope/configuration/xmlconfig.py", line 326, in endElementNS
self.context.end()
File "/home/stefan/autotest/temp/python24-zope210/lib/python/zope/configuration/config.py", line 544, in end
self.stack.pop().finish()
File "/home/stefan/autotest/temp/python24-zope210/lib/python/zope/configuration/config.py", line 689, in finish
args = toargs(context, *self.argdata)
File "/home/stefan/autotest/temp/python24-zope210/lib/python/zope/configuration/config.py", line 1381, in toargs
args[str(name)] = field.fromUnicode(s)
File "/home/stefan/autotest/temp/python24-zope210/lib/python/zope/configuration/fields.py", line 231, in fromUnicode
raise InvalidToken("%s in %s" % (v, u))
ZopeXMLConfigurationError: File "<string>", line 7.2-11.8
ConfigurationError: ('Invalid value for', 'factory', 'ImportError: Module Products.Five.traversable has no global FiveTraversable in Products.Five.traversable.FiveTraversable')
Error in test test_File_CopyPasteResetsWorkflowState (CMFDefault.tests.test_Image.TestImageCopyPaste)
Traceback (most recent call last):
File "/usr/local/python2.4/lib/python2.4/unittest.py", line 251, in run
self.setUp()
File "/home/stefan/autotest/temp/python24-zope210-cmf20/Products/CMFDefault/tests/test_Image.py", line 117, in setUp
zcml.load_string(_TRAVERSE_ZCML)
File "/home/stefan/autotest/temp/python24-zope210/lib/python/Products/Five/zcml.py", line 58, in load_string
_context = xmlconfig.string(s, _context)
File "/home/stefan/autotest/temp/python24-zope210/lib/python/zope/configuration/xmlconfig.py", line 571, in string
processxmlfile(f, context)
File "/home/stefan/autotest/temp/python24-zope210/lib/python/zope/configuration/xmlconfig.py", line 345, in processxmlfile
parser.parse(src)
File "/usr/local/python2.4/lib/python2.4/xml/sax/expatreader.py", line 107, in parse
xmlreader.IncrementalParser.parse(self, source)
File "/usr/local/python2.4/lib/python2.4/xml/sax/xmlreader.py", line 123, in parse
self.feed(buffer)
File "/usr/local/python2.4/lib/python2.4/xml/sax/expatreader.py", line 207, in feed
self._parser.Parse(data, isFinal)
File "/usr/local/python2.4/lib/python2.4/xml/sax/expatreader.py", line 348, in end_element_ns
self._cont_handler.endElementNS(pair, None)
File "/home/stefan/autotest/temp/python24-zope210/lib/python/zope/configuration/xmlconfig.py", line 326, in endElementNS
self.context.end()
File "/home/stefan/autotest/temp/python24-zope210/lib/python/zope/configuration/config.py", line 544, in end
self.stack.pop().finish()
File "/home/stefan/autotest/temp/python24-zope210/lib/python/zope/configuration/config.py", line 689, in finish
args = toargs(context, *self.argdata)
File "/home/stefan/autotest/temp/python24-zope210/lib/python/zope/configuration/config.py", line 1381, in toargs
args[str(name)] = field.fromUnicode(s)
File "/home/stefan/autotest/temp/python24-zope210/lib/python/zope/configuration/fields.py", line 231, in fromUnicode
raise InvalidToken("%s in %s" % (v, u))
ZopeXMLConfigurationError: File "<string>", line 7.2-11.8
ConfigurationError: ('Invalid value for', 'factory', 'ImportError: Module Products.Five.traversable has no global FiveTraversable in Products.Five.traversable.FiveTraversable')
Error in test test_File_CutPasteKeepsWorkflowState (CMFDefault.tests.test_Image.TestImageCopyPaste)
Traceback (most recent call last):
File "/usr/local/python2.4/lib/python2.4/unittest.py", line 251, in run
self.setUp()
File "/home/stefan/autotest/temp/python24-zope210-cmf20/Products/CMFDefault/tests/test_Image.py", line 117, in setUp
zcml.load_string(_TRAVERSE_ZCML)
File "/home/stefan/autotest/temp/python24-zope210/lib/python/Products/Five/zcml.py", line 58, in load_string
_context = xmlconfig.string(s, _context)
File "/home/stefan/autotest/temp/python24-zope210/lib/python/zope/configuration/xmlconfig.py", line 571, in string
processxmlfile(f, context)
File "/home/stefan/autotest/temp/python24-zope210/lib/python/zope/configuration/xmlconfig.py", line 345, in processxmlfile
parser.parse(src)
File "/usr/local/python2.4/lib/python2.4/xml/sax/expatreader.py", line 107, in parse
xmlreader.IncrementalParser.parse(self, source)
File "/usr/local/python2.4/lib/python2.4/xml/sax/xmlreader.py", line 123, in parse
self.feed(buffer)
File "/usr/local/python2.4/lib/python2.4/xml/sax/expatreader.py", line 207, in feed
self._parser.Parse(data, isFinal)
File "/usr/local/python2.4/lib/python2.4/xml/sax/expatreader.py", line 348, in end_element_ns
self._cont_handler.endElementNS(pair, None)
File "/home/stefan/autotest/temp/python24-zope210/lib/python/zope/configuration/xmlconfig.py", line 326, in endElementNS
self.context.end()
File "/home/stefan/autotest/temp/python24-zope210/lib/python/zope/configuration/config.py", line 544, in end
self.stack.pop().finish()
File "/home/stefan/autotest/temp/python24-zope210/lib/python/zope/configuration/config.py", line 689, in finish
args = toargs(context, *self.argdata)
File "/home/stefan/autotest/temp/python24-zope210/lib/python/zope/configuration/config.py", line 1381, in toargs
args[str(name)] = field.fromUnicode(s)
File "/home/stefan/autotest/temp/python24-zope210/lib/python/zope/configuration/fields.py", line 231, in fromUnicode
raise InvalidToken("%s in %s" % (v, u))
ZopeXMLConfigurationError: File "<string>", line 7.2-11.8
ConfigurationError: ('Invalid value for', 'factory', 'ImportError: Module Products.Five.traversable has no global FiveTraversable in Products.Five.traversable.FiveTraversable')
Error in test test_File_RenameKeepsWorkflowState (CMFDefault.tests.test_Image.TestImageCopyPaste)
Traceback (most recent call last):
File "/usr/local/python2.4/lib/python2.4/unittest.py", line 251, in run
self.setUp()
File "/home/stefan/autotest/temp/python24-zope210-cmf20/Products/CMFDefault/tests/test_Image.py", line 117, in setUp
zcml.load_string(_TRAVERSE_ZCML)
File "/home/stefan/autotest/temp/python24-zope210/lib/python/Products/Five/zcml.py", line 58, in load_string
_context = xmlconfig.string(s, _context)
File "/home/stefan/autotest/temp/python24-zope210/lib/python/zope/configuration/xmlconfig.py", line 571, in string
processxmlfile(f, context)
File "/home/stefan/autotest/temp/python24-zope210/lib/python/zope/configuration/xmlconfig.py", line 345, in processxmlfile
parser.parse(src)
File "/usr/local/python2.4/lib/python2.4/xml/sax/expatreader.py", line 107, in parse
xmlreader.IncrementalParser.parse(self, source)
File "/usr/local/python2.4/lib/python2.4/xml/sax/xmlreader.py", line 123, in parse
self.feed(buffer)
File "/usr/local/python2.4/lib/python2.4/xml/sax/expatreader.py", line 207, in feed
self._parser.Parse(data, isFinal)
File "/usr/local/python2.4/lib/python2.4/xml/sax/expatreader.py", line 348, in end_element_ns
self._cont_handler.endElementNS(pair, None)
File "/home/stefan/autotest/temp/python24-zope210/lib/python/zope/configuration/xmlconfig.py", line 326, in endElementNS
self.context.end()
File "/home/stefan/autotest/temp/python24-zope210/lib/python/zope/configuration/config.py", line 544, in end
self.stack.pop().finish()
File "/home/stefan/autotest/temp/python24-zope210/lib/python/zope/configuration/config.py", line 689, in finish
args = toargs(context, *self.argdata)
File "/home/stefan/autotest/temp/python24-zope210/lib/python/zope/configuration/config.py", line 1381, in toargs
args[str(name)] = field.fromUnicode(s)
File "/home/stefan/autotest/temp/python24-zope210/lib/python/zope/configuration/fields.py", line 231, in fromUnicode
raise InvalidToken("%s in %s" % (v, u))
ZopeXMLConfigurationError: File "<string>", line 7.2-11.8
ConfigurationError: ('Invalid value for', 'factory', 'ImportError: Module Products.Five.traversable has no global FiveTraversable in Products.Five.traversable.FiveTraversable')
Error in test test_Image_CloneResetsWorkflowState (CMFDefault.tests.test_Image.TestImageCopyPaste)
Traceback (most recent call last):
File "/usr/local/python2.4/lib/python2.4/unittest.py", line 251, in run
self.setUp()
File "/home/stefan/autotest/temp/python24-zope210-cmf20/Products/CMFDefault/tests/test_Image.py", line 117, in setUp
zcml.load_string(_TRAVERSE_ZCML)
File "/home/stefan/autotest/temp/python24-zope210/lib/python/Products/Five/zcml.py", line 58, in load_string
_context = xmlconfig.string(s, _context)
File "/home/stefan/autotest/temp/python24-zope210/lib/python/zope/configuration/xmlconfig.py", line 571, in string
processxmlfile(f, context)
File "/home/stefan/autotest/temp/python24-zope210/lib/python/zope/configuration/xmlconfig.py", line 345, in processxmlfile
parser.parse(src)
File "/usr/local/python2.4/lib/python2.4/xml/sax/expatreader.py", line 107, in parse
xmlreader.IncrementalParser.parse(self, source)
File "/usr/local/python2.4/lib/python2.4/xml/sax/xmlreader.py", line 123, in parse
self.feed(buffer)
File "/usr/local/python2.4/lib/python2.4/xml/sax/expatreader.py", line 207, in feed
self._parser.Parse(data, isFinal)
File "/usr/local/python2.4/lib/python2.4/xml/sax/expatreader.py", line 348, in end_element_ns
self._cont_handler.endElementNS(pair, None)
File "/home/stefan/autotest/temp/python24-zope210/lib/python/zope/configuration/xmlconfig.py", line 326, in endElementNS
self.context.end()
File "/home/stefan/autotest/temp/python24-zope210/lib/python/zope/configuration/config.py", line 544, in end
self.stack.pop().finish()
File "/home/stefan/autotest/temp/python24-zope210/lib/python/zope/configuration/config.py", line 689, in finish
args = toargs(context, *self.argdata)
File "/home/stefan/autotest/temp/python24-zope210/lib/python/zope/configuration/config.py", line 1381, in toargs
args[str(name)] = field.fromUnicode(s)
File "/home/stefan/autotest/temp/python24-zope210/lib/python/zope/configuration/fields.py", line 231, in fromUnicode
raise InvalidToken("%s in %s" % (v, u))
ZopeXMLConfigurationError: File "<string>", line 7.2-11.8
ConfigurationError: ('Invalid value for', 'factory', 'ImportError: Module Products.Five.traversable has no global FiveTraversable in Products.Five.traversable.FiveTraversable')
Error in test test_Image_CopyPasteResetsWorkflowState (CMFDefault.tests.test_Image.TestImageCopyPaste)
Traceback (most recent call last):
File "/usr/local/python2.4/lib/python2.4/unittest.py", line 251, in run
self.setUp()
File "/home/stefan/autotest/temp/python24-zope210-cmf20/Products/CMFDefault/tests/test_Image.py", line 117, in setUp
zcml.load_string(_TRAVERSE_ZCML)
File "/home/stefan/autotest/temp/python24-zope210/lib/python/Products/Five/zcml.py", line 58, in load_string
_context = xmlconfig.string(s, _context)
File "/home/stefan/autotest/temp/python24-zope210/lib/python/zope/configuration/xmlconfig.py", line 571, in string
processxmlfile(f, context)
File "/home/stefan/autotest/temp/python24-zope210/lib/python/zope/configuration/xmlconfig.py", line 345, in processxmlfile
parser.parse(src)
File "/usr/local/python2.4/lib/python2.4/xml/sax/expatreader.py", line 107, in parse
xmlreader.IncrementalParser.parse(self, source)
File "/usr/local/python2.4/lib/python2.4/xml/sax/xmlreader.py", line 123, in parse
self.feed(buffer)
File "/usr/local/python2.4/lib/python2.4/xml/sax/expatreader.py", line 207, in feed
self._parser.Parse(data, isFinal)
File "/usr/local/python2.4/lib/python2.4/xml/sax/expatreader.py", line 348, in end_element_ns
self._cont_handler.endElementNS(pair, None)
File "/home/stefan/autotest/temp/python24-zope210/lib/python/zope/configuration/xmlconfig.py", line 326, in endElementNS
self.context.end()
File "/home/stefan/autotest/temp/python24-zope210/lib/python/zope/configuration/config.py", line 544, in end
self.stack.pop().finish()
File "/home/stefan/autotest/temp/python24-zope210/lib/python/zope/configuration/config.py", line 689, in finish
args = toargs(context, *self.argdata)
File "/home/stefan/autotest/temp/python24-zope210/lib/python/zope/configuration/config.py", line 1381, in toargs
args[str(name)] = field.fromUnicode(s)
File "/home/stefan/autotest/temp/python24-zope210/lib/python/zope/configuration/fields.py", line 231, in fromUnicode
raise InvalidToken("%s in %s" % (v, u))
ZopeXMLConfigurationError: File "<string>", line 7.2-11.8
ConfigurationError: ('Invalid value for', 'factory', 'ImportError: Module Products.Five.traversable has no global FiveTraversable in Products.Five.traversable.FiveTraversable')
Error in test test_Image_CutPasteKeepsWorkflowState (CMFDefault.tests.test_Image.TestImageCopyPaste)
Traceback (most recent call last):
File "/usr/local/python2.4/lib/python2.4/unittest.py", line 251, in run
self.setUp()
File "/home/stefan/autotest/temp/python24-zope210-cmf20/Products/CMFDefault/tests/test_Image.py", line 117, in setUp
zcml.load_string(_TRAVERSE_ZCML)
File "/home/stefan/autotest/temp/python24-zope210/lib/python/Products/Five/zcml.py", line 58, in load_string
_context = xmlconfig.string(s, _context)
File "/home/stefan/autotest/temp/python24-zope210/lib/python/zope/configuration/xmlconfig.py", line 571, in string
processxmlfile(f, context)
File "/home/stefan/autotest/temp/python24-zope210/lib/python/zope/configuration/xmlconfig.py", line 345, in processxmlfile
parser.parse(src)
File "/usr/local/python2.4/lib/python2.4/xml/sax/expatreader.py", line 107, in parse
xmlreader.IncrementalParser.parse(self, source)
File "/usr/local/python2.4/lib/python2.4/xml/sax/xmlreader.py", line 123, in parse
self.feed(buffer)
File "/usr/local/python2.4/lib/python2.4/xml/sax/expatreader.py", line 207, in feed
self._parser.Parse(data, isFinal)
File "/usr/local/python2.4/lib/python2.4/xml/sax/expatreader.py", line 348, in end_element_ns
self._cont_handler.endElementNS(pair, None)
File "/home/stefan/autotest/temp/python24-zope210/lib/python/zope/configuration/xmlconfig.py", line 326, in endElementNS
self.context.end()
File "/home/stefan/autotest/temp/python24-zope210/lib/python/zope/configuration/config.py", line 544, in end
self.stack.pop().finish()
File "/home/stefan/autotest/temp/python24-zope210/lib/python/zope/configuration/config.py", line 689, in finish
args = toargs(context, *self.argdata)
File "/home/stefan/autotest/temp/python24-zope210/lib/python/zope/configuration/config.py", line 1381, in toargs
args[str(name)] = field.fromUnicode(s)
File "/home/stefan/autotest/temp/python24-zope210/lib/python/zope/configuration/fields.py", line 231, in fromUnicode
raise InvalidToken("%s in %s" % (v, u))
ZopeXMLConfigurationError: File "<string>", line 7.2-11.8
ConfigurationError: ('Invalid value for', 'factory', 'ImportError: Module Products.Five.traversable has no global FiveTraversable in Products.Five.traversable.FiveTraversable')
Error in test test_Image_RenameKeepsWorkflowState (CMFDefault.tests.test_Image.TestImageCopyPaste)
Traceback (most recent call last):
File "/usr/local/python2.4/lib/python2.4/unittest.py", line 251, in run
self.setUp()
File "/home/stefan/autotest/temp/python24-zope210-cmf20/Products/CMFDefault/tests/test_Image.py", line 117, in setUp
zcml.load_string(_TRAVERSE_ZCML)
File "/home/stefan/autotest/temp/python24-zope210/lib/python/Products/Five/zcml.py", line 58, in load_string
_context = xmlconfig.string(s, _context)
File "/home/stefan/autotest/temp/python24-zope210/lib/python/zope/configuration/xmlconfig.py", line 571, in string
processxmlfile(f, context)
File "/home/stefan/autotest/temp/python24-zope210/lib/python/zope/configuration/xmlconfig.py", line 345, in processxmlfile
parser.parse(src)
File "/usr/local/python2.4/lib/python2.4/xml/sax/expatreader.py", line 107, in parse
xmlreader.IncrementalParser.parse(self, source)
File "/usr/local/python2.4/lib/python2.4/xml/sax/xmlreader.py", line 123, in parse
self.feed(buffer)
File "/usr/local/python2.4/lib/python2.4/xml/sax/expatreader.py", line 207, in feed
self._parser.Parse(data, isFinal)
File "/usr/local/python2.4/lib/python2.4/xml/sax/expatreader.py", line 348, in end_element_ns
self._cont_handler.endElementNS(pair, None)
File "/home/stefan/autotest/temp/python24-zope210/lib/python/zope/configuration/xmlconfig.py", line 326, in endElementNS
self.context.end()
File "/home/stefan/autotest/temp/python24-zope210/lib/python/zope/configuration/config.py", line 544, in end
self.stack.pop().finish()
File "/home/stefan/autotest/temp/python24-zope210/lib/python/zope/configuration/config.py", line 689, in finish
args = toargs(context, *self.argdata)
File "/home/stefan/autotest/temp/python24-zope210/lib/python/zope/configuration/config.py", line 1381, in toargs
args[str(name)] = field.fromUnicode(s)
File "/home/stefan/autotest/temp/python24-zope210/lib/python/zope/configuration/fields.py", line 231, in fromUnicode
raise InvalidToken("%s in %s" % (v, u))
ZopeXMLConfigurationError: File "<string>", line 7.2-11.8
ConfigurationError: ('Invalid value for', 'factory', 'ImportError: Module Products.Five.traversable has no global FiveTraversable in Products.Five.traversable.FiveTraversable')
Error in test test_DocumentEditCataloguing (CMFDefault.tests.test_Portal.CMFSiteTests)
Traceback (most recent call last):
File "/usr/local/python2.4/lib/python2.4/unittest.py", line 251, in run
self.setUp()
File "/home/stefan/autotest/temp/python24-zope210-cmf20/Products/CMFDefault/tests/test_Portal.py", line 56, in setUp
zcml.load_string(_TRAVERSE_ZCML)
File "/home/stefan/autotest/temp/python24-zope210/lib/python/Products/Five/zcml.py", line 58, in load_string
_context = xmlconfig.string(s, _context)
File "/home/stefan/autotest/temp/python24-zope210/lib/python/zope/configuration/xmlconfig.py", line 571, in string
processxmlfile(f, context)
File "/home/stefan/autotest/temp/python24-zope210/lib/python/zope/configuration/xmlconfig.py", line 345, in processxmlfile
parser.parse(src)
File "/usr/local/python2.4/lib/python2.4/xml/sax/expatreader.py", line 107, in parse
xmlreader.IncrementalParser.parse(self, source)
File "/usr/local/python2.4/lib/python2.4/xml/sax/xmlreader.py", line 123, in parse
self.feed(buffer)
File "/usr/local/python2.4/lib/python2.4/xml/sax/expatreader.py", line 207, in feed
self._parser.Parse(data, isFinal)
File "/usr/local/python2.4/lib/python2.4/xml/sax/expatreader.py", line 348, in end_element_ns
self._cont_handler.endElementNS(pair, None)
File "/home/stefan/autotest/temp/python24-zope210/lib/python/zope/configuration/xmlconfig.py", line 326, in endElementNS
self.context.end()
File "/home/stefan/autotest/temp/python24-zope210/lib/python/zope/configuration/config.py", line 544, in end
self.stack.pop().finish()
File "/home/stefan/autotest/temp/python24-zope210/lib/python/zope/configuration/config.py", line 689, in finish
args = toargs(context, *self.argdata)
File "/home/stefan/autotest/temp/python24-zope210/lib/python/zope/configuration/config.py", line 1381, in toargs
args[str(name)] = field.fromUnicode(s)
File "/home/stefan/autotest/temp/python24-zope210/lib/python/zope/configuration/fields.py", line 231, in fromUnicode
raise InvalidToken("%s in %s" % (v, u))
ZopeXMLConfigurationError: File "<string>", line 7.2-11.8
ConfigurationError: ('Invalid value for', 'factory', 'ImportError: Module Products.Five.traversable has no global FiveTraversable in Products.Five.traversable.FiveTraversable')
Error in test test_FileEditCataloguing (CMFDefault.tests.test_Portal.CMFSiteTests)
Traceback (most recent call last):
File "/usr/local/python2.4/lib/python2.4/unittest.py", line 251, in run
self.setUp()
File "/home/stefan/autotest/temp/python24-zope210-cmf20/Products/CMFDefault/tests/test_Portal.py", line 56, in setUp
zcml.load_string(_TRAVERSE_ZCML)
File "/home/stefan/autotest/temp/python24-zope210/lib/python/Products/Five/zcml.py", line 58, in load_string
_context = xmlconfig.string(s, _context)
File "/home/stefan/autotest/temp/python24-zope210/lib/python/zope/configuration/xmlconfig.py", line 571, in string
processxmlfile(f, context)
File "/home/stefan/autotest/temp/python24-zope210/lib/python/zope/configuration/xmlconfig.py", line 345, in processxmlfile
parser.parse(src)
File "/usr/local/python2.4/lib/python2.4/xml/sax/expatreader.py", line 107, in parse
xmlreader.IncrementalParser.parse(self, source)
File "/usr/local/python2.4/lib/python2.4/xml/sax/xmlreader.py", line 123, in parse
self.feed(buffer)
File "/usr/local/python2.4/lib/python2.4/xml/sax/expatreader.py", line 207, in feed
self._parser.Parse(data, isFinal)
File "/usr/local/python2.4/lib/python2.4/xml/sax/expatreader.py", line 348, in end_element_ns
self._cont_handler.endElementNS(pair, None)
File "/home/stefan/autotest/temp/python24-zope210/lib/python/zope/configuration/xmlconfig.py", line 326, in endElementNS
self.context.end()
File "/home/stefan/autotest/temp/python24-zope210/lib/python/zope/configuration/config.py", line 544, in end
self.stack.pop().finish()
File "/home/stefan/autotest/temp/python24-zope210/lib/python/zope/configuration/config.py", line 689, in finish
args = toargs(context, *self.argdata)
File "/home/stefan/autotest/temp/python24-zope210/lib/python/zope/configuration/config.py", line 1381, in toargs
args[str(name)] = field.fromUnicode(s)
File "/home/stefan/autotest/temp/python24-zope210/lib/python/zope/configuration/fields.py", line 231, in fromUnicode
raise InvalidToken("%s in %s" % (v, u))
ZopeXMLConfigurationError: File "<string>", line 7.2-11.8
ConfigurationError: ('Invalid value for', 'factory', 'ImportError: Module Products.Five.traversable has no global FiveTraversable in Products.Five.traversable.FiveTraversable')
Error in test test_ImageEditCataloguing (CMFDefault.tests.test_Portal.CMFSiteTests)
Traceback (most recent call last):
File "/usr/local/python2.4/lib/python2.4/unittest.py", line 251, in run
self.setUp()
File "/home/stefan/autotest/temp/python24-zope210-cmf20/Products/CMFDefault/tests/test_Portal.py", line 56, in setUp
zcml.load_string(_TRAVERSE_ZCML)
File "/home/stefan/autotest/temp/python24-zope210/lib/python/Products/Five/zcml.py", line 58, in load_string
_context = xmlconfig.string(s, _context)
File "/home/stefan/autotest/temp/python24-zope210/lib/python/zope/configuration/xmlconfig.py", line 571, in string
processxmlfile(f, context)
File "/home/stefan/autotest/temp/python24-zope210/lib/python/zope/configuration/xmlconfig.py", line 345, in processxmlfile
parser.parse(src)
File "/usr/local/python2.4/lib/python2.4/xml/sax/expatreader.py", line 107, in parse
xmlreader.IncrementalParser.parse(self, source)
File "/usr/local/python2.4/lib/python2.4/xml/sax/xmlreader.py", line 123, in parse
self.feed(buffer)
File "/usr/local/python2.4/lib/python2.4/xml/sax/expatreader.py", line 207, in feed
self._parser.Parse(data, isFinal)
File "/usr/local/python2.4/lib/python2.4/xml/sax/expatreader.py", line 348, in end_element_ns
self._cont_handler.endElementNS(pair, None)
File "/home/stefan/autotest/temp/python24-zope210/lib/python/zope/configuration/xmlconfig.py", line 326, in endElementNS
self.context.end()
File "/home/stefan/autotest/temp/python24-zope210/lib/python/zope/configuration/config.py", line 544, in end
self.stack.pop().finish()
File "/home/stefan/autotest/temp/python24-zope210/lib/python/zope/configuration/config.py", line 689, in finish
args = toargs(context, *self.argdata)
File "/home/stefan/autotest/temp/python24-zope210/lib/python/zope/configuration/config.py", line 1381, in toargs
args[str(name)] = field.fromUnicode(s)
File "/home/stefan/autotest/temp/python24-zope210/lib/python/zope/configuration/fields.py", line 231, in fromUnicode
raise InvalidToken("%s in %s" % (v, u))
ZopeXMLConfigurationError: File "<string>", line 7.2-11.8
ConfigurationError: ('Invalid value for', 'factory', 'ImportError: Module Products.Five.traversable has no global FiveTraversable in Products.Five.traversable.FiveTraversable')
Error in test test_LinkEditCataloguing (CMFDefault.tests.test_Portal.CMFSiteTests)
Traceback (most recent call last):
File "/usr/local/python2.4/lib/python2.4/unittest.py", line 251, in run
self.setUp()
File "/home/stefan/autotest/temp/python24-zope210-cmf20/Products/CMFDefault/tests/test_Portal.py", line 56, in setUp
zcml.load_string(_TRAVERSE_ZCML)
File "/home/stefan/autotest/temp/python24-zope210/lib/python/Products/Five/zcml.py", line 58, in load_string
_context = xmlconfig.string(s, _context)
File "/home/stefan/autotest/temp/python24-zope210/lib/python/zope/configuration/xmlconfig.py", line 571, in string
processxmlfile(f, context)
File "/home/stefan/autotest/temp/python24-zope210/lib/python/zope/configuration/xmlconfig.py", line 345, in processxmlfile
parser.parse(src)
File "/usr/local/python2.4/lib/python2.4/xml/sax/expatreader.py", line 107, in parse
xmlreader.IncrementalParser.parse(self, source)
File "/usr/local/python2.4/lib/python2.4/xml/sax/xmlreader.py", line 123, in parse
self.feed(buffer)
File "/usr/local/python2.4/lib/python2.4/xml/sax/expatreader.py", line 207, in feed
self._parser.Parse(data, isFinal)
File "/usr/local/python2.4/lib/python2.4/xml/sax/expatreader.py", line 348, in end_element_ns
self._cont_handler.endElementNS(pair, None)
File "/home/stefan/autotest/temp/python24-zope210/lib/python/zope/configuration/xmlconfig.py", line 326, in endElementNS
self.context.end()
File "/home/stefan/autotest/temp/python24-zope210/lib/python/zope/configuration/config.py", line 544, in end
self.stack.pop().finish()
File "/home/stefan/autotest/temp/python24-zope210/lib/python/zope/configuration/config.py", line 689, in finish
args = toargs(context, *self.argdata)
File "/home/stefan/autotest/temp/python24-zope210/lib/python/zope/configuration/config.py", line 1381, in toargs
args[str(name)] = field.fromUnicode(s)
File "/home/stefan/autotest/temp/python24-zope210/lib/python/zope/configuration/fields.py", line 231, in fromUnicode
raise InvalidToken("%s in %s" % (v, u))
ZopeXMLConfigurationError: File "<string>", line 7.2-11.8
ConfigurationError: ('Invalid value for', 'factory', 'ImportError: Module Products.Five.traversable has no global FiveTraversable in Products.Five.traversable.FiveTraversable')
Error in test test_MetadataCataloguing (CMFDefault.tests.test_Portal.CMFSiteTests)
Traceback (most recent call last):
File "/usr/local/python2.4/lib/python2.4/unittest.py", line 251, in run
self.setUp()
File "/home/stefan/autotest/temp/python24-zope210-cmf20/Products/CMFDefault/tests/test_Portal.py", line 56, in setUp
zcml.load_string(_TRAVERSE_ZCML)
File "/home/stefan/autotest/temp/python24-zope210/lib/python/Products/Five/zcml.py", line 58, in load_string
_context = xmlconfig.string(s, _context)
File "/home/stefan/autotest/temp/python24-zope210/lib/python/zope/configuration/xmlconfig.py", line 571, in string
processxmlfile(f, context)
File "/home/stefan/autotest/temp/python24-zope210/lib/python/zope/configuration/xmlconfig.py", line 345, in processxmlfile
parser.parse(src)
File "/usr/local/python2.4/lib/python2.4/xml/sax/expatreader.py", line 107, in parse
xmlreader.IncrementalParser.parse(self, source)
File "/usr/local/python2.4/lib/python2.4/xml/sax/xmlreader.py", line 123, in parse
self.feed(buffer)
File "/usr/local/python2.4/lib/python2.4/xml/sax/expatreader.py", line 207, in feed
self._parser.Parse(data, isFinal)
File "/usr/local/python2.4/lib/python2.4/xml/sax/expatreader.py", line 348, in end_element_ns
self._cont_handler.endElementNS(pair, None)
File "/home/stefan/autotest/temp/python24-zope210/lib/python/zope/configuration/xmlconfig.py", line 326, in endElementNS
self.context.end()
File "/home/stefan/autotest/temp/python24-zope210/lib/python/zope/configuration/config.py", line 544, in end
self.stack.pop().finish()
File "/home/stefan/autotest/temp/python24-zope210/lib/python/zope/configuration/config.py", line 689, in finish
args = toargs(context, *self.argdata)
File "/home/stefan/autotest/temp/python24-zope210/lib/python/zope/configuration/config.py", line 1381, in toargs
args[str(name)] = field.fromUnicode(s)
File "/home/stefan/autotest/temp/python24-zope210/lib/python/zope/configuration/fields.py", line 231, in fromUnicode
raise InvalidToken("%s in %s" % (v, u))
ZopeXMLConfigurationError: File "<string>", line 7.2-11.8
ConfigurationError: ('Invalid value for', 'factory', 'ImportError: Module Products.Five.traversable has no global FiveTraversable in Products.Five.traversable.FiveTraversable')
Error in test test_NewsItemEditCataloguing (CMFDefault.tests.test_Portal.CMFSiteTests)
Traceback (most recent call last):
File "/usr/local/python2.4/lib/python2.4/unittest.py", line 251, in run
self.setUp()
File "/home/stefan/autotest/temp/python24-zope210-cmf20/Products/CMFDefault/tests/test_Portal.py", line 56, in setUp
zcml.load_string(_TRAVERSE_ZCML)
File "/home/stefan/autotest/temp/python24-zope210/lib/python/Products/Five/zcml.py", line 58, in load_string
_context = xmlconfig.string(s, _context)
File "/home/stefan/autotest/temp/python24-zope210/lib/python/zope/configuration/xmlconfig.py", line 571, in string
processxmlfile(f, context)
File "/home/stefan/autotest/temp/python24-zope210/lib/python/zope/configuration/xmlconfig.py", line 345, in processxmlfile
parser.parse(src)
File "/usr/local/python2.4/lib/python2.4/xml/sax/expatreader.py", line 107, in parse
xmlreader.IncrementalParser.parse(self, source)
File "/usr/local/python2.4/lib/python2.4/xml/sax/xmlreader.py", line 123, in parse
self.feed(buffer)
File "/usr/local/python2.4/lib/python2.4/xml/sax/expatreader.py", line 207, in feed
self._parser.Parse(data, isFinal)
File "/usr/local/python2.4/lib/python2.4/xml/sax/expatreader.py", line 348, in end_element_ns
self._cont_handler.endElementNS(pair, None)
File "/home/stefan/autotest/temp/python24-zope210/lib/python/zope/configuration/xmlconfig.py", line 326, in endElementNS
self.context.end()
File "/home/stefan/autotest/temp/python24-zope210/lib/python/zope/configuration/config.py", line 544, in end
self.stack.pop().finish()
File "/home/stefan/autotest/temp/python24-zope210/lib/python/zope/configuration/config.py", line 689, in finish
args = toargs(context, *self.argdata)
File "/home/stefan/autotest/temp/python24-zope210/lib/python/zope/configuration/config.py", line 1381, in toargs
args[str(name)] = field.fromUnicode(s)
File "/home/stefan/autotest/temp/python24-zope210/lib/python/zope/configuration/fields.py", line 231, in fromUnicode
raise InvalidToken("%s in %s" % (v, u))
ZopeXMLConfigurationError: File "<string>", line 7.2-11.8
ConfigurationError: ('Invalid value for', 'factory', 'ImportError: Module Products.Five.traversable has no global FiveTraversable in Products.Five.traversable.FiveTraversable')
Error in test test_new (CMFDefault.tests.test_Portal.CMFSiteTests)
Traceback (most recent call last):
File "/usr/local/python2.4/lib/python2.4/unittest.py", line 251, in run
self.setUp()
File "/home/stefan/autotest/temp/python24-zope210-cmf20/Products/CMFDefault/tests/test_Portal.py", line 56, in setUp
zcml.load_string(_TRAVERSE_ZCML)
File "/home/stefan/autotest/temp/python24-zope210/lib/python/Products/Five/zcml.py", line 58, in load_string
_context = xmlconfig.string(s, _context)
File "/home/stefan/autotest/temp/python24-zope210/lib/python/zope/configuration/xmlconfig.py", line 571, in string
processxmlfile(f, context)
File "/home/stefan/autotest/temp/python24-zope210/lib/python/zope/configuration/xmlconfig.py", line 345, in processxmlfile
parser.parse(src)
File "/usr/local/python2.4/lib/python2.4/xml/sax/expatreader.py", line 107, in parse
xmlreader.IncrementalParser.parse(self, source)
File "/usr/local/python2.4/lib/python2.4/xml/sax/xmlreader.py", line 123, in parse
self.feed(buffer)
File "/usr/local/python2.4/lib/python2.4/xml/sax/expatreader.py", line 207, in feed
self._parser.Parse(data, isFinal)
File "/usr/local/python2.4/lib/python2.4/xml/sax/expatreader.py", line 348, in end_element_ns
self._cont_handler.endElementNS(pair, None)
File "/home/stefan/autotest/temp/python24-zope210/lib/python/zope/configuration/xmlconfig.py", line 326, in endElementNS
self.context.end()
File "/home/stefan/autotest/temp/python24-zope210/lib/python/zope/configuration/config.py", line 544, in end
self.stack.pop().finish()
File "/home/stefan/autotest/temp/python24-zope210/lib/python/zope/configuration/config.py", line 689, in finish
args = toargs(context, *self.argdata)
File "/home/stefan/autotest/temp/python24-zope210/lib/python/zope/configuration/config.py", line 1381, in toargs
args[str(name)] = field.fromUnicode(s)
File "/home/stefan/autotest/temp/python24-zope210/lib/python/zope/configuration/fields.py", line 231, in fromUnicode
raise InvalidToken("%s in %s" % (v, u))
ZopeXMLConfigurationError: File "<string>", line 7.2-11.8
ConfigurationError: ('Invalid value for', 'factory', 'ImportError: Module Products.Five.traversable has no global FiveTraversable in Products.Five.traversable.FiveTraversable')
Ran 1255 tests with 1 failures and 49 errors in 55.799 seconds.
FAILED (failures=1, errors=49)
More information about the cmf-tests
mailing list