plone.app.discussion/plone/app/discussion/tests
Hanno Schlichting aa8a1ea934 Fixed handling of non-ascii member data, like fullname and email.
svn path=/plone.app.discussion/trunk/; revision=40789
2010-10-22 10:14:07 +00:00
..
javascripts whitespace. 2010-09-24 19:45:57 +00:00
qunit qunit files added. 2010-08-27 20:50:18 +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 Functional test for comment_review_workflow added; existing fonctional test renamed to functional_test_comments.txt; 2010-10-06 13:52:11 +00:00
functional_test_comments.txt Fixed handling of non-ascii member data, like fullname and email. 2010-10-22 10:14:07 +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 Whitespace removal 2010-10-22 09:57:55 +00:00
test_comments_viewlet.py Use 'comment_review_workflow' instead of 'simple_publication_workflow' for testing. 2010-10-08 11:03:14 +00:00
test_controlpanel.py Remove unused import. 2010-10-05 15:52:19 +00:00
test_conversation.py Change all datetime creations from now to utcnow 2010-09-07 12:03:07 +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 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_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 Check the review_state to decide if moderation is enabled. If the current comment workflow implements a 'pending' state, moderation is enabled. Refs #11184. 2010-10-08 10:22:40 +00:00
test_notifications.py Check for a 'pending' state in the current comment workflow instead of checking for the 'comment_review' workflow. Refs #11184. Merge last three submits in CHANGES.txt. 2010-10-08 10:37:10 +00:00
test_tool.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_workflow.py More workflow tests. 2010-09-24 13:33:21 +00:00