]> source.dussan.org Git - aspectj.git/commitdiff
temporary test removal until Alex can get synchronized.
authoraclement <aclement>
Thu, 2 Jun 2005 16:27:15 +0000 (16:27 +0000)
committeraclement <aclement>
Thu, 2 Jun 2005 16:27:15 +0000 (16:27 +0000)
tests/src/org/aspectj/systemtest/ajc150/ataspectj/AtAjMisuseTests.java

index 318d60295e30a0adb74f8a172ffab8e8fe06052a..1d661cd36fd5d14c04561f7a1c0da123cc7a622b 100644 (file)
@@ -33,9 +33,10 @@ public class AtAjMisuseTests extends XMLBasedAjcTestCase {
                runTest("@Aspect class extending @Aspect class");
        }
 
-       public void testClassWithQBeforeExtendingQAspectClass() {
-               runTest("class with @Before extending @Aspect class");
-       }
+       // TODO asc commented out for now until Alex manages to get ajdtcore up to date...
+//     public void testClassWithQBeforeExtendingQAspectClass() {
+//             runTest("class with @Before extending @Aspect class");
+//     }
 
        public void testQPointcutNotReturningVoid() {
                runTest("@Pointcut not returning void");