[Zope-CMF] CMF 2 test errors against zope 2.9 branch and trunk
Paul Winkler
pw_lists at slinkp.com
Fri Apr 7 17:09:04 EDT 2006
FYI, presumably some folks are already aware of this, but there
are currently some errors when running CMF 2.0 tests against either the
zope 2.9 branch or zope 2 trunk, as follows (I have not tried all
combinations):
zope CMF error count
------------- ------------ -----------
trunk 2.0.0-beta2 12
2.9 branch 2.0.0-beta2 11
2.9 branch 2.0 branch 14
2.9.2 release 2.0.0-beta2 0
Many of the errors are in CMFCalendar, like so:
Error in test test_lastDayRendering
(Products.CMFCalendar.tests.test_Calendar.CalendarRequestTests)
Traceback (most recent call last):
File "/usr/lib/python2.4/unittest.py", line 260, in run
testMethod()
File
"/home/pw/Downloads/Apps/Net/z29-branch/Products/CMFCalendar/tests/test_Calendar.py",
line 531, in test_lastDayRendering
end_date='2002/05/31 23:59:59')
File
"/home/pw/Downloads/Apps/Net/z29-branch/Products/CMFCore/PortalFolder.py",
line 310, in invokeFactory
return pt.constructContent(type_name, self, id, RESPONSE, *args,
**kw)
File
"/home/pw/Downloads/Apps/Net/z29-branch/Products/CMFCore/TypesTool.py",
line 680, in constructContent
raise ValueError('No such content type: %s' % type_name)
ValueError: No such content type: Event
--
Paul Winkler
http://www.slinkp.com
More information about the Zope-CMF
mailing list