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:09:17 UTC

svn commit: rev 57486 - in lenya/trunk/src: targets test/org/apache/lenya/cms test/org/apache/lenya/cms/task

Author: gregor
Date: Thu Nov 11 18:09:16 2004
New Revision: 57486

Modified:
   lenya/trunk/src/targets/test-build.xml
   lenya/trunk/src/test/org/apache/lenya/cms/lenya.xtest
   lenya/trunk/src/test/org/apache/lenya/cms/task/tasks.xml
Log:
trying to get tests to compile again.. not finished yet. the ac classes were all wrong, still having the ac2 etc

Modified: lenya/trunk/src/targets/test-build.xml
==============================================================================
--- lenya/trunk/src/targets/test-build.xml	(original)
+++ lenya/trunk/src/targets/test-build.xml	Thu Nov 11 18:09:16 2004
@@ -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}"/>

Modified: lenya/trunk/src/test/org/apache/lenya/cms/lenya.xtest
==============================================================================
Binary files. No diff available.

Modified: lenya/trunk/src/test/org/apache/lenya/cms/task/tasks.xml
==============================================================================
--- lenya/trunk/src/test/org/apache/lenya/cms/task/tasks.xml	(original)
+++ lenya/trunk/src/test/org/apache/lenya/cms/task/tasks.xml	Thu Nov 11 18:09:16 2004
@@ -35,7 +35,7 @@
 <property name="live.dir" value="content/live"/>
 <property name="replication.dir" value="content/replication/pending"/>
 <property name="export.dir" value="resources/export/pending"/>
-<property name="export.regexp" value="s/\/lenya\/oscom//g"/>
+<property name="export.regexp" value="s/\/lenya\/default//g"/>
 <property name="publish.sources" value=""/>
 
 <target name="test">

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