Skip to content

Commit

Permalink
test fix for versioningbehavior
Browse files Browse the repository at this point in the history
  • Loading branch information
davisagli committed Sep 20, 2013
1 parent 8ff433f commit 60522d7
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 4 deletions.
1 change: 1 addition & 0 deletions checkouts.cfg
Expand Up @@ -54,6 +54,7 @@ auto-checkout =
plone.app.iterate
plone.app.redirector
plone.app.robotframework
plone.app.versioningbehavior
plone.openid
plone.outputfilters
plonetheme.sunburst
Expand Down
4 changes: 0 additions & 4 deletions ecosystem.cfg
Expand Up @@ -6,7 +6,6 @@ auto-checkout +=
plone.app.dexterity
plone.app.referenceablebehavior
plone.app.stagingbehavior
plone.app.versioningbehavior
plone.dexterity
plone.formwidget.contenttree
plone.schemaeditor
Expand All @@ -19,7 +18,6 @@ test-eggs +=
plone.app.referenceablebehavior
plone.app.relationfield
plone.app.stagingbehavior [test]
plone.app.versioningbehavior
plone.directives.dexterity
plone.directives.form
plone.formwidget.autocomplete
Expand All @@ -32,7 +30,6 @@ eggs +=
plone.app.dexterity[grok,relations]
plone.app.referenceablebehavior
plone.app.stagingbehavior
plone.app.versioningbehavior

[test-groups]
Dexterity-ecosystem =
Expand Down Expand Up @@ -69,4 +66,3 @@ plone.app.intid = git ${remotes:plone}/plone.app.intid.git pushurl=${remotes:plo
plone.app.relationfield = git ${remotes:plone}/plone.app.relationfield.git pushurl=${remotes:plone_push}/plone.app.relationfield.git
plone.app.referenceablebehavior = git ${remotes:plone}/plone.app.referenceablebehavior pushurl=${remotes:plone_push}/plone.app.referenceablebehavior.git
plone.app.stagingbehavior = git ${remotes:plone}/plone.app.stagingbehavior.git pushurl=${remotes:plone_push}/plone.app.stagingbehavior.git
plone.app.versioningbehavior = git ${remotes:plone}/plone.app.versioningbehavior.git pushurl=${remotes:plone_push}/plone.app.versioningbehavior.git
1 change: 1 addition & 0 deletions sources.cfg
Expand Up @@ -121,6 +121,7 @@ plone.app.theming = git ${remotes:plone}/plone.app.theming.git
plone.app.upgrade = git ${remotes:plone}/plone.app.upgrade.git pushurl=${remotes:plone_push}/plone.app.upgrade.git
plone.app.users = git ${remotes:plone}/plone.app.users.git pushurl=${remotes:plone_push}/plone.app.users.git
plone.app.uuid = git ${remotes:plone}/plone.app.uuid.git pushurl=${remotes:plone_push}/plone.app.uuid.git
plone.app.versioningbehavior = git ${remotes:plone}/plone.app.versioningbehavior.git pushurl=${remotes:plone_push}/plone.app.versioningbehavior.git
plone.app.viewletmanager = git ${remotes:plone}/plone.app.viewletmanager.git pushurl=${remotes:plone_push}/plone.app.viewletmanager.git
plone.app.vocabularies = git ${remotes:plone}/plone.app.vocabularies.git pushurl=${remotes:plone_push}/plone.app.vocabularies.git
plone.app.workflow = git ${remotes:plone}/plone.app.workflow.git pushurl=${remotes:plone_push}/plone.app.workflow.git
Expand Down
1 change: 1 addition & 0 deletions tests.cfg
Expand Up @@ -333,6 +333,7 @@ exclude =
nt-svcutils
ordereddict
Plone
plone.app.versioningbehavior
plone.formwidget.datetime
plone.reload
python-dateutil
Expand Down

1 comment on commit 60522d7

@mister-roboto
Copy link

Choose a reason for hiding this comment

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

Testing information:

Please sign in to comment.