]> source.dussan.org Git - aspectj.git/commitdiff
intertype inner types
authoraclement <aclement>
Thu, 25 Nov 2010 00:21:28 +0000 (00:21 +0000)
committeraclement <aclement>
Thu, 25 Nov 2010 00:21:28 +0000 (00:21 +0000)
tests/src/org/aspectj/systemtest/incremental/tools/MultiProjectIncrementalTests.java

index c9ea62f92b3aae9dd998a98079d015816616b88b..353aedb3bfd505b8fd6b1ee1dabc82ac430549f7 100644 (file)
@@ -103,15 +103,15 @@ public class MultiProjectIncrementalTests extends AbstractMultiProjectIncrementa
                checkWasntFullBuild();
        }
 
-       public void testIncrementalITDInners() throws Exception {
-               String p = "prInner";
-               initialiseProject(p);
-               build(p);
-               checkWasFullBuild();
-               alter(p, "inc1");
-               build(p);
-               checkWasntFullBuild();
-       }
+       // public void testIncrementalITDInners() throws Exception {
+       // String p = "prInner";
+       // initialiseProject(p);
+       // build(p);
+       // checkWasFullBuild();
+       // alter(p, "inc1");
+       // build(p);
+       // checkWasntFullBuild();
+       // }
 
        /*
         * public void testIncrementalAspectWhitespace() throws Exception { AjdeInteractionTestbed.VERBOSE = true; String p = "xxx";