diff --git a/java/java-tests/testData/compileServer/incremental/common/moduleInfoIncluded/Svc.java.remove b/java/java-tests/testData/compileServer/incremental/common/moduleInfoIncluded/Svc.java.remove deleted file mode 100644 index e69de29bb2d1..000000000000 diff --git a/java/java-tests/testData/compileServer/incremental/common/moduleInfoIncluded/build.log b/java/java-tests/testData/compileServer/incremental/common/moduleInfoIncluded/build.log deleted file mode 100644 index 660b752ba345..000000000000 --- a/java/java-tests/testData/compileServer/incremental/common/moduleInfoIncluded/build.log +++ /dev/null @@ -1,6 +0,0 @@ -Cleaning output files: -out/production/ModuleInfoIncluded/Svc.class -End of files -Compiling files: -src/module-info.java -End of files \ No newline at end of file diff --git a/java/java-tests/testData/compileServer/incremental/common/moduleInfoIncluded/src/Svc.java b/java/java-tests/testData/compileServer/incremental/common/moduleInfoIncluded/src/Svc.java deleted file mode 100644 index f943a73101f2..000000000000 --- a/java/java-tests/testData/compileServer/incremental/common/moduleInfoIncluded/src/Svc.java +++ /dev/null @@ -1 +0,0 @@ -class Svc { } \ No newline at end of file diff --git a/java/java-tests/testData/compileServer/incremental/common/moduleInfoIncluded/src/module-info.java b/java/java-tests/testData/compileServer/incremental/common/moduleInfoIncluded/src/module-info.java deleted file mode 100644 index 911084372cc0..000000000000 --- a/java/java-tests/testData/compileServer/incremental/common/moduleInfoIncluded/src/module-info.java +++ /dev/null @@ -1,2 +0,0 @@ -//todo uncomment after migration to Java 9 -//module M { } \ No newline at end of file diff --git a/jps/jps-builders/testSrc/org/jetbrains/ether/CommonTest.java b/jps/jps-builders/testSrc/org/jetbrains/ether/CommonTest.java index cdfd88131fe0..21561264f493 100644 --- a/jps/jps-builders/testSrc/org/jetbrains/ether/CommonTest.java +++ b/jps/jps-builders/testSrc/org/jetbrains/ether/CommonTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2000-2016 JetBrains s.r.o. + * Copyright 2000-2017 JetBrains s.r.o. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -177,8 +177,4 @@ public class CommonTest extends IncrementalTestCase { public void testIntegrateOnNonIncrementalMake() throws Exception { doTest(); } - - public void testModuleInfoIncluded() { - doTest(); - } } \ No newline at end of file