[jboss-svn-commits] JBoss Portal SVN: r5617 - branches/JBoss_Portal_Branch_2_4/portlet
jboss-svn-commits at lists.jboss.org
jboss-svn-commits at lists.jboss.org
Thu Nov 9 18:09:52 EST 2006
Author: julien at jboss.com
Date: 2006-11-09 18:09:50 -0500 (Thu, 09 Nov 2006)
New Revision: 5617
Modified:
branches/JBoss_Portal_Branch_2_4/portlet/build.xml
Log:
added cache test cases to 2.4 testsuite
Modified: branches/JBoss_Portal_Branch_2_4/portlet/build.xml
===================================================================
--- branches/JBoss_Portal_Branch_2_4/portlet/build.xml 2006-11-09 22:53:53 UTC (rev 5616)
+++ branches/JBoss_Portal_Branch_2_4/portlet/build.xml 2006-11-09 23:09:50 UTC (rev 5617)
@@ -506,6 +506,10 @@
name="org.jboss.portal.test.portlet.jsr168.ext.portletconfig.PortletConfigTestSuite"/>
<test todir="${test.reports}"
name="org.jboss.portal.test.portlet.jsr168.ext.dispatcher.DispatcherTestSuite"/>
+ <test todir="${test.reports}"
+ name="org.jboss.portal.test.portlet.jsr168.ext.nocache.NoCacheTestSuite"/>
+ <test todir="${test.reports}"
+ name="org.jboss.portal.test.portlet.jsr168.ext.expiringcache.ExpiringCacheTestSuite"/>
<!--Misc Tests-->
<test todir="${test.reports}" name="org.jboss.portal.test.portlet.jsr168.misc.log4j.Log4jTestSuite"/>
</x-test>
More information about the jboss-svn-commits
mailing list