I wonder if it's timezone-related. There's odd logic in the test looking for 8:50, based on the snippet Jamie posted.
Oddly it's using 20 minutes into the epoch as the time, and then somehow
expecting a different result if that returns 8 and 50 as follows:
if (startHours == 8 && startMinutes == 50) {
--
View this message in context:
http://activemq.2283324.n4.nabble.com/Building-AMQ-5-13-1-from-tag-tp4707866p4707888.html
Sent from the ActiveMQ - Dev mailing list archive at Nabble.com.
