i18n: say only what was observed about the leaked JVM default locale
Co-Authored-By: Claude Sonnet 5 <[email protected]> Claude-Session: https://claude.ai/code/session_01Uu7q8vPeREyT4218EJPzz1
This commit is contained in:
+1
-1
@@ -29,7 +29,7 @@ mvn test # runs every scenario and rewrites output/01-11
|
||||
|
||||
The tests pin the JVM to `-Duser.language=en -Duser.country=US -Dfile.encoding=UTF-8` (see `pom.xml`) so the
|
||||
transcripts do not depend on the machine they were generated on, and run each test class in its own JVM
|
||||
(`reuseForks=false`) because Tomcat reads the JVM's default locale once.
|
||||
(`reuseForks=false`) because a test that changes the JVM's default locale once leaked it into another test's transcript.
|
||||
|
||||
## Profiles
|
||||
|
||||
|
||||
Reference in New Issue
Block a user