zopefoundation / zope.app.form

The Original Zope 3 Form Framework
Other
0 stars 4 forks source link

fix tests for `multipart 1.x` #15

Closed d-maurer closed 1 day ago

d-maurer commented 1 day ago

Fixes #13.

multipart 1.x insists on \r\n line separators. Adapt our tests accordingly.

d-maurer commented 1 day ago

This problem should not get handled by zope.app.form itself but by zope.app.wsgi.testlayer as it potentially affects tests in other packages as well.