From 2f2941fe5b3719850cdc792093ed4d33f870aa68 Mon Sep 17 00:00:00 2001 From: "Natalia.Ukhorskaya" Date: Fri, 12 Oct 2012 15:20:40 +0400 Subject: [PATCH] Move NameHighlightingTest to another package --- .../jet/plugin/{ => highlighter}/NamesHighlightingTest.java | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) rename idea/tests/org/jetbrains/jet/plugin/{ => highlighter}/NamesHighlightingTest.java (95%) diff --git a/idea/tests/org/jetbrains/jet/plugin/NamesHighlightingTest.java b/idea/tests/org/jetbrains/jet/plugin/highlighter/NamesHighlightingTest.java similarity index 95% rename from idea/tests/org/jetbrains/jet/plugin/NamesHighlightingTest.java rename to idea/tests/org/jetbrains/jet/plugin/highlighter/NamesHighlightingTest.java index 9892279f7a4..454b08aa079 100644 --- a/idea/tests/org/jetbrains/jet/plugin/NamesHighlightingTest.java +++ b/idea/tests/org/jetbrains/jet/plugin/highlighter/NamesHighlightingTest.java @@ -14,10 +14,11 @@ * limitations under the License. */ -package org.jetbrains.jet.plugin; +package org.jetbrains.jet.plugin.highlighter; import com.intellij.codeInsight.daemon.LightDaemonAnalyzerTestCase; import com.intellij.openapi.projectRoots.Sdk; +import org.jetbrains.jet.plugin.PluginTestCaseBase; import org.jetbrains.jet.plugin.highlighter.JetPsiChecker; /**