From: aclement Date: Thu, 20 Mar 2008 23:58:48 +0000 (+0000) Subject: temporarily removed, see 223446 X-Git-Tag: V1_6_0rc1~26 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=56f03c408e3986f27e53405f491eae134bcefc44;p=aspectj.git temporarily removed, see 223446 --- diff --git a/tests/src/org/aspectj/systemtest/java14/Java14Tests.java b/tests/src/org/aspectj/systemtest/java14/Java14Tests.java index ded422f7b..3b56286d3 100644 --- a/tests/src/org/aspectj/systemtest/java14/Java14Tests.java +++ b/tests/src/org/aspectj/systemtest/java14/Java14Tests.java @@ -10,7 +10,9 @@ package org.aspectj.systemtest.java14; import java.io.File; + import junit.framework.Test; + import org.aspectj.testing.XMLBasedAjcTestCase; import org.aspectj.util.LangUtil; @@ -111,9 +113,9 @@ public class Java14Tests extends org.aspectj.testing.XMLBasedAjcTestCase { runTest("XLint warning for call PCD's using subtype of defining type (-1.4 -Xlint:ignore)"); } - public void test020(){ - runTest("XLint warning for call PCD's using subtype of defining type (-1.4)"); - } + // public void test020(){ + // runTest("XLint warning for call PCD's using subtype of defining type (-1.4)"); + // } public void test021(){ if (!LangUtil.is14VMOrGreater()) { System.err.println("Skipping test 021 not >=1.4");return;} diff --git a/tests/src/org/aspectj/systemtest/xlint/XLintTests.java b/tests/src/org/aspectj/systemtest/xlint/XLintTests.java index 3510ed49e..82ba27b35 100644 --- a/tests/src/org/aspectj/systemtest/xlint/XLintTests.java +++ b/tests/src/org/aspectj/systemtest/xlint/XLintTests.java @@ -10,7 +10,9 @@ package org.aspectj.systemtest.xlint; import java.io.File; + import junit.framework.Test; + import org.aspectj.testing.XMLBasedAjcTestCase; import org.aspectj.weaver.bcel.BcelShadow; @@ -93,9 +95,9 @@ public class XLintTests extends org.aspectj.testing.XMLBasedAjcTestCase { runTest("alias getCause for getWrappedThrowable in SoftException"); } - public void test018(){ - runTest("XLint warning for call PCD's using subtype of defining type"); - } + // public void test018(){ + // runTest("XLint warning for call PCD's using subtype of defining type"); + // } public void test019(){ runTest("XLint warning for call PCD's using subtype of defining type (-1.3 -Xlint:ignore)");