TCK: NodeReadMethodsTest.testGetName fails with NPE if 'testroot' has no child
node
------------------------------------------------------------------------------------
Key: JCR-583
URL: http://issues.apache.org/jira/browse/JCR-583
Project: Jackrabbit
Issue Type: Bug
Reporter: angela
Priority: Trivial
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.
-
If you think it was sent incorrectly contact one of the administrators:
http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira