You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ofbiz.apache.org by sa...@apache.org on 2012/06/13 16:43:01 UTC

svn commit: r1349884 - /ofbiz/branches/jackrabbit20120501/framework/jcr/testdef/jcrtests.xml

Author: sascharodekamp
Date: Wed Jun 13 14:43:01 2012
New Revision: 1349884

URL: http://svn.apache.org/viewvc?rev=1349884&view=rev
Log:
update the test-suite xml

Modified:
    ofbiz/branches/jackrabbit20120501/framework/jcr/testdef/jcrtests.xml

Modified: ofbiz/branches/jackrabbit20120501/framework/jcr/testdef/jcrtests.xml
URL: http://svn.apache.org/viewvc/ofbiz/branches/jackrabbit20120501/framework/jcr/testdef/jcrtests.xml?rev=1349884&r1=1349883&r2=1349884&view=diff
==============================================================================
--- ofbiz/branches/jackrabbit20120501/framework/jcr/testdef/jcrtests.xml (original)
+++ ofbiz/branches/jackrabbit20120501/framework/jcr/testdef/jcrtests.xml Wed Jun 13 14:43:01 2012
@@ -29,17 +29,18 @@
     -->
 
 
-		<!--
 	<test-group case-name="jackrabbit-tests">
 		<junit-test-suite class-name="org.ofbiz.jcr.test.JackrabbitBaseTests"/>
 		<junit-test-suite class-name="org.ofbiz.jcr.test.JackrabbitDataTests"/>
+		<!--
 		<junit-test-suite class-name="org.ofbiz.jcr.test.JackrabbitFilesTests"/>
 		<junit-test-suite class-name="org.ofbiz.jcr.test.JackrabbitQueryTests"/>
-	</test-group>
 		-->
+	</test-group>
 
+	<!--
 	<test-case case-name="jackrabbit-tenant-tests">
 		<junit-test-suite class-name="org.ofbiz.jcr.test.JackrabbitTenantTests"/>
 	</test-case>
-
+	-->
 </test-suite>
\ No newline at end of file