]> source.dussan.org Git - aspectj.git/commitdiff
remove array class cast test, fix is not in!
authoraclement <aclement>
Mon, 24 Mar 2008 20:16:39 +0000 (20:16 +0000)
committeraclement <aclement>
Mon, 24 Mar 2008 20:16:39 +0000 (20:16 +0000)
tests/src/org/aspectj/systemtest/ajc160/Ajc160Tests.java

index 61e6b9e27732e0e4f4d9ad3ec346b05777784206..bffa739eaee50d8aaabdaeee2135b629ebc2f9f3 100644 (file)
@@ -37,10 +37,10 @@ public class Ajc160Tests extends org.aspectj.testing.XMLBasedAjcTestCase {
   //  public void testBrokenIfArgsCflowAtAj_pr145018() {
     //    runTest("ataj crashing with cflow, if and args");
    // }
-    public void testClassCastOnArrayType_pr180264() {
-        runTest("classcastexception on array type");
-    }
-       //public void testITDWithArray_pr201748() { runTest("itd with array");}
+    // public void testClassCastOnArrayType_pr180264() {
+    // runTest("classcastexception on array type");
+    // }
+    //public void testITDWithArray_pr201748() { runTest("itd with array");}
        public void testBadMessage() { runTest("incorrect itd error with generics");}
        public void testBadMessage2() { runTest("incorrect itd error with generics - 2");}
        public void testHasMethodAnnoValueInt_various() { runTest("hasmethod anno value - I");}