MockContent: Add support for same-name-siblings -----------------------------------------------
Key: MAGNOLIA-1924 URL: http://jira.magnolia.info/browse/MAGNOLIA-1924 Project: Magnolia Issue Type: Sub-task Affects Versions: 3.5 RC2 Reporter: Vivian Steller Assigned To: Boris Kraft Fix For: Green The MockContent class does not support adding multiple nodes with same name, so behaves differently in tests than the actual JCR implementation. e.g. executing node.createContent("0", ...) twice should create something like: /node/0 /node/00 Current implemenation stores those childnodes in a HashMap, thus executing the method call above overwrites the child node 0. -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: http://jira.magnolia.info/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira ---------------------------------------------------------------- for list details see http://documentation.magnolia.info/docs/en/editor/stayupdated.html ----------------------------------------------------------------