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

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Thu Jul 30 12:56:49 EDT 2009


Author: pgier
Date: 2009-07-30 12:56:49 -0400 (Thu, 30 Jul 2009)
New Revision: 91835

Modified:
   trunk/testsuite/build.xml
Log:
Remove the call to aspects tests.

Modified: trunk/testsuite/build.xml
===================================================================
--- trunk/testsuite/build.xml	2009-07-30 16:41:21 UTC (rev 91834)
+++ trunk/testsuite/build.xml	2009-07-30 16:56:49 UTC (rev 91835)
@@ -1181,7 +1181,7 @@
       <antcall target="tests-iiop" inheritRefs="true"/>
       <antcall target="tests-scout-jaxr" inheritRefs="true"/>
       <antcall target="tests-webservice" inheritRefs="true"/>
-      <antcall target="tests-aspects" inheritRefs="true"/>
+      <!--<antcall target="tests-aspects" inheritRefs="true"/>-->
       <server:stop name="all"/>
    </target>
 
@@ -3531,13 +3531,14 @@
 
    <property name="aspects.root" value="${project.root}/aspects"/>
 
-   <target name="tests-aspects"
-	description="Runs the aspects tests against ALL configuration">
+  <!-- Aspects tests are not used
+   <target name="tests-aspects"	description="Runs the aspects tests against ALL configuration">
       <ant antfile="${aspects.root}/build-test50.xml" inheritAll="false" dir="${aspects.root}"/>
       <ant antfile="${aspects.root}/build-test50.xml" inheritAll="false" dir="${aspects.root}" target="tests">
       	<property name="node0" value="${node0}"/>
    	</ant>
    </target>
+  -->
 
    <target name="validate-server-configs"
       description="Validate the start/stop of the testsuite server configs">




More information about the jboss-cvs-commits mailing list