Refactor AbstractMultiFileJvmBasicCompletionTest to extend CompletionTestCase

Extract common code from JetFixtureCompletionBaseTestCase to CompletionTestUtil.kt
Reason for this change is that I couldn't get the check that prohibits tree loading to work with fixture test case
This commit is contained in:
Pavel V. Talanov
2014-04-14 17:38:17 +04:00
parent 1bc4872baf
commit fbf2cded0d
30 changed files with 93 additions and 123 deletions
@@ -2,6 +2,5 @@ fun main(args: Array<String>) {
println(R.<caret>)
}
// JAVA_FILE: JavaInnerClasses.java
// INVOCATION_COUNT: 1
// EXIST: layout
@@ -7,5 +7,4 @@ fun test() {
/* KT-3779, KT-2821 */
// INVOCATION_COUNT: 2
// JAVA_FILE: javapackage/Bar.java
// EXIST: Bar