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

svn commit: r1205866 - in /jackrabbit/trunk: jackrabbit-core/pom.xml jackrabbit-parent/pom.xml

Author: jukka
Date: Thu Nov 24 15:09:12 2011
New Revision: 1205866

URL: http://svn.apache.org/viewvc?rev=1205866&view=rev
Log:
JCR-3152 : AccessControlImporter does not import repo level ac content

Fix ordering of tests in the core test suite to prevent a
testImportRepoACLAtRoot() failure that only occurs in some circumstances.

Modified:
    jackrabbit/trunk/jackrabbit-core/pom.xml
    jackrabbit/trunk/jackrabbit-parent/pom.xml

Modified: jackrabbit/trunk/jackrabbit-core/pom.xml
URL: http://svn.apache.org/viewvc/jackrabbit/trunk/jackrabbit-core/pom.xml?rev=1205866&r1=1205865&r2=1205866&view=diff
==============================================================================
--- jackrabbit/trunk/jackrabbit-core/pom.xml (original)
+++ jackrabbit/trunk/jackrabbit-core/pom.xml Thu Nov 24 15:09:12 2011
@@ -74,6 +74,7 @@
           <includes>
             <include>**/*TestAll.java</include>
           </includes>
+          <runOrder>alphabetical</runOrder>
           <argLine>-Xmx256m</argLine>
           <systemProperties>
             <property>

Modified: jackrabbit/trunk/jackrabbit-parent/pom.xml
URL: http://svn.apache.org/viewvc/jackrabbit/trunk/jackrabbit-parent/pom.xml?rev=1205866&r1=1205865&r2=1205866&view=diff
==============================================================================
--- jackrabbit/trunk/jackrabbit-parent/pom.xml (original)
+++ jackrabbit/trunk/jackrabbit-parent/pom.xml Thu Nov 24 15:09:12 2011
@@ -204,10 +204,6 @@
           </configuration>
         </plugin>
         <plugin>
-          <artifactId>maven-surefire-plugin</artifactId>
-          <version>2.4.3</version>
-        </plugin>
-        <plugin>
           <artifactId>maven-failsafe-plugin</artifactId>
           <version>2.10</version>
         </plugin>