[jboss-svn-commits] JBoss Portal SVN: r5642 - in trunk: testsuite/imports wsrp wsrp/src/resources/tests/test-wsrp-producer-markup-sar/META-INF
jboss-svn-commits at lists.jboss.org
jboss-svn-commits at lists.jboss.org
Tue Nov 14 00:13:07 EST 2006
Author: chris.laprun at jboss.com
Date: 2006-11-14 00:13:06 -0500 (Tue, 14 Nov 2006)
New Revision: 5642
Modified:
trunk/testsuite/imports/server-config.xml
trunk/wsrp/build.xml
trunk/wsrp/src/resources/tests/test-wsrp-producer-markup-sar/META-INF/jboss-service.xml
Log:
Reverted files that were not supposed to be committed.
Modified: trunk/testsuite/imports/server-config.xml
===================================================================
--- trunk/testsuite/imports/server-config.xml 2006-11-14 04:50:05 UTC (rev 5641)
+++ trunk/testsuite/imports/server-config.xml 2006-11-14 05:13:06 UTC (rev 5642)
@@ -41,9 +41,8 @@
-Xdebug -Xrunjdwp:transport=dt_socket,address=8787,server=y,suspend=y
An example of running with the -Xrunyjpagent
-->
- <!--<property name="jpda.cmdline" value=""/>-->
- <property name="jpda.cmdline"
- value="-Xdebug -Xnoagent -Djava.compiler=NONE -Xrunjdwp:transport=dt_socket,server=y,suspend=n,address=7878"/>
+ <property name="jpda.cmdline" value=""/>
+ <!--<property name="jpda.cmdline" value="-Xdebug -Xnoagent -Djava.compiler=NONE -Xrunjdwp:transport=dt_socket,server=y,suspend=n,address=7878"/>-->
<path id="jboss.boot.classpath">
<pathelement location="${jboss.dist}/bin/run.jar"/>
Modified: trunk/wsrp/build.xml
===================================================================
--- trunk/wsrp/build.xml 2006-11-14 04:50:05 UTC (rev 5641)
+++ trunk/wsrp/build.xml 2006-11-14 05:13:06 UTC (rev 5642)
@@ -523,9 +523,9 @@
<target name="tests-local" depends="clean, output">
<server:start name="default"/>
<antcall target="agent-deploy"/>
- <!--<antcall target="producer-test"/>-->
- <!--<antcall target="consumer-test"/>-->
- <!--<antcall target="deployment-test"/>-->
+ <antcall target="producer-test"/>
+ <antcall target="consumer-test"/>
+ <antcall target="deployment-test"/>
<antcall target="other-test"/>
<antcall target="agent-undeploy"/>
<server:stop name="default"/>
@@ -543,16 +543,18 @@
<target name="producer-test" depends="deploy-producer-test">
<execute-tests>
<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.PortletManagementTestRunner"/>-->
+ <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.PortletManagementTestRunner"/>
</x-test>
<x-sysproperty>
+<!--
<jvmarg value="-Xdebug"/>
<jvmarg value="-Xnoagent"/>
<jvmarg value="-Djava.compiler=NONE"/>
<jvmarg value="-Xrunjdwp:transport=dt_socket,server=y,suspend=n,address=8787"/>
+-->
<sysproperty key="test.root" value="${build.lib}/tests"/>
</x-sysproperty>
<x-classpath>
@@ -624,9 +626,9 @@
<execute-tests>
<x-test>
<test todir="${test.reports}" name="org.jboss.portal.test.wsrp.other.ConsumerRegistryTestCase"/>
- <!--<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"/>-->
+ <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"/>
</x-test>
<x-sysproperty>
<jvmarg value="-Xdebug"/>
Modified: trunk/wsrp/src/resources/tests/test-wsrp-producer-markup-sar/META-INF/jboss-service.xml
===================================================================
--- trunk/wsrp/src/resources/tests/test-wsrp-producer-markup-sar/META-INF/jboss-service.xml 2006-11-14 04:50:05 UTC (rev 5641)
+++ trunk/wsrp/src/resources/tests/test-wsrp-producer-markup-sar/META-INF/jboss-service.xml 2006-11-14 05:13:06 UTC (rev 5642)
@@ -23,7 +23,7 @@
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~-->
<server>
- <!--<mbean
+ <mbean
code="org.jboss.portal.test.wsrp.v1.producer.MarkupTestCase"
name="portal.test:test=Markup"
xmbean-dd=""
@@ -33,8 +33,8 @@
<depends optional-attribute-name="ServiceFactory"
proxy-type="attribute">portal.wsrp:service=CachingServiceFactory</depends>
<depends optional-attribute-name="Producer" proxy-type="attribute">portal.wsrp:service=WSRPProducer</depends>
- </mbean>-->
- <mbean
+ </mbean>
+ <!--<mbean
code="org.jboss.portal.test.wsrp.v1.producer.ReleaseSessionTestCase"
name="portal.test:test=ReleaseSession"
xmbean-dd=""
@@ -44,5 +44,5 @@
<depends optional-attribute-name="ServiceFactory"
proxy-type="attribute">portal.wsrp:service=CachingServiceFactory</depends>
<depends optional-attribute-name="Producer" proxy-type="attribute">portal.wsrp:service=WSRPProducer</depends>
- </mbean>
+ </mbean>-->
</server>
More information about the jboss-svn-commits
mailing list