Skip to content

Commit

Permalink
Add back one line removed by mistake regarding java version check and
Browse files Browse the repository at this point in the history
COMPAT jvm parameter existence

(cherry picked from commit 1f80c80)
  • Loading branch information
astefan authored and costin committed Dec 17, 2018
1 parent de8e3c4 commit 33dfce0
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@ protected NamedDateTimeProcessor mutateInstance(NamedDateTimeProcessor instance)
}

public void testValidDayNamesInUTC() {
assumeJava9PlusAndCompatLocaleProviderSetting();
NamedDateTimeProcessor proc = new NamedDateTimeProcessor(NameExtractor.DAY_NAME, UTC);
assertEquals("Thursday", proc.process(dateTime(0L)));
assertEquals("Saturday", proc.process(dateTime(-64164233612338L)));
Expand Down

0 comments on commit 33dfce0

Please sign in to comment.