]
Panagiotis Sotiropoulos reopened WFLY-2881:
-------------------------------------------
Assignee: Panagiotis Sotiropoulos (was: Eduardo Martins)
org.jboss.as.ejb3.timer.schedule.CalendarBasedTimeoutTestCase#testCalendarBasedTimeout
--------------------------------------------------------------------------------------
Key: WFLY-2881
URL:
https://issues.jboss.org/browse/WFLY-2881
Project: WildFly
Issue Type: Bug
Components: EJB
Affects Versions: 8.0.0.Final
Reporter: Frank Langelage
Assignee: Panagiotis Sotiropoulos
Priority: Blocker
Fix For: 8.1.0.CR1, 8.1.0.Final
Attachments: org.jboss.as.ejb3.timer.schedule.CalendarBasedTimeoutTestCase.txt,
TEST-org.jboss.as.ejb3.timer.schedule.CalendarBasedTimeoutTestCase.xml
Running build with smoke tests on current github sources I get failure in this test
case.
HOUR_OF_DAY is not 0 as expected but 1.
I changed the Assert in the test case to print out firstTimeout.toString() instead of
only timeZoneDisplayName.
See attached files for more.