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 2012/04/21 11:26:18 UTC

svn commit: r1328624 - /jackrabbit/oak/trunk/oak-core/src/test/resources/META-INF/services/org.apache.jackrabbit.mk.test.MicroKernelFixture

Author: jukka
Date: Sat Apr 21 09:26:17 2012
New Revision: 1328624

URL: http://svn.apache.org/viewvc?rev=1328624&view=rev
Log:
OAK-45: Add support for branching and merging of private copies to MicroKernel

SimpleKernelImpl doesn't support this, so it fails integration tests. Disable.

Modified:
    jackrabbit/oak/trunk/oak-core/src/test/resources/META-INF/services/org.apache.jackrabbit.mk.test.MicroKernelFixture

Modified: jackrabbit/oak/trunk/oak-core/src/test/resources/META-INF/services/org.apache.jackrabbit.mk.test.MicroKernelFixture
URL: http://svn.apache.org/viewvc/jackrabbit/oak/trunk/oak-core/src/test/resources/META-INF/services/org.apache.jackrabbit.mk.test.MicroKernelFixture?rev=1328624&r1=1328623&r2=1328624&view=diff
==============================================================================
--- jackrabbit/oak/trunk/oak-core/src/test/resources/META-INF/services/org.apache.jackrabbit.mk.test.MicroKernelFixture (original)
+++ jackrabbit/oak/trunk/oak-core/src/test/resources/META-INF/services/org.apache.jackrabbit.mk.test.MicroKernelFixture Sat Apr 21 09:26:17 2012
@@ -14,4 +14,4 @@
 #  limitations under the License.
 
 org.apache.jackrabbit.mk.server.ClientServerFixture
-org.apache.jackrabbit.mk.simple.SimpleKernelImplFixture
+#org.apache.jackrabbit.mk.simple.SimpleKernelImplFixture