[jboss-cvs] JBossAS SVN: r57815 - projects/aop/trunk/aop

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Wed Oct 25 08:28:17 EDT 2006


Author: kabir.khan at jboss.com
Date: 2006-10-25 08:28:12 -0400 (Wed, 25 Oct 2006)
New Revision: 57815

Modified:
   projects/aop/trunk/aop/base-tests.xml
Log:
Comment out methodoverloading test in base-tests.xml since that has not been implemented yet

Modified: projects/aop/trunk/aop/base-tests.xml
===================================================================
--- projects/aop/trunk/aop/base-tests.xml	2006-10-25 11:56:32 UTC (rev 57814)
+++ projects/aop/trunk/aop/base-tests.xml	2006-10-25 12:28:12 UTC (rev 57815)
@@ -73,9 +73,10 @@
       <antcall target="${test-target}" inheritRefs="true">
          <param name="test" value="field"/>
       </antcall>
+      <!--
       <antcall target="${test-target}" inheritRefs="true">
          <param name="test" value="methodoverloading"/>
-      </antcall>
+      </antcall>-->
 
       <!-- Tests with special requirements for parameters -->
       <antcall target="${test-target}" inheritRefs="true">




More information about the jboss-cvs-commits mailing list