plone.app.discussion/plone/app/discussion/tests
Maurits van Rees aff8a3709c Avoid sending multiple notification emails to the same person when
he has commented multiple times.

svn path=/plone.app.discussion/trunk/; revision=46365
2010-12-15 23:41:57 +00:00
..
javascripts Disable the moderation qunit tests for now because they are currently failing. 2010-10-30 11:12:04 +00:00
qunit Basic js-test-driver configuration added. 2010-10-30 10:22:21 +00:00
__init__.py check in some skeletal code + notes, nothing concrete or working yet 2009-05-11 16:52:16 +00:00
functional_test_comment_review_workflow.txt Disable discussion by default. 2010-12-14 17:58:46 +00:00
functional_test_comments.txt Fix failing test. 2010-12-14 21:30:40 +00:00
jsTestDriver.conf Use the jstestdriver coverage plugin. 2010-10-30 11:24:03 +00:00
jsTestDriver.txt Basic js-test-driver configuration added. 2010-10-30 10:22:21 +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 Use the right event subscriber to make sure all comments are removed from the catalog, if their content object is deleted. 2010-10-02 14:50:17 +00:00
test_comment.py make sure comments don't get indexed with their parents' UID in Plone 3. only declare dependency on plone.app.uuid in Python 2.6, since we only use it in Plone 4 currently. 2010-12-15 20:39:55 +00:00
test_comments_viewlet.py Disable discussion by default. 2010-12-14 17:58:46 +00:00
test_controlpanel.py Disable discussion by default. 2010-12-14 17:58:46 +00:00
test_conversation.py Disable discussion by default. 2010-12-14 17:58:46 +00:00
test_functional.py Run functional tests only with Plone 4 (and plone.testing). 2010-10-06 15:12:11 +00:00
test_indexers.py Always set the effective date of a comment to the same value as the creation date. 2010-11-29 17:36:52 +00:00
test_migration.py Remove title field from the comment form and replace it with an auto-generated title ("John Doe on Welcome to Plone"). 2010-09-29 07:56:36 +00:00
test_moderation_view.py There is no need to set the comment title in the tests, since comments do not have title fields anymore. 2010-10-31 11:09:32 +00:00
test_notifications.py Avoid sending multiple notification emails to the same person when 2010-12-15 23:41:57 +00:00
test_tool.py There is no need to set the comment title in the tests, since comments do not have title fields anymore. 2010-10-31 11:09:32 +00:00
test_workflow.py Assigning the 'Reply to item' permission to the 'Authenticated' role. The old commenting system allowed 'Authenticated' users to post comments. Also, OpenID users do not possess the 'Authenticated' role. Refs #9288 2010-12-10 08:57:35 +00:00