plone.app.discussion/plone/app/discussion/tests
Hanno Schlichting 71ed707794 Get this running again for the most part under Plone 4.0 - the main trick was probably to use the new CMFCatalogAware class. Removed collective.testcaselayer dependency, as that broke totally. There's some test failures left, but indexing works in general. Maybe the custom indexing event handlers aren't all required anymore. The title_or_id test failure looks like there's an infinite loop in the __parent__ pointers never reaching the actual content object. This change breaks Plone 3.x compatibility for the moment.
svn path=/plone.app.discussion/trunk/; revision=30629
2009-10-16 00:42:08 +00:00
..
__init__.py check in some skeletal code + notes, nothing concrete or working yet 2009-05-11 16:52:16 +00:00
layer.py Get this running again for the most part under Plone 4.0 - the main trick was probably to use the new CMFCatalogAware class. Removed collective.testcaselayer dependency, as that broke totally. There's some test failures left, but indexing works in general. Maybe the custom indexing event handlers aren't all required anymore. The title_or_id test failure looks like there's an infinite loop in the __parent__ pointers never reaching the actual content object. This change breaks Plone 3.x compatibility for the moment. 2009-10-16 00:42:08 +00:00
test_catalog.py fix catalog clear-and-rebuild. this finally fixes story 847941. 2009-10-15 10:11:12 +00:00
test_comment.py remove CatalogTest from test_comments. 2009-07-01 20:58:31 +00:00
test_comments_viewlet.py remove all the unnecessary acquisition wrapping of conversation (since the conversationAdapterFactory now returns an aq wrapped conversation). 2009-06-18 20:57:47 +00:00
test_controlpanel.py captcha registry entry and vocabulary added. 2009-08-11 09:45:34 +00:00
test_conversation.py plone.registry 1.0a2 changed methods to mixedCase (for_interface to forInterface). 2009-07-12 19:13:42 +00:00
test_indexers.py in_response_to metadata added. 2009-07-03 08:03:09 +00:00
test_migration.py fix the recursive migrate_replies function, so that it returns True only after all comments on a certain level have been migrated. 2009-07-13 22:14:30 +00:00
test_moderation_view.py moderation view tests added. 2009-06-27 09:35:52 +00:00
test_tool.py remove all the unnecessary acquisition wrapping of conversation (since the conversationAdapterFactory now returns an aq wrapped conversation). 2009-06-18 20:57:47 +00:00
test_workflow.py remove all the unnecessary acquisition wrapping of conversation (since the conversationAdapterFactory now returns an aq wrapped conversation). 2009-06-18 20:57:47 +00:00