[jboss-svn-commits] JBoss Portal SVN: r5540 - trunk/wsrp
jboss-svn-commits at lists.jboss.org
jboss-svn-commits at lists.jboss.org
Tue Oct 31 17:06:42 EST 2006
Author: chris.laprun at jboss.com
Date: 2006-10-31 17:06:41 -0500 (Tue, 31 Oct 2006)
New Revision: 5540
Modified:
trunk/wsrp/build.xml
Log:
De-activated out-of-date Registration tests for now.
Modified: trunk/wsrp/build.xml
===================================================================
--- trunk/wsrp/build.xml 2006-10-31 20:42:09 UTC (rev 5539)
+++ trunk/wsrp/build.xml 2006-10-31 22:06:41 UTC (rev 5540)
@@ -499,6 +499,9 @@
<!-- UserContext test portlet -->
<package-test-portlet archiveName="usercontext" portletName="UserContext"/>
+
+ <!-- MultiValuedContext test portlet -->
+ <package-test-portlet archiveName="multivalued" portletName="MultiValued"/>
</target>
<!-- Packages all the test related artifacts. Note that compilation should have be-->
@@ -542,7 +545,7 @@
<x-test>
<test todir="${test.reports}" name="org.jboss.portal.test.wsrp.v1.producer.ServiceDescriptionTestRunner"/>
<test todir="${test.reports}" name="org.jboss.portal.test.wsrp.v1.producer.MarkupTestRunner"/>
- <test todir="${test.reports}" name="org.jboss.portal.test.wsrp.v1.producer.RegistrationTestRunner"/>
+ <!--<test todir="${test.reports}" name="org.jboss.portal.test.wsrp.v1.producer.RegistrationTestRunner"/>-->
<test todir="${test.reports}" name="org.jboss.portal.test.wsrp.v1.producer.PortletManagementTestRunner"/>
</x-test>
<x-sysproperty>
More information about the jboss-svn-commits
mailing list