[jboss-svn-commits] JBoss Portal SVN: r5254 - trunk/portlet

jboss-svn-commits at lists.jboss.org jboss-svn-commits at lists.jboss.org
Mon Sep 25 20:41:07 EDT 2006


Author: julien at jboss.com
Date: 2006-09-25 20:41:05 -0400 (Mon, 25 Sep 2006)
New Revision: 5254

Modified:
   trunk/portlet/build.xml
Log:
added the new state converter service test case to the testsuite

Modified: trunk/portlet/build.xml
===================================================================
--- trunk/portlet/build.xml	2006-09-26 00:39:39 UTC (rev 5253)
+++ trunk/portlet/build.xml	2006-09-26 00:41:05 UTC (rev 5254)
@@ -516,6 +516,7 @@
             <test todir="${test.reports}" name="org.jboss.portal.test.portlet.state.RemoteStoreProducerStatefulPortletInvokerTestCase"/>
             <test todir="${test.reports}" name="org.jboss.portal.test.portlet.state.LocalStoreConsumerStatefulPortletInvokerTestCase"/>
             <test todir="${test.reports}" name="org.jboss.portal.test.portlet.state.RemoteStoreConsumerStatefulPortletInvokerTestCase"/>
+            <test todir="${test.reports}" name="org.jboss.portal.test.portlet.state.StateConverterV0TestCase"/>
             <test todir="${test.reports}" name="org.jboss.portal.test.portlet.PortletRequestDecoderTestCase"/>
             <test todir="${test.reports}" name="org.jboss.portal.test.portlet.ParametersTestCase"/>
             <test todir="${test.reports}" name="org.jboss.portal.test.portlet.PropertiesTestCase"/>




More information about the jboss-svn-commits mailing list