You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@activemq.apache.org by deeyes24 <gi...@git.apache.org> on 2018/11/23 09:45:05 UTC

[GitHub] activemq pull request #322: NO-JIRA: CronParserTest is failing in Indian Sta...

GitHub user deeyes24 opened a pull request:

    https://github.com/apache/activemq/pull/322

    NO-JIRA: CronParserTest is failing in Indian StandardTime 

    For the current implementation of CronParserTest, the "mvn clean package" is failing for me at CronParserTest.testgetNextTimeMinutes .
    I've put a  Fix to Assert the 'next' value in ms and not the difference which is TimeZone specific value

You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/deeyes24/activemq failing_cronparsertest_inIndia

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/activemq/pull/322.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

    This closes #322
    
----
commit 005f0b6c9a05a880a097ebc471e0b317e9b120cb
Author: 212726340 <su...@...>
Date:   2018-11-23T09:41:08Z

    NO-JIRA: CronParserTest is failing in Indian StandardTime for the current implementation. Fix to only assert the next value in ms

----


---