You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@continuum.apache.org by ol...@apache.org on 2008/07/08 15:17:51 UTC

svn commit: r674812 - in /continuum/trunk/continuum-base/continuum-configuration: pom.xml src/test/resources/log4j.xml

Author: olamy
Date: Tue Jul  8 06:17:51 2008
New Revision: 674812

URL: http://svn.apache.org/viewvc?rev=674812&view=rev
Log:
fix junit on unix os : tested on Ubuntu

Modified:
    continuum/trunk/continuum-base/continuum-configuration/pom.xml
    continuum/trunk/continuum-base/continuum-configuration/src/test/resources/log4j.xml

Modified: continuum/trunk/continuum-base/continuum-configuration/pom.xml
URL: http://svn.apache.org/viewvc/continuum/trunk/continuum-base/continuum-configuration/pom.xml?rev=674812&r1=674811&r2=674812&view=diff
==============================================================================
--- continuum/trunk/continuum-base/continuum-configuration/pom.xml (original)
+++ continuum/trunk/continuum-base/continuum-configuration/pom.xml Tue Jul  8 06:17:51 2008
@@ -32,16 +32,14 @@
         <groupId>org.apache.maven.plugins</groupId>
         <artifactId>maven-surefire-plugin</artifactId>
         <configuration>
-          <!-- FIXME  remove with this module will be really used -->
-          <skipTests>true</skipTests>
           <systemProperties>
             <property>
               <name>appserver.base</name>
-              <value>${project.build.directory}/test-classes/</value>    
+              <value>${basedir}/target/test-classes/</value>    
             </property>
             <property>
               <name>user.home</name>
-              <value>${project.build.directory}/test-classes/</value>    
+              <value>${basedir}/target/test-classes/</value>    
             </property>            
           </systemProperties>
         </configuration>

Modified: continuum/trunk/continuum-base/continuum-configuration/src/test/resources/log4j.xml
URL: http://svn.apache.org/viewvc/continuum/trunk/continuum-base/continuum-configuration/src/test/resources/log4j.xml?rev=674812&r1=674811&r2=674812&view=diff
==============================================================================
--- continuum/trunk/continuum-base/continuum-configuration/src/test/resources/log4j.xml (original)
+++ continuum/trunk/continuum-base/continuum-configuration/src/test/resources/log4j.xml Tue Jul  8 06:17:51 2008
@@ -25,8 +25,8 @@
     <priority value="DEBUG"/>
   </category>
   
-  <category name="org.apache.commons">
-    <priority value="ERROR"/>
+  <category name="org.apache.commons.configuration">
+    <priority value="debug"/>
   </category>    
 
   <!-- JPOX -->
@@ -42,4 +42,4 @@
     <appender-ref ref="CONSOLE"/>
   </root>
 
-</log4j:configuration>
\ No newline at end of file
+</log4j:configuration>