aboutsummaryrefslogtreecommitdiffstats
path: root/tests/src
diff options
context:
space:
mode:
authoraclement <aclement>2008-03-20 23:58:48 +0000
committeraclement <aclement>2008-03-20 23:58:48 +0000
commit56f03c408e3986f27e53405f491eae134bcefc44 (patch)
tree6c9e66ff918e16982a24009c977324dc8453859a /tests/src
parent7faf2616d9d7dd7550753a96cf94f4ec7f2466e3 (diff)
downloadaspectj-56f03c408e3986f27e53405f491eae134bcefc44.tar.gz
aspectj-56f03c408e3986f27e53405f491eae134bcefc44.zip
temporarily removed, see 223446
Diffstat (limited to 'tests/src')
-rw-r--r--tests/src/org/aspectj/systemtest/java14/Java14Tests.java8
-rw-r--r--tests/src/org/aspectj/systemtest/xlint/XLintTests.java8
2 files changed, 10 insertions, 6 deletions
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)");