stleary / JSON-Java-unit-test

Junit test harness to validate the JSON-Java GitHub project code.
Apache License 2.0
28 stars 45 forks source link

Locale tests for non en keys #64

Closed stleary closed 7 years ago

stleary commented 7 years ago

This will break unit tests until JSON-Java https://github.com/stleary/JSON-java/pull/317 is committed. JSONObjectLocalTest.java is saved as UTF-8 else the javadoc could not be displayed correctly. A new test module was added because I did not want to save the entire JSONObjectTest as UTF-8.