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

[jira] Closed: (JCR-583) TCK: NodeReadMethodsTest.testGetName fails with NPE if 'testroot' has no child node

     [ https://issues.apache.org/jira/browse/JCR-583?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Jukka Zitting closed JCR-583.
-----------------------------


> TCK: NodeReadMethodsTest.testGetName fails with NPE if  'testroot' has no child node
> ------------------------------------------------------------------------------------
>
>                 Key: JCR-583
>                 URL: https://issues.apache.org/jira/browse/JCR-583
>             Project: Jackrabbit
>          Issue Type: Bug
>          Components: JCR TCK
>    Affects Versions: 1.0
>            Reporter: angela
>            Priority: Trivial
>         Attachments: NodeReadMethodsTest.patch
>
>
> The 'testGetName' does not assert, that  the childnode field has been populated during setup.
> if  for whatever reason  the test data don't provide a single childnode below the test root, this test will fail with nullpointer
> exception.
> i would like to suggest to use the same assertion as in testGetPath and throw a NotExecutableException in case of
> missing child node.
> patch attached.

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