[jboss-cvs] JBossAS SVN: r61406 - trunk/testsuite.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Sat Mar 17 23:09:36 EDT 2007


Author: scott.stark at jboss.org
Date: 2007-03-17 23:09:36 -0400 (Sat, 17 Mar 2007)
New Revision: 61406

Modified:
   trunk/testsuite/build.xml
Log:
Exclude the binding mgr as it does not work with bean properties

Modified: trunk/testsuite/build.xml
===================================================================
--- trunk/testsuite/build.xml	2007-03-17 22:14:05 UTC (rev 61405)
+++ trunk/testsuite/build.xml	2007-03-18 03:09:36 UTC (rev 61406)
@@ -858,7 +858,7 @@
       <antcall target="tomcat-sso-clustered-tests"/>
       <antcall target="tomcat-webctx-tests"/>
       <antcall target="tomcat-federation-tests"/>
-      <antcall target="test-example-binding-manager"/>
+      <!-- <antcall target="test-example-binding-manager"/> -->
       <antcall target="tests-jacc-security"/>
       <antcall target="tests-jacc-securitymgr"/>
       <antcall target="tests-security-jaspi-unit"/>
@@ -3830,23 +3830,16 @@
       </create-config>
       
       <server:start name="tomcat-webctx"/>
-      <server:stop name="tomcat-webctx"/>      
-   </target>
+      <server:stop name="tomcat-webctx"/>
 
-   <target name="tc">
-      <create-config baseconf="default" newconf="tomcat-webctx"
-         newconf-src="tomcat-webctx">
-         <patternset>
-            <include name="conf/**"/>
-            <include name="deployers/**"/>
-            <include name="deploy/ROOT.war/**"/>
-            <include name="lib/**"/>
-            <include name="deploy/jmx-invoker-service.xml"/>
-         </patternset>
-      </create-config>
+      <!-- Test the example binding configuration -->
+      <create-all-cluster-node conf="binding-manager1" ports="ports-01"/>
+      <create-all-cluster-node conf="binding-manager2" ports="ports-02"/>
+      <server:start name="binding-manager1"/>
+      <server:start name="binding-manager2"/>
       
-      <server:start name="tomcat-webctx"/>
-      <server:stop name="tomcat-webctx"/>      
+      <server:stop name="binding-manager1"/>
+      <server:stop name="binding-manager2"/>
    </target>
 
    <!-- Reporting targets that generate reports from JUnit output.




More information about the jboss-cvs-commits mailing list