-
Notifications
You must be signed in to change notification settings - Fork 1k
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
MoneyTest localisation fails #6269
Comments
This is probably because of the following bug in the JVM: https://bugs.openjdk.org/browse/JDK-8295564 They appeared to have changed the Norwegian formatting in Java 22. In my view, it's not a very important test and I would be happy to simply disable the parts about Norwegian money formatting, rather than write a JVM-specific test. |
We did something similar here: #5260 |
Is it possible to make the test not dependent on JVM implementation details? |
You're certainly welcome to try, but I personally would not spend the time on it nor would I request someone else do it. |
Expected behavior
The test passes
Observed behavior
The test fails. The package can't be built.
Version of OTP used (exact commit hash or JAR name)
0202d1efb1770a24c19c9bfd9f5cf86e5543fd27
The machine is Windows 11, Version 22H2 (Build 22621.4460), in English (United Kingdom) locale. Java version is
P.S. The same test passes with the another JDK:
Data sets in use (links to GTFS and OSM PBF files)
Not relevant
Command line used to start OTP
Not relevant
Router config and graph build config JSON
Not relevant
Steps to reproduce the problem
Build and package OpenTripPlanner
The text was updated successfully, but these errors were encountered: