]> source.dussan.org Git - aspectj.git/commitdiff
temporarily removed, see 223446
authoraclement <aclement>
Thu, 20 Mar 2008 23:58:48 +0000 (23:58 +0000)
committeraclement <aclement>
Thu, 20 Mar 2008 23:58:48 +0000 (23:58 +0000)
tests/src/org/aspectj/systemtest/java14/Java14Tests.java
tests/src/org/aspectj/systemtest/xlint/XLintTests.java

index ded422f7b244683b5042a58fdc2556c82b3f8915..3b56286d30ad7ecb00a96be177c4f553a8e0169d 100644 (file)
@@ -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;}
index 3510ed49e35a2d05432aa353d1f0c080a4262bea..82ba27b350f770f6d39336eb976d69c39314f3b3 100644 (file)
@@ -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)");