You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@jackrabbit.apache.org by "Julian Reschke (JIRA)" <ji...@apache.org> on 2007/04/10 16:15:32 UTC

[jira] Created: (JCR-838) bad assumtions/error handling in SetValueVersionExceptionTest:

bad assumtions/error handling in SetValueVersionExceptionTest:
--------------------------------------------------------------

                 Key: JCR-838
                 URL: https://issues.apache.org/jira/browse/JCR-838
             Project: Jackrabbit
          Issue Type: Bug
          Components: JCR TCK
            Reporter: Julian Reschke
         Assigned To: Julian Reschke
            Priority: Minor


SetValueVersionExceptionTest makes several assumptions that may not be true in all repositories:

- nodes can be created without specifying a node type
- nodes are not referenceable by default (thus addMixin fails)

Also, if a repository does not allow creating a reference property, the associated test should be aborted with NotExecutableException.


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


[jira] Updated: (JCR-838) bad assumptions/error handling in SetValueVersionExceptionTest:

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

Julian Reschke updated JCR-838:
-------------------------------

    Summary: bad assumptions/error handling in SetValueVersionExceptionTest:  (was: bad assumtions/error handling in SetValueVersionExceptionTest:)

> bad assumptions/error handling in SetValueVersionExceptionTest:
> ---------------------------------------------------------------
>
>                 Key: JCR-838
>                 URL: https://issues.apache.org/jira/browse/JCR-838
>             Project: Jackrabbit
>          Issue Type: Bug
>          Components: JCR TCK
>            Reporter: Julian Reschke
>         Assigned To: Julian Reschke
>            Priority: Minor
>
> SetValueVersionExceptionTest makes several assumptions that may not be true in all repositories:
> - nodes can be created without specifying a node type
> - nodes are not referenceable by default (thus addMixin fails)
> Also, if a repository does not allow creating a reference property, the associated test should be aborted with NotExecutableException.

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


[jira] Commented: (JCR-838) bad assumptions/error handling in SetValueVersionExceptionTest:

Posted by "Julian Reschke (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/JCR-838?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12488662 ] 

Julian Reschke commented on JCR-838:
------------------------------------

Undid the change with revision 528478: addNode(xyz, null) has different semantics than addNode(xyz).


> bad assumptions/error handling in SetValueVersionExceptionTest:
> ---------------------------------------------------------------
>
>                 Key: JCR-838
>                 URL: https://issues.apache.org/jira/browse/JCR-838
>             Project: Jackrabbit
>          Issue Type: Bug
>          Components: JCR TCK
>            Reporter: Julian Reschke
>         Assigned To: Julian Reschke
>            Priority: Minor
>
> SetValueVersionExceptionTest makes several assumptions that may not be true in all repositories:
> - nodes can be created without specifying a node type
> - nodes are not referenceable by default (thus addMixin fails)
> Also, if a repository does not allow creating a reference property, the associated test should be aborted with NotExecutableException.

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


[jira] Commented: (JCR-838) bad assumptions/error handling in SetValueVersionExceptionTest:

Posted by "Julian Reschke (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/JCR-838?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12488667 ] 

Julian Reschke commented on JCR-838:
------------------------------------

Properly fixed with revision 528482.

> bad assumptions/error handling in SetValueVersionExceptionTest:
> ---------------------------------------------------------------
>
>                 Key: JCR-838
>                 URL: https://issues.apache.org/jira/browse/JCR-838
>             Project: Jackrabbit
>          Issue Type: Bug
>          Components: JCR TCK
>            Reporter: Julian Reschke
>         Assigned To: Julian Reschke
>            Priority: Minor
>
> SetValueVersionExceptionTest makes several assumptions that may not be true in all repositories:
> - nodes can be created without specifying a node type
> - nodes are not referenceable by default (thus addMixin fails)
> Also, if a repository does not allow creating a reference property, the associated test should be aborted with NotExecutableException.

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


[jira] Updated: (JCR-838) bad assumptions/error handling in SetValueVersionExceptionTest:

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

Jukka Zitting updated JCR-838:
------------------------------

    Fix Version/s: 1.3

> bad assumptions/error handling in SetValueVersionExceptionTest:
> ---------------------------------------------------------------
>
>                 Key: JCR-838
>                 URL: https://issues.apache.org/jira/browse/JCR-838
>             Project: Jackrabbit
>          Issue Type: Bug
>          Components: JCR TCK
>            Reporter: Julian Reschke
>         Assigned To: Julian Reschke
>            Priority: Minor
>             Fix For: 1.3
>
>
> SetValueVersionExceptionTest makes several assumptions that may not be true in all repositories:
> - nodes can be created without specifying a node type
> - nodes are not referenceable by default (thus addMixin fails)
> Also, if a repository does not allow creating a reference property, the associated test should be aborted with NotExecutableException.

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


[jira] Resolved: (JCR-838) bad assumtions/error handling in SetValueVersionExceptionTest:

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

Julian Reschke resolved JCR-838.
--------------------------------

    Resolution: Fixed

Fixed with revision 527141.

> bad assumtions/error handling in SetValueVersionExceptionTest:
> --------------------------------------------------------------
>
>                 Key: JCR-838
>                 URL: https://issues.apache.org/jira/browse/JCR-838
>             Project: Jackrabbit
>          Issue Type: Bug
>          Components: JCR TCK
>            Reporter: Julian Reschke
>         Assigned To: Julian Reschke
>            Priority: Minor
>
> SetValueVersionExceptionTest makes several assumptions that may not be true in all repositories:
> - nodes can be created without specifying a node type
> - nodes are not referenceable by default (thus addMixin fails)
> Also, if a repository does not allow creating a reference property, the associated test should be aborted with NotExecutableException.

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