From 734d460bfdeb9e896c0fe3cdafa77fba1b12f4eb Mon Sep 17 00:00:00 2001 From: peter Date: Thu, 28 Jan 2016 14:38:58 +0100 Subject: [PATCH] move Normal8CompletionTest to completion test package --- .../lambda => completion}/Normal8CompletionTest.groovy | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) rename java/java-tests/testSrc/com/intellij/codeInsight/{daemon/lambda => completion}/Normal8CompletionTest.groovy (97%) diff --git a/java/java-tests/testSrc/com/intellij/codeInsight/daemon/lambda/Normal8CompletionTest.groovy b/java/java-tests/testSrc/com/intellij/codeInsight/completion/Normal8CompletionTest.groovy similarity index 97% rename from java/java-tests/testSrc/com/intellij/codeInsight/daemon/lambda/Normal8CompletionTest.groovy rename to java/java-tests/testSrc/com/intellij/codeInsight/completion/Normal8CompletionTest.groovy index 8fde79dbd6de..9e8eb61b86ef 100644 --- a/java/java-tests/testSrc/com/intellij/codeInsight/daemon/lambda/Normal8CompletionTest.groovy +++ b/java/java-tests/testSrc/com/intellij/codeInsight/completion/Normal8CompletionTest.groovy @@ -1,5 +1,5 @@ /* - * Copyright 2000-2013 JetBrains s.r.o. + * Copyright 2000-2016 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. @@ -13,9 +13,9 @@ * See the License for the specific language governing permissions and * limitations under the License. */ -package com.intellij.codeInsight.daemon.lambda +package com.intellij.codeInsight.completion + import com.intellij.JavaTestUtil -import com.intellij.codeInsight.completion.LightFixtureCompletionTestCase import com.intellij.codeInsight.lookup.LookupElementPresentation import com.intellij.testFramework.LightProjectDescriptor import org.jetbrains.annotations.NotNull