plone / plone.testing

Provides tools for writing unit and integration tests in a Zope and Plone environment. It is not tied to Plone, and it does not depend on Zope 2 (although it has some optional Zope 2-only features)
https://pypi.org/project/plone.testing/
3 stars 9 forks source link

Fixed test for 'Connection refused' which could be 'Connection reset'. #61

Closed mauritsvanrees closed 5 years ago

mauritsvanrees commented 5 years ago

Fixes issue #59.

mister-roboto commented 5 years ago

@mauritsvanrees 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!

mauritsvanrees commented 5 years ago

@jenkins-plone-org please run jobs

mauritsvanrees commented 5 years ago

@jenkins-plone-org please run jobs

mauritsvanrees commented 5 years ago

Since Jenkins 5.2 is broken the entire day, and this fixes it, I merge it myself. All checks pass.