You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lenya.apache.org by an...@apache.org on 2006/02/28 14:30:59 UTC

svn commit: r381652 - /lenya/trunk/src/targets/test-build.xml

Author: andreas
Date: Tue Feb 28 05:30:56 2006
New Revision: 381652

URL: http://svn.apache.org/viewcvs?rev=381652&view=rev
Log:
[minor change] Moved XLinkCollectionTest down

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?rev=381652&r1=381651&r2=381652&view=diff
==============================================================================
--- lenya/trunk/src/targets/test-build.xml (original)
+++ lenya/trunk/src/targets/test-build.xml Tue Feb 28 05:30:56 2006
@@ -172,8 +172,6 @@
         <pathelement path="${src.test.dir}"/>
       </classpath>
 
-      <test name="org.apache.lenya.cms.publication.util.XLinkCollectionTest" todir="${junit.dir}"/>
-      
       <test name="org.apache.lenya.ac.impl.IdentityTest" todir="${junit.dir}"/>
       <test name="org.apache.lenya.ac.impl.AccessControllerTest" todir="${junit.dir}"/>
       <test name="org.apache.lenya.ac.impl.AccreditableManagerTest" todir="${junit.dir}"/>
@@ -193,6 +191,7 @@
       <test name="org.apache.lenya.cms.publication.DefaultDocumentBuilderTest" todir="${junit.dir}"/>
       <test name="org.apache.lenya.cms.publication.DublinCoreTest" todir="${junit.dir}"/>
       <test name="org.apache.lenya.cms.publication.file.FilePublicationTest" todir="${junit.dir}"/>
+      <test name="org.apache.lenya.cms.publication.util.XLinkCollectionTest" todir="${junit.dir}"/>
 
       <!--
         <test name="org.apache.lenya.ac.ldap.LDAPUserTest" todir="${junit.dir}"/>



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