plone.app.discussion/plone/app/discussion/tests
Timo Stollenwerk 1d39b53c4b Merge notification branch into trunk:
New feature: As a moderator, I am notified when new comments require my attention;
New feature: As a commenter, I can enable/disable email notification of additional comments on this object;
Make p.a.d. work with the recent version of plone.z3cform (0.5.10);

svn path=/plone.app.discussion/trunk/; revision=34602
2010-03-06 10:04:34 +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 more catalog tests added. 2010-03-03 19:20:02 +00:00
test_comment.py remove CatalogTest from test_comments. 2009-07-01 20:58:31 +00:00
test_comments_viewlet.py fix singlecheckboxwidget for comment form. 2010-02-08 18:28:03 +00:00
test_controlpanel.py user email notification added. 2010-02-13 21:31:17 +00:00
test_conversation.py Make test coverage happy. 1 second seems to be not enough to create a comment when running the test coverage. 2010-01-23 07:26:19 +00:00
test_indexers.py Make unit tests pass with Plone 3.3 again. Migration tests still failing. 2009-10-16 12:11:58 +00:00
test_migration.py Moderator email notification added: As a moderator, I am notified when new comments require my attention. 2010-02-11 21:05:28 +00:00
test_moderation_view.py Ugly hack that works around a "ContentProviderLookupError: plone.htmlhead" error caused by Zope 2 permissions. See https://bugs.launchpad.net/zope2/+bug/176566 for further details. This error occured on Plone 3.3.x only. 2010-01-22 16:28:00 +00:00
test_notifications.py test do not notify user when no sender is available. 2010-02-13 21:44:26 +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 Removing hard coded publish action. evilbungle branch merge. 2009-10-17 16:14:44 +00:00