Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

EmbeddedCDXServerIndexTest fails on Windows #236

Closed
bitzl opened this issue Apr 16, 2015 · 0 comments · Fixed by #235
Closed

EmbeddedCDXServerIndexTest fails on Windows #236

bitzl opened this issue Apr 16, 2015 · 0 comments · Fixed by #235

Comments

@bitzl
Copy link
Contributor

bitzl commented Apr 16, 2015

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().

bitzl added a commit to bitzl/openwayback that referenced this issue Jun 18, 2015
@kris-sigur kris-sigur added this to the 2.3.0 Minor Release milestone Sep 14, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants