From 3e09a6902addf260ffe85de0f21438f3f03910e6 Mon Sep 17 00:00:00 2001 From: Valentin Kipyatkov Date: Thu, 31 Mar 2016 20:13:21 +0300 Subject: [PATCH] Renamed test --- .../smart/{InClassObject.kt => InCompanionObject.kt} | 0 .../completion/test/JvmSmartCompletionTestGenerated.java | 6 +++--- 2 files changed, 3 insertions(+), 3 deletions(-) rename idea/idea-completion/testData/smart/{InClassObject.kt => InCompanionObject.kt} (100%) diff --git a/idea/idea-completion/testData/smart/InClassObject.kt b/idea/idea-completion/testData/smart/InCompanionObject.kt similarity index 100% rename from idea/idea-completion/testData/smart/InClassObject.kt rename to idea/idea-completion/testData/smart/InCompanionObject.kt diff --git a/idea/idea-completion/tests/org/jetbrains/kotlin/idea/completion/test/JvmSmartCompletionTestGenerated.java b/idea/idea-completion/tests/org/jetbrains/kotlin/idea/completion/test/JvmSmartCompletionTestGenerated.java index 9163841c229..5aeab29007c 100644 --- a/idea/idea-completion/tests/org/jetbrains/kotlin/idea/completion/test/JvmSmartCompletionTestGenerated.java +++ b/idea/idea-completion/tests/org/jetbrains/kotlin/idea/completion/test/JvmSmartCompletionTestGenerated.java @@ -203,9 +203,9 @@ public class JvmSmartCompletionTestGenerated extends AbstractJvmSmartCompletionT doTest(fileName); } - @TestMetadata("InClassObject.kt") - public void testInClassObject() throws Exception { - String fileName = KotlinTestUtils.navigationMetadata("idea/idea-completion/testData/smart/InClassObject.kt"); + @TestMetadata("InCompanionObject.kt") + public void testInCompanionObject() throws Exception { + String fileName = KotlinTestUtils.navigationMetadata("idea/idea-completion/testData/smart/InCompanionObject.kt"); doTest(fileName); }