[gatein-commits] gatein SVN: r6198 - components/pc/trunk/test/servers/tomcat7/src/test.

do-not-reply at jboss.org do-not-reply at jboss.org
Tue Apr 12 16:10:45 EDT 2011


Author: mwringe
Date: 2011-04-12 16:10:45 -0400 (Tue, 12 Apr 2011)
New Revision: 6198

Modified:
   components/pc/trunk/test/servers/tomcat7/src/test/build.xml
Log:
Have to use configfile now for some reason. This should fix the currently failing tomcat 7 tests.

Modified: components/pc/trunk/test/servers/tomcat7/src/test/build.xml
===================================================================
--- components/pc/trunk/test/servers/tomcat7/src/test/build.xml	2011-04-12 19:42:12 UTC (rev 6197)
+++ components/pc/trunk/test/servers/tomcat7/src/test/build.xml	2011-04-12 20:10:45 UTC (rev 6198)
@@ -92,7 +92,7 @@
             <property name="cargo.logging" value="high"/>
             <property name="cargo.jvmargs" value="-Duser.language=en ${cargo.debug}"/>
             <file file="${target}/test-classes/config/tomcat-users.xml" tofile="conf/tomcat-users.xml" overwrite="true"/>
-            <file file="${target}/test-classes/config/server.xml" tofile="conf/server.xml" overwrite="true"/>
+            <configfile file="${target}/test-classes/config/server.xml" tofile="conf/server.xml"/>
             <deployable type="war" file="${test.temp.lib}/Tomcat-7.0/portlet-test.war"/>
          </configuration>
       </cargo>



More information about the gatein-commits mailing list