]> source.dussan.org Git - aspectj.git/commitdiff
temporarily remove test V1_8_12
authorAndy Clement <aclement@pivotal.io>
Sat, 21 Oct 2017 05:33:47 +0000 (22:33 -0700)
committerAndy Clement <aclement@pivotal.io>
Sat, 21 Oct 2017 05:33:47 +0000 (22:33 -0700)
weaver/testsrc/org/aspectj/weaver/tools/PointcutDesignatorHandlerTests.java

index 5e7d40d0bb4ca19ba520c3c6dedc959d8df2d18a..b95db120867af781fd1c2086ceca6848758aa210 100644 (file)
@@ -66,7 +66,7 @@ public class PointcutDesignatorHandlerTests extends TestCase {
      * InternalUseOnlyPointcutParser inside the Java15ReflectionBasedReferenceTypeDelegate code. First test checks
      * parsing is OK
      */
-    public void testParsingBeanInReferencePointcut01() throws Exception {
+    public void xtestParsingBeanInReferencePointcut01() throws Exception {
         if (needToSkip) return;
         PointcutParser parser = PointcutParser.getPointcutParserSupportingAllPrimitivesAndUsingContextClassloaderForResolution();
         BeanDesignatorHandler beanHandler = new BeanDesignatorHandler();
@@ -87,7 +87,7 @@ public class PointcutDesignatorHandlerTests extends TestCase {
      * InternalUseOnlyPointcutParser inside the Java15ReflectionBasedReferenceTypeDelegate code. This test checks the
      * actual matching.
      */
-    public void testParsingBeanInReferencePointcut02() throws Exception {
+    public void xtestParsingBeanInReferencePointcut02() throws Exception {
         if (needToSkip) return;
         PointcutParser parser = PointcutParser.getPointcutParserSupportingAllPrimitivesAndUsingContextClassloaderForResolution();
         BeanDesignatorHandler beanHandler = new BeanDesignatorHandler();