Skip to content

Commit

Permalink
More WIP
Browse files Browse the repository at this point in the history
  • Loading branch information
do3cc committed Jan 28, 2016
1 parent 6b67c85 commit 4b9959a
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 5 deletions.
1 change: 1 addition & 0 deletions checkouts.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ auto-checkout =
plone.app.contenttypes
plone.app.event
Products.CMFDiffTool
plone.app.folder
Products.statusmessages
# translations moved
# documentation only
17 changes: 12 additions & 5 deletions tests.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -293,7 +293,6 @@ plone_app_testing =
plone.caching
plone.cachepurging
plone.contentrules
plone.dexterity
plone.event
plone.formwidget.namedfile
plone.formwidget.recurrence
Expand Down Expand Up @@ -332,19 +331,27 @@ plone_app_testing =
z3c.pt
z3c.relationfield


# For some reason, patches from MockTestCase get overwritten
# somewhere. Because for some reason, the stack gets screwed.
# This makes it very hard to figure out where patches
# patch each other
MockTestCaseBatShitCrazy =
plone.dexterity

Dexterity =
# Moving plone.folder into the plone_app_testing group leads to test failures with:
# ValueError: undefined property 'content_meta_type'. This error also occurs when trying to install plone.app.collection.
plone.folder
# Moving plone.namedfile into the plone_app_testing groups lead to test failures with:
# ValueError: undefined property 'content_meta_type'. This error also occurs when trying to install plone.app.collection.
plone.namedfile
# Moving plone.schemaeditor into the plone_app_testing_group leads to test failures.
plone.schemaeditor
# Moving plone.session into the plone_app_testing group leads to massive test failures.
plone.session


ZTK_Legacy =
# Moving plone.namedfile into the plone_app_testing groups lead to test failures with:
# ValueError: undefined property 'content_meta_type'. This error also occurs when trying to install plone.app.collection.
plone.namedfile
# ----------------------------------------------------------------------------
# TEST ISOLATION PROBLEMS
# ----------------------------------------------------------------------------
Expand Down

0 comments on commit 4b9959a

Please sign in to comment.