This website requires JavaScript.
Explore
Help
Sign In
ajung
/
plone.app.discussion
Watch
0
Star
0
Fork
0
You've already forked plone.app.discussion
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
plone.app.discussion
/
plone
/
app
/
discussion
/
tests
History
Timo Stollenwerk
77eaee146e
tests for comments viewlet added (some are still empty).
...
svn path=/plone.app.discussion/trunk/; revision=33215
2010-01-18 09:55:44 +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
Conversation indexers won't work on old discussion items. Fix tests.
2009-10-17 08:28:50 +00:00
test_comment.py
remove CatalogTest from test_comments.
2009-07-01 20:58:31 +00:00
test_comments_viewlet.py
tests for comments viewlet added (some are still empty).
2010-01-18 09:55:44 +00:00
test_controlpanel.py
captcha registry entry and vocabulary added.
2009-08-11 09:45:34 +00:00
test_conversation.py
Make unit tests pass with Plone 3.3 again. Migration tests still failing.
2009-10-16 12:11:58 +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
fix migration tests. do not use transactions during unit testing.
2010-01-03 17:36:01 +00:00
test_moderation_view.py
use object_provides instead of portal_type to query the catalog for comments. this fixes bug
#2010085
;
2009-12-19 15:03:12 +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