From f9f6ae4625bfdcec96a8bdace15e3fc0adeafd26 Mon Sep 17 00:00:00 2001 From: Nikolay Krasko Date: Mon, 26 Jan 2015 13:26:08 +0300 Subject: [PATCH] Fight with "File accessed outside allowed roots" --- .../idea/navigation/JetGotoImplementationMultifileTest.java | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/idea/tests/org/jetbrains/kotlin/idea/navigation/JetGotoImplementationMultifileTest.java b/idea/tests/org/jetbrains/kotlin/idea/navigation/JetGotoImplementationMultifileTest.java index 61dd2ba75dc..bfb961b3f73 100644 --- a/idea/tests/org/jetbrains/kotlin/idea/navigation/JetGotoImplementationMultifileTest.java +++ b/idea/tests/org/jetbrains/kotlin/idea/navigation/JetGotoImplementationMultifileTest.java @@ -16,13 +16,13 @@ package org.jetbrains.kotlin.idea.navigation; -import com.intellij.codeInsight.CodeInsightTestCase; import com.intellij.codeInsight.navigation.GotoTargetHandler; +import org.jetbrains.kotlin.idea.KotlinCodeInsightTestCase; import org.jetbrains.kotlin.idea.PluginTestCaseBase; import java.io.File; -public class JetGotoImplementationMultifileTest extends CodeInsightTestCase { +public class JetGotoImplementationMultifileTest extends KotlinCodeInsightTestCase { public void testImplementFunInJava() throws Exception { doKotlinJavaTest(); }