This is an automated email from the ASF dual-hosted git repository. rombert pushed a commit to annotated tag org.apache.sling.testing.sling-mock-1.4.0 in repository https://gitbox.apache.org/repos/asf/sling-org-apache-sling-testing-sling-mock.git
commit b6207fba59125cb073dbfc004c61ebce2d106d00 Author: Robert Munteanu <[email protected]> AuthorDate: Wed May 27 15:08:30 2015 +0000 SLING-4605 - Add support for an Oak resource resolver type mock Indicate that the MemoryNodeStore is used for the Oak resource resolver adapter git-svn-id: https://svn.apache.org/repos/asf/sling/trunk/testing/mocks/sling-mock@1682055 13f79535-47bb-0310-9956-ffa450edef68 --- .../java/org/apache/sling/testing/mock/sling/ResourceResolverType.java | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/main/java/org/apache/sling/testing/mock/sling/ResourceResolverType.java b/src/main/java/org/apache/sling/testing/mock/sling/ResourceResolverType.java index 29ba5cb..8d98a29 100644 --- a/src/main/java/org/apache/sling/testing/mock/sling/ResourceResolverType.java +++ b/src/main/java/org/apache/sling/testing/mock/sling/ResourceResolverType.java @@ -74,6 +74,8 @@ public enum ResourceResolverType { * implementation.</li> * <li>The JCR repository is started on first access, this may take some * seconds.</li> + * <li>The <tt>MemoryNodeStore</tt> implementation is used, with no + * customisations</li> * <li>Beware: The repository is not cleared for each unit test, so make * sure us use a unique node path for each unit test.</li> * </ul> -- To stop receiving notification emails like this one, please contact "[email protected]" <[email protected]>.
