You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@roller.apache.org by sn...@apache.org on 2005/12/18 23:13:44 UTC

svn commit: r357523 - /incubator/roller/trunk/build.xml

Author: snoopdave
Date: Sun Dec 18 14:13:41 2005
New Revision: 357523

URL: http://svn.apache.org/viewcvs?rev=357523&view=rev
Log:
More unit test fixes

Modified:
    incubator/roller/trunk/build.xml

Modified: incubator/roller/trunk/build.xml
URL: http://svn.apache.org/viewcvs/incubator/roller/trunk/build.xml?rev=357523&r1=357522&r2=357523&view=diff
==============================================================================
--- incubator/roller/trunk/build.xml (original)
+++ incubator/roller/trunk/build.xml Sun Dec 18 14:13:41 2005
@@ -707,6 +707,9 @@
 	<copy file="${basedir}/web/WEB-INF/classes/roller.properties"
         todir="${build.tests}/WEB-INF/classes/"/>
 
+	<copy file="${basedir}/web/WEB-INF/classes/blacklist.txt"
+        todir="${build.tests}/WEB-INF/classes/"/>
+
 	<copy file="${basedir}/personal/testing/roller-custom.properties"
         todir="${build.tests}"/>
 
@@ -716,9 +719,6 @@
     <copy file="${basedir}/personal/testing/log4j.properties"
         tofile="${build.tests}/WEB-INF/classes/log4j.properties" />
         
-    <copy file="${basedir}/personal/testing/bookmarks.opml"
-        tofile="${build.tests}/WEB-INF/classes/bookmarks.opml" />
-
     <copy file="${basedir}/web/images/rssbadge.gif"
         tofile="${build.tests}/rssbadge.gif" />
 
@@ -733,6 +733,9 @@
             <include name="**/*.vm"/>
         </fileset>
     </copy>
+
+    <copy file="${ro.build}/roller/WEB-INF/web.xml"
+	    todir="${build.tests}/WEB-INF/"/>
 
     <copy file="${basedir}/web/WEB-INF/classes/rollerRuntimeConfigDefs.xml"
 	    todir="${build.tests}/WEB-INF/classes/"/>