Skip to content

Commit

Permalink
Add plone.app.dexterity to auto-checkout.
Browse files Browse the repository at this point in the history
  • Loading branch information
tisto committed May 4, 2014
1 parent db2deea commit 79ccf22
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 4 deletions.
1 change: 1 addition & 0 deletions checkouts.cfg
Expand Up @@ -11,6 +11,7 @@ auto-checkout =
plonetheme.barceloneta
Products.CMFPlone
# test fixes only
plone.app.dexterity
plone.app.jquerytools
plone.app.openid
plone.app.querystring
Expand Down
5 changes: 5 additions & 0 deletions core.cfg
Expand Up @@ -3,6 +3,7 @@ parts =
instance
zopepy
test
robot
alltests
alltests-at
checkversions
Expand Down Expand Up @@ -41,6 +42,10 @@ eggs =

develop =

[robot]
recipe = zc.recipe.egg
eggs = plone.app.robotframework[ride,reload,debug]

[instance]
recipe = plone.recipe.zope2instance
user = admin:admin
Expand Down
16 changes: 12 additions & 4 deletions tests.cfg
@@ -1,5 +1,5 @@
[buildout]

parts += robot
test-eggs =
${buildout:eggs}
Products.ATContentTypes [test]
Expand Down Expand Up @@ -57,7 +57,7 @@ test-eggs =
plone.app.contenttypes [test]
plone.app.customerize
plone.app.dexterity
plone.app.discussion
plone.app.discussion [test]
plone.app.event [test]
plone.app.folder
plone.app.form
Expand Down Expand Up @@ -160,6 +160,13 @@ eggs = ${buildout:test-eggs}
defaults = ['--auto-color', '--auto-progress', '--ignore_dir=bower_components', '--ignore_dir=node_modules']
environment = environment

[robot]
recipe = zc.recipe.egg
eggs =
${buildout:test-eggs}
Pillow
plone.app.robotframework[ride,reload,debug]

[package-map]
unittest-jshint = unittest_jshint

Expand Down Expand Up @@ -243,7 +250,7 @@ PloneTestCase =
Products.contentmigration
plone_app_testing =
collective.elephantvocabulary
diazo
# diazo
plone.app.caching
plone.app.contentlisting
plone.app.contentmenu
Expand All @@ -258,11 +265,12 @@ plone_app_testing =
plone.app.querystring
plone.app.redirector
plone.app.registry
plone.app.search
plone.app.testing
plone.app.theming
plone.app.uuid
plone.app.workflow
plone.autoform
# plone.autoform
plone.browserlayer
plone.formwidget.recurrence
plone.portlet.collection
Expand Down

1 comment on commit 79ccf22

@mister-roboto
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

TESTS FAILED
Mr.roboto url : http://jenkins.plone.org/roboto/get_info?push=55c5fcc862084bbaa08ad5d1e9522e70
plone-5.0-python-2.7 [FAILURE]

Please sign in to comment.