You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lenya.apache.org by gr...@apache.org on 2005/02/13 21:56:27 UTC

svn commit: r153665 - lenya/branches/BRANCH_1_2_X/src/targets/test-build.xml

Author: gregor
Date: Sun Feb 13 12:56:27 2005
New Revision: 153665

URL: http://svn.apache.org/viewcvs?view=rev&rev=153665
Log:
Changed test defaults to use existing publications and doctypes

Modified:
    lenya/branches/BRANCH_1_2_X/src/targets/test-build.xml

Modified: lenya/branches/BRANCH_1_2_X/src/targets/test-build.xml
URL: http://svn.apache.org/viewcvs/lenya/branches/BRANCH_1_2_X/src/targets/test-build.xml?view=diff&r1=153664&r2=153665
==============================================================================
--- lenya/branches/BRANCH_1_2_X/src/targets/test-build.xml (original)
+++ lenya/branches/BRANCH_1_2_X/src/targets/test-build.xml Sun Feb 13 12:56:27 2005
@@ -101,7 +101,7 @@
   <target name="test.identity">
     <java fork="yes" classname="org.apache.lenya.ac.impl.IdentityTest">
       <arg value="${tomcat.home.dir}/${tomcat.webapps.dir}"/>
-      <arg value="oscom"/>
+      <arg value="default"/>
       <classpath refid="classpath"/>
       <classpath>
         <pathelement location="${build.test}" />
@@ -131,7 +131,7 @@
       <jvmarg value="-enableassertions"/>
       <arg value="${tomcat.home.dir}/${tomcat.webapps.dir}"/>
       <arg value="${test.pub.id}"/>
-      <arg value="simple"/> <!-- document type -->
+      <arg value="xhtml"/> <!-- document type -->
       <classpath refid="classpath.default"/>
     </java>
   </target>  



---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@lenya.apache.org
For additional commands, e-mail: commits-help@lenya.apache.org