]> source.dussan.org Git - aspectj.git/commitdiff
removed unnecessary test
authoraclement <aclement>
Mon, 23 Mar 2009 16:28:51 +0000 (16:28 +0000)
committeraclement <aclement>
Mon, 23 Mar 2009 16:28:51 +0000 (16:28 +0000)
tests/src/org/aspectj/systemtest/incremental/tools/MultiProjectIncrementalTests.java

index 184306f8a300c94cef4f53b918b8dfea69775773..ffb15c619cbc1ceb0153c1374fcb14b14172503d 100644 (file)
@@ -107,34 +107,6 @@ public class MultiProjectIncrementalTests extends AbstractMultiProjectIncrementa
 
        }
 
-       public void testWithJP_pr268522() {
-               String p = "pr268522";
-               initialiseProject(p);
-               build(p);
-               checkWasFullBuild();
-
-               IProgramElement root = getModelFor(p).getHierarchy().getRoot();
-               dumptree(root, 0);
-               PrintWriter pw = new PrintWriter(System.out);
-               try {
-                       getModelFor(p).dumprels(pw);
-                       pw.flush();
-               } catch (Exception e) {
-               }
-               alter(p, "inc1");
-               build(p);
-               checkWasntFullBuild();
-
-               root = getModelFor(p).getHierarchy().getRoot();
-               dumptree(root, 0);
-               pw = new PrintWriter(System.out);
-               try {
-                       getModelFor(p).dumprels(pw);
-                       pw.flush();
-               } catch (Exception e) {
-               }
-       }
-
        public void testBrokenCodeDeca_268611() {
                String p = "pr268611";
                initialiseProject(p);