Author: oheger
Date: Sat Oct 10 15:09:36 2009
New Revision: 823865

URL: http://svn.apache.org/viewvc?rev=823865&view=rev
Log:
Switched to JUnit 4.7. Also increased the memory usage for the surefire plug-in 
(to fix an OutOfMemory error).

Modified:
    commons/proper/configuration/branches/configuration2_experimental/pom.xml

Modified: 
commons/proper/configuration/branches/configuration2_experimental/pom.xml
URL: 
http://svn.apache.org/viewvc/commons/proper/configuration/branches/configuration2_experimental/pom.xml?rev=823865&r1=823864&r2=823865&view=diff
==============================================================================
--- commons/proper/configuration/branches/configuration2_experimental/pom.xml 
(original)
+++ commons/proper/configuration/branches/configuration2_experimental/pom.xml 
Sat Oct 10 15:09:36 2009
@@ -311,7 +311,7 @@
     <dependency>
       <groupId>junit</groupId>
       <artifactId>junit</artifactId>
-      <version>3.8.2</version>
+      <version>4.7</version>
       <scope>test</scope>
     </dependency>
 
@@ -403,6 +403,7 @@
           <artifactId>maven-surefire-plugin</artifactId>
           <configuration>
             <forkMode>once</forkMode>
+            <argLine>-enableassertions -Xmx128M</argLine>
             <excludes>
               <exclude>**/*$*</exclude>
               <exclude>**/TestWebdavConfigurationBuilder.java</exclude>


Reply via email to