You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
On Windows testHandleRequest fails due to platform dependent line endings. This is because a String build with a PrintWriter is compared to a String with a hardcoded Unix line ending.
To fix this one could add a platform dependent line ending to the expected string (e.g. using String.format().
The text was updated successfully, but these errors were encountered:
On Windows
testHandleRequest
fails due to platform dependent line endings. This is because a String build with a PrintWriter is compared to a String with a hardcoded Unix line ending.To fix this one could add a platform dependent line ending to the expected string (e.g. using
String.format()
.The text was updated successfully, but these errors were encountered: