[jboss-cvs] JBossAS SVN: r63592 - in projects/aop/trunk/aop: src/test/org/jboss/test/aop and 1 other directory.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Thu Jun 21 08:56:29 EDT 2007


Author: kabir.khan at jboss.com
Date: 2007-06-21 08:56:29 -0400 (Thu, 21 Jun 2007)
New Revision: 63592

Removed:
   projects/aop/trunk/aop/src/test/org/jboss/test/aop/methodoverloading/
Modified:
   projects/aop/trunk/aop/.classpath
   projects/aop/trunk/aop/base-tests.xml
Log:
[JBAOP-243] Remove test for rejected ussue

Modified: projects/aop/trunk/aop/.classpath
===================================================================
--- projects/aop/trunk/aop/.classpath	2007-06-21 12:00:44 UTC (rev 63591)
+++ projects/aop/trunk/aop/.classpath	2007-06-21 12:56:29 UTC (rev 63592)
@@ -11,7 +11,7 @@
 	<classpathentry kind="lib" path="docs"/>
 	<classpathentry kind="lib" path="/thirdparty/jboss/profiler/jvmti/lib/jboss-profiler-jvmti.jar"/>
 	<classpathentry kind="lib" path="/thirdparty/jboss/common-logging-spi/lib/jboss-logging-spi.jar" sourcepath="/thirdparty/jboss/common-logging-spi/lib/jboss-logging-spi-sources.jar"/>
-	<classpathentry kind="lib" path="/thirdparty/javassist/lib/javassist.jar" sourcepath="/javassist"/>
+	<classpathentry kind="lib" path="/thirdparty/javassist/lib/javassist.jar"/>
 	<classpathentry kind="lib" path="/thirdparty/jboss/microcontainer/lib/jboss-container.jar"/>
 	<classpathentry kind="lib" path="/thirdparty/jboss/test/lib/jboss-test.jar" sourcepath="/thirdparty/jboss/test/lib/jboss-test-src.zip"/>
 	<classpathentry kind="lib" path="/thirdparty/jboss/common-core/lib/jboss-common-core.jar" sourcepath="/thirdparty/jboss/common-core/lib/jboss-common-core-sources.jar"/>

Modified: projects/aop/trunk/aop/base-tests.xml
===================================================================
--- projects/aop/trunk/aop/base-tests.xml	2007-06-21 12:00:44 UTC (rev 63591)
+++ projects/aop/trunk/aop/base-tests.xml	2007-06-21 12:56:29 UTC (rev 63592)
@@ -79,11 +79,6 @@
       <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