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 20:10:18 UTC

svn commit: r153655 - lenya/trunk/src/targets/test-build.xml lenya/trunk/src/test/org/apache/lenya/cms/authoring/DocumentCreatorTest.java

Author: gregor
Date: Sun Feb 13 11:10:17 2005
New Revision: 153655

URL: http://svn.apache.org/viewcvs?view=rev&rev=153655
Log:
Removed DocumentCreator test

Removed:
    lenya/trunk/src/test/org/apache/lenya/cms/authoring/DocumentCreatorTest.java
Modified:
    lenya/trunk/src/targets/test-build.xml

Modified: lenya/trunk/src/targets/test-build.xml
URL: http://svn.apache.org/viewcvs/lenya/trunk/src/targets/test-build.xml?view=diff&r1=153654&r2=153655
==============================================================================
--- lenya/trunk/src/targets/test-build.xml (original)
+++ lenya/trunk/src/targets/test-build.xml Sun Feb 13 11:10:17 2005
@@ -89,7 +89,6 @@
   			test.identity,
   			test.workflow,
   			test.anttask,
-  			test.creator,
   			test.publisher,
   			test.accesscontrol,
         test.deactivate,
@@ -137,17 +136,6 @@
     </java>
   </target>  
   
-
-  <!-- DocumentCreator Test -->
-  <target name="test.creator" depends="test.pub.prepare">
-    <java fork="yes" classname="org.apache.lenya.cms.authoring.DocumentCreatorTest">
-      <jvmarg value="-enableassertions"/>
-      <arg value="${build.webapp}"/>
-      <arg value="${test.pub.id}"/>
-      <classpath refid="classpath.default"/>
-    </java>
-  </target>  
-
   <!-- Publisher Test -->
   <target name="test.publisher" depends="test.pub.prepare">
     <java fork="yes" classname="org.apache.lenya.cms.task.PublisherTest">



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