You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@jackrabbit.apache.org by "Dave Brosius (JIRA)" <ji...@apache.org> on 2008/04/07 08:12:24 UTC

[jira] Created: (JCR-1524) [PATCH] tests use 12 for month which is invalid

[PATCH] tests use 12 for month which is invalid
-----------------------------------------------

                 Key: JCR-1524
                 URL: https://issues.apache.org/jira/browse/JCR-1524
             Project: Jackrabbit
          Issue Type: Bug
          Components: jackrabbit-ocm
    Affects Versions: 1.4
            Reporter: Dave Brosius
            Priority: Trivial
             Fix For: 1.4.1
         Attachments: december_is_not_12.patch

tests create calendar with 12 as a month, which is invalid. December is 11, so use Calendar.DECEMBER instead. - patch fixes this.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Updated: (JCR-1524) [PATCH] tests use 12 for month which is invalid

Posted by "Dave Brosius (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/JCR-1524?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Dave Brosius updated JCR-1524:
------------------------------

    Attachment: december_is_not_12.patch

> [PATCH] tests use 12 for month which is invalid
> -----------------------------------------------
>
>                 Key: JCR-1524
>                 URL: https://issues.apache.org/jira/browse/JCR-1524
>             Project: Jackrabbit
>          Issue Type: Bug
>          Components: jackrabbit-ocm
>    Affects Versions: 1.4
>            Reporter: Dave Brosius
>            Priority: Trivial
>             Fix For: 1.4.1
>
>         Attachments: december_is_not_12.patch
>
>
> tests create calendar with 12 as a month, which is invalid. December is 11, so use Calendar.DECEMBER instead. - patch fixes this.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Assigned: (JCR-1524) [PATCH] tests use 12 for month which is invalid

Posted by "Christophe Lombart (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/JCR-1524?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Christophe Lombart reassigned JCR-1524:
---------------------------------------

    Assignee: Christophe Lombart

> [PATCH] tests use 12 for month which is invalid
> -----------------------------------------------
>
>                 Key: JCR-1524
>                 URL: https://issues.apache.org/jira/browse/JCR-1524
>             Project: Jackrabbit
>          Issue Type: Bug
>          Components: jackrabbit-ocm
>    Affects Versions: 1.4
>            Reporter: Dave Brosius
>            Assignee: Christophe Lombart
>            Priority: Trivial
>             Fix For: 1.4.1
>
>         Attachments: december_is_not_12.patch
>
>
> tests create calendar with 12 as a month, which is invalid. December is 11, so use Calendar.DECEMBER instead. - patch fixes this.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Resolved: (JCR-1524) [PATCH] tests use 12 for month which is invalid

Posted by "Christophe Lombart (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/JCR-1524?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Christophe Lombart resolved JCR-1524.
-------------------------------------

       Resolution: Fixed
    Fix Version/s:     (was: 1.4.1)
                   1.5

Patch applied. Thanks

> [PATCH] tests use 12 for month which is invalid
> -----------------------------------------------
>
>                 Key: JCR-1524
>                 URL: https://issues.apache.org/jira/browse/JCR-1524
>             Project: Jackrabbit
>          Issue Type: Bug
>          Components: jackrabbit-ocm
>    Affects Versions: 1.4
>            Reporter: Dave Brosius
>            Assignee: Christophe Lombart
>            Priority: Trivial
>             Fix For: 1.5
>
>         Attachments: december_is_not_12.patch
>
>
> tests create calendar with 12 as a month, which is invalid. December is 11, so use Calendar.DECEMBER instead. - patch fixes this.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.