plone / plone.supermodel

Provides XML import and export for schema interfaces based on zope.schema fields
5 stars 8 forks source link

ensure sets are serialized consistently #30

Closed djay closed 4 years ago

djay commented 4 years ago

in https://github.com/plone/plone.app.contentrules/pull/51 the test was getting inconsistent results for a set schema so just making sure supermodel serialises the same each time. It should sort the result for sets.

mister-roboto commented 4 years ago

@djay thanks for creating this Pull Request and help improve Plone!

To ensure that these changes do not break other parts of Plone, the Plone test suite matrix needs to pass.

Whenever you feel that the pull request is ready to be tested, either start all jenkins jobs pull requests by yourself, or simply add a comment in this pull request stating:

@jenkins-plone-org please run jobs

With this simple comment all the jobs will be started automatically.

Happy hacking!

djay commented 4 years ago

@jenkins-plone-org please run jobs

djay commented 4 years ago

@jenkins-plone-org please run jobs