[portal-commits] JBoss Portal SVN: r5758 - trunk/wsrp
portal-commits at lists.jboss.org
portal-commits at lists.jboss.org
Mon Dec 4 18:03:51 EST 2006
Author: chris.laprun at jboss.com
Date: 2006-12-04 18:03:50 -0500 (Mon, 04 Dec 2006)
New Revision: 5758
Modified:
trunk/wsrp/build.xml
Log:
Cleaned up and added missing calls to package-tests target.
Modified: trunk/wsrp/build.xml
===================================================================
--- trunk/wsrp/build.xml 2006-12-04 23:03:01 UTC (rev 5757)
+++ trunk/wsrp/build.xml 2006-12-04 23:03:50 UTC (rev 5758)
@@ -521,8 +521,9 @@
<package-test-portlet archiveName="multivalued" portletName="MultiValued"/>
</target>
- <!-- Packages all the test related artifacts. Note that compilation should have be-->
- <target name="package-tests" depends="package-consumer-test, package-producer-test, package-deployment-test"
+ <!-- Packages all the test related artifacts. Note that compilation should have been already executed -->
+ <target name="package-tests" depends="package-consumer-test, package-deployment-test, package-other-test,
+ package-producer-test, package-registration-configuration-test, package-registration-test"
description="Packages all the test-related artifacts. Does NOT compile classes so this should be done before
calling this task."/>
@@ -670,7 +671,6 @@
<target name="other-test" depends="package-other-test">
<execute-tests>
<x-test>
- <!--<test todir="${test.reports}" name="org.jboss.portal.test.wsrp.registration.RegistrationPersistenceManagerTestCase"/>-->
<test todir="${test.reports}" name="org.jboss.portal.test.wsrp.other.ProducerSessionInformationTestCase"/>
<test todir="${test.reports}" name="org.jboss.portal.test.wsrp.other.WSRPPortletURLTestCase"/>
<test todir="${test.reports}" name="org.jboss.portal.test.wsrp.handler.RequestHeaderClientHandlerTestCase"/>
More information about the portal-commits
mailing list