Skip to content

Commit

Permalink
restor Test JAPAN for java 8
Browse files Browse the repository at this point in the history
  • Loading branch information
UrielCh committed Mar 14, 2024
1 parent c30be8e commit 24e8ffd
Showing 1 changed file with 5 additions and 5 deletions.
Expand Up @@ -102,11 +102,11 @@ public void testDateCANADA_FRENCH() throws Exception {

@Test
public void testDateJAPAN() throws Exception {
if (getJavaVersion() == 8) {
assertTrue(true, "Ignoring test for Java 8");
} else {
testDateLocalized(Locale.JAPAN);
}
// if (getJavaVersion() == 8) {
// assertTrue(true, "Ignoring test for Java 8");
//} else {
testDateLocalized(Locale.JAPAN);
// }
}

// public void testDateCHINA() throws Exception {
Expand Down

0 comments on commit 24e8ffd

Please sign in to comment.