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 2004/11/12 03:35:36 UTC

svn commit: rev 57491 - lenya/branches/BRANCH_1_2_X/src/targets

Author: gregor
Date: Thu Nov 11 18:35:35 2004
New Revision: 57491

Modified:
   lenya/branches/BRANCH_1_2_X/src/targets/kupu-build.xml   (props changed)
   lenya/branches/BRANCH_1_2_X/src/targets/test-build.xml
Log:
line endings

Modified: lenya/branches/BRANCH_1_2_X/src/targets/test-build.xml
==============================================================================
--- lenya/branches/BRANCH_1_2_X/src/targets/test-build.xml	(original)
+++ lenya/branches/BRANCH_1_2_X/src/targets/test-build.xml	Thu Nov 11 18:35:35 2004
@@ -15,7 +15,7 @@
   limitations under the License.
 -->
 
-<!-- $Id: test-build.xml,v 1.18 2004/03/21 18:35:15 gregor Exp $ -->
+<!-- $Id$ -->
 
 <project name="test">
 
@@ -99,7 +99,7 @@
   
   <!-- Identity Test -->
   <target name="test.identity">
-    <java fork="yes" classname="org.apache.lenya.cms.ac.IdentityTestCase">
+    <java fork="yes" classname="org.apache.lenya.ac.impl.IdentityTest">
       <arg value="${tomcat.home.dir}/${tomcat.webapps.dir}"/>
       <arg value="oscom"/>
       <classpath refid="classpath"/>
@@ -159,7 +159,7 @@
 
   <!-- Access Control Test -->
   <target name="test.accesscontrol" depends="test.pub.prepare">
-    <java fork="yes" classname="org.apache.lenya.cms.ac.AccessControlTest">
+    <java fork="yes" classname="org.apache.lenya.ac.impl.AccessControllerTest">
       <jvmarg value="-enableassertions"/>
       <arg value="${tomcat.home.dir}/${tomcat.webapps.dir}"/>
       <arg value="${test.pub.id}"/>

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