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

Update assertj+tests work with other locales #180

Commits on Apr 14, 2020

  1. Update plugins and dependencies

    - maven-assembly-plugin 3.0.0 -> 3.2.0 (bogus warning)
    - assert 2.9.0 -> 3.15.0
    asturio committed Apr 14, 2020
    Copy the full SHA
    6b8c6d5 View commit details
    Browse the repository at this point in the history
  2. AssertJ Unittests run on other locales

    - Some Tests expect Messages in english, and running them on other locales
      won't work. So the test-classes set the locale to english before the tests
      and restore them after the tests
    asturio committed Apr 14, 2020
    Copy the full SHA
    a470d90 View commit details
    Browse the repository at this point in the history
  3. Import Order corrected

    - as original code
    asturio committed Apr 14, 2020
    Copy the full SHA
    f5f77fd View commit details
    Browse the repository at this point in the history