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

Fix tests on windows by Peter Hull #50

Closed
wants to merge 1 commit into from

Commits on Jun 7, 2024

  1. Fix tests on windows by Peter Hull

    Force test resource files to be binary
    
    On Windows, git would treat the unencoded files as text and apply CRLF line endings, so their base 64 encodings would not match the reference files.
    
    Work around timing issues on Windows
    
    On Windows the elapsed time was quite unreliable, causing intermittent fails in the performance tests, presumably made worse because PCs / the JRE are faster now then when this code was written.
    
    Also fixed up a few warnings/javadoc issues and replaced a home-grown bubble sort with Arrays.sort.
    pedro-w authored and simonsteiner1984 committed Jun 7, 2024
    Configuration menu
    Copy the full SHA
    022bf92 View commit details
    Browse the repository at this point in the history