You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Reduce errors in ICU4J Collator executor results (#185)
* Fix parsing for Collator for ICU4J executor
* Refactor ICU4J executor run configs
* Add tests for the ICU4J executor for collator
* Update ICU4J executor code for Collator to directly call the superclass method
* Ensure that ICU4J runs Collator with normalization turned on
* Remove unit test based on upstream test data gen bug re: double escaping
Copy file name to clipboardExpand all lines: executors/icu4j/73/executor-icu4j/src/main/java/org/unicode/conformance/testtype/collator/CollatorTester.java
+8-23Lines changed: 8 additions & 23 deletions
Original file line number
Diff line number
Diff line change
@@ -39,27 +39,8 @@ public ITestTypeInputJson inputMapToJson(Map<String, Object> inputMapData) {
0 commit comments