You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@roller.apache.org by ag...@apache.org on 2006/04/14 22:26:09 UTC

svn commit: r394191 - /incubator/roller/branches/roller-newbackend/build.xml

Author: agilliland
Date: Fri Apr 14 13:26:07 2006
New Revision: 394191

URL: http://svn.apache.org/viewcvs?rev=394191&view=rev
Log:
adding weblog category unit test.


Modified:
    incubator/roller/branches/roller-newbackend/build.xml

Modified: incubator/roller/branches/roller-newbackend/build.xml
URL: http://svn.apache.org/viewcvs/incubator/roller/branches/roller-newbackend/build.xml?rev=394191&r1=394190&r2=394191&view=diff
==============================================================================
--- incubator/roller/branches/roller-newbackend/build.xml (original)
+++ incubator/roller/branches/roller-newbackend/build.xml Fri Apr 14 13:26:07 2006
@@ -823,6 +823,7 @@
 	       <include name="org/roller/business/PingsTest.class"/>
 	       <include name="org/roller/business/PropertiesTest.class"/>
 	       <include name="org/roller/business/WeblogEntryTest.class"/>
+	       <include name="org/roller/business/WeblogCategoryTest.class"/>
 	       <include name="org/roller/business/FileManagerTest.class"/>
 	       <include name="org/roller/business/CommentTest.class"/>
             </fileset>