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

Tests: Fix DateFormatter equals tests with locale #34435

Merged
merged 1 commit into from
Oct 14, 2018

Commits on Oct 14, 2018

  1. Tests: Fix DateFormatter equals tests with locale

    This commit removes randomization of locale for DateFormatter equals
    tests, instead using explicit locales. The test framework already
    randomizes locales, so the random choice of the second locale can
    sometimes be equal to the already chosen locale. Randomization also does
    not provide any extra protection, as the equality of DateFormatter does
    not implement equality of the locales itself.
    
    closes elastic#34337
    rjernst committed Oct 14, 2018
    Configuration menu
    Copy the full SHA
    91968c8 View commit details
    Browse the repository at this point in the history