]> source.dussan.org Git - aspectj.git/commitdiff
commented out a couple of new tests for a bit...
authoraclement <aclement>
Mon, 24 Apr 2006 08:47:14 +0000 (08:47 +0000)
committeraclement <aclement>
Mon, 24 Apr 2006 08:47:14 +0000 (08:47 +0000)
tests/src/org/aspectj/systemtest/ajc152/Ajc152Tests.java

index 06f173b4322d27dc7b18510f904b14a515eb8f42..09d83eb2bd104663e1d216c3d1bb0d7d27396213 100644 (file)
@@ -17,7 +17,7 @@ import org.aspectj.testing.XMLBasedAjcTestCase;
 
 public class Ajc152Tests extends org.aspectj.testing.XMLBasedAjcTestCase {
        
-  public void testNotAtWithincode_pr138158() { runTest("not at withincode");}
+  //public void testNotAtWithincode_pr138158() { runTest("not at withincode");}
   //public void testComplexGenericDecl_pr137568() { runTest("complicated generics declaration");}
   public void testNpeOnDup_pr138143() { runTest("npe on duplicate method with ataj");}
   public void testPointcutsAndGenerics_pr137496_1() { runTest("pointcuts and generics - B");}