Skip to content

Commit

Permalink
Test format
Browse files Browse the repository at this point in the history
Signed-off-by: Shelley Lambert <[email protected]>
  • Loading branch information
smlambert committed Mar 18, 2024
1 parent ec9ea8c commit 30df6af
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion functional/MBCS_Tests/datetime/src/FormatTest_zh_tw.java
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,7 @@ public void QuarterTest(){
assertEquals("1 01 \u7b2c1\u5b63 \u7b2c1\u5b63 1", str);
} else if (version >= 22_000_000L) {
// Updated by JDK-8284840: Upgrade CLDR to Version 42.0
// assertEquals("1 01 1 \u7b2c1\u5b63 1", str);
assertEquals("1 01 1 \u7b2c1\u5b63 1", str);
}
}

Expand Down

0 comments on commit 30df6af

Please sign in to comment.