[jboss-cvs] JBossAS SVN: r57261 - branches/Branch_4_0/testsuite
jboss-cvs-commits at lists.jboss.org
jboss-cvs-commits at lists.jboss.org
Thu Sep 28 07:33:34 EDT 2006
Author: dimitris at jboss.org
Date: 2006-09-28 07:33:32 -0400 (Thu, 28 Sep 2006)
New Revision: 57261
Modified:
branches/Branch_4_0/testsuite/build.xml
Log:
re-enable webservices tests to test if the memory leak is gone
Modified: branches/Branch_4_0/testsuite/build.xml
===================================================================
--- branches/Branch_4_0/testsuite/build.xml 2006-09-28 11:01:40 UTC (rev 57260)
+++ branches/Branch_4_0/testsuite/build.xml 2006-09-28 11:33:32 UTC (rev 57261)
@@ -807,7 +807,7 @@
<antcall target="tests-jacc-securitymgr"/>
<antcall target="tests-jacc-security-external"/>
<antcall target="tests-compatibility"/>
- <!-- <antcall target="tests-webservice-ssl"/> -->
+ <antcall target="tests-webservice-ssl"/>
<antcall target="tests-unified"/>
<antcall target="tests-aop-scoped"/>
<antcall target="tests-report"/>
@@ -958,7 +958,7 @@
<antcall target="tests-jbossmx-performance"/>
<antcall target="tests-iiop"/>
<antcall target="tests-scout-jaxr"/>
- <!-- <antcall target="tests-webservice"/> -->
+ <antcall target="tests-webservice"/>
<antcall target="tests-txtimer"/>
<server:stop name="all"/>
</target>
More information about the jboss-cvs-commits
mailing list