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

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Tue Nov 14 12:09:25 EST 2006


Author: stalep
Date: 2006-11-14 12:09:24 -0500 (Tue, 14 Nov 2006)
New Revision: 58345

Modified:
   projects/aop/trunk/aop/base-tests.xml
Log:
removed the methodoverloading test since we do not have a solution for it yet.


Modified: projects/aop/trunk/aop/base-tests.xml
===================================================================
--- projects/aop/trunk/aop/base-tests.xml	2006-11-14 17:03:09 UTC (rev 58344)
+++ projects/aop/trunk/aop/base-tests.xml	2006-11-14 17:09:24 UTC (rev 58345)
@@ -76,9 +76,11 @@
       <antcall target="${test-target}" inheritRefs="true">
          <param name="test" value="bridgemethod"/>
       </antcall>
+      <!--
       <antcall target="${test-target}" inheritRefs="true">
          <param name="test" value="methodoverloading"/>
       </antcall>
+      -->
 
       <!-- Tests with special requirements for parameters -->
       <antcall target="${test-target}" inheritRefs="true">




More information about the jboss-cvs-commits mailing list