Avoid deserializing .kotlin_module as class proto

#KT-20184 fixed

Original commit: 18261838b6
This commit is contained in:
Alexey Tsvetkov
2017-11-14 21:55:08 +03:00
parent c09c919763
commit 272c198ff6
6 changed files with 28 additions and 0 deletions
@@ -1156,6 +1156,12 @@ public class IncrementalJpsTestGenerated extends AbstractIncrementalJpsTest {
KotlinTestUtils.assertAllTestsPresentByMetadata(this.getClass(), new File("jps-plugin/testData/incremental/withJava/other"), Pattern.compile("^([^\\.]+)$"), TargetBackend.ANY, true);
}
@TestMetadata("allKotlinFilesRemovedThenNewAdded")
public void testAllKotlinFilesRemovedThenNewAdded() throws Exception {
String fileName = KotlinTestUtils.navigationMetadata("jps-plugin/testData/incremental/withJava/other/allKotlinFilesRemovedThenNewAdded/");
doTest(fileName);
}
@TestMetadata("classToPackageFacade")
public void testClassToPackageFacade() throws Exception {
String fileName = KotlinTestUtils.navigationMetadata("jps-plugin/testData/incremental/withJava/other/classToPackageFacade/");