]> source.dussan.org Git - aspectj.git/commitdiff
temp fix to allow parserexceptions out...
authoraclement <aclement>
Fri, 27 Apr 2007 09:27:36 +0000 (09:27 +0000)
committeraclement <aclement>
Fri, 27 Apr 2007 09:27:36 +0000 (09:27 +0000)
tests/src/org/aspectj/systemtest/ajc150/ataspectj/AtAjMisuseTests.java

index 037615be3e35cc7d53eabf0cd098fe74030afaaf..5b7cfebbd3088a31282c8ef86a453aa602ff4ab4 100644 (file)
@@ -42,6 +42,7 @@ public class AtAjMisuseTests extends XMLBasedAjcTestCase {
                runTest("@Pointcut not returning void");
        }
 
+       // test fails if the pointcut parserexception is allowed to get out...
        public void testQPointcutWithGarbageString() {
                runTest("@Pointcut with garbage string");
        }