Skip to content

Commit

Permalink
remove time zone sensitive code from test
Browse files Browse the repository at this point in the history
  • Loading branch information
jdereg committed Oct 8, 2023
1 parent 5bae739 commit b1c50cd
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -123,8 +123,8 @@ public void testSetCalendar() throws Exception
assertEquals(8, cal.get(Calendar.MONTH)); // Sept
assertEquals(7, cal.get(Calendar.DAY_OF_MONTH));
// assertEquals(7, cal.get(Calendar.HOUR_OF_DAY)); // Depends on what TimeZone test is run within
assertEquals(15, cal.get(Calendar.MINUTE));
assertEquals(31, cal.get(Calendar.SECOND));
// assertEquals(15, cal.get(Calendar.MINUTE));
// assertEquals(31, cal.get(Calendar.SECOND));

try
{
Expand Down

0 comments on commit b1c50cd

Please sign in to comment.