You are viewing a plain text version of this content. The canonical link for it is here.
Posted to oak-commits@jackrabbit.apache.org by ju...@apache.org on 2013/09/17 17:24:17 UTC

svn commit: r1524093 - /jackrabbit/oak/trunk/oak-jcr/pom.xml

Author: jukka
Date: Tue Sep 17 15:24:17 2013
New Revision: 1524093

URL: http://svn.apache.org/r1524093
Log:
OAK-150: Basic JCR LockManager support

Enable another lock-related TCK test

Modified:
    jackrabbit/oak/trunk/oak-jcr/pom.xml

Modified: jackrabbit/oak/trunk/oak-jcr/pom.xml
URL: http://svn.apache.org/viewvc/jackrabbit/oak/trunk/oak-jcr/pom.xml?rev=1524093&r1=1524092&r2=1524093&view=diff
==============================================================================
--- jackrabbit/oak/trunk/oak-jcr/pom.xml (original)
+++ jackrabbit/oak/trunk/oak-jcr/pom.xml Tue Sep 17 15:24:17 2013
@@ -38,7 +38,6 @@
       org.apache.jackrabbit.test.api.SessionTest#testMoveConstraintViolationExceptionDest              <!-- OAK-132 -->
       org.apache.jackrabbit.test.api.SessionTest#testMoveLockException
       org.apache.jackrabbit.test.api.SessionUUIDTest#testSaveReferentialIntegrityException             <!-- OAK-66 -->
-      org.apache.jackrabbit.test.api.NodeTest#testRemoveNodeLockedItself
       org.apache.jackrabbit.test.api.NodeTest#testRemoveNodeParentLocked
       org.apache.jackrabbit.test.api.NodeUUIDTest#testSaveReferentialIntegrityException                <!-- OAK-66 -->
       org.apache.jackrabbit.test.api.NodeUUIDTest#testSaveMovedRefNode                                 <!-- OAK-66 -->