From 7033be588cb483016cf02fc0d2f9e00388e54ad1 Mon Sep 17 00:00:00 2001 From: Ilya Kirillov Date: Sat, 11 Jul 2020 01:02:06 +0300 Subject: [PATCH] FIR IDE: regenerate member scope test --- .../api/scopes/MemberScopeByFqNameTestGenerated.java | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/idea/idea-frontend-fir/tests/org/jetbrains/kotlin/idea/frontend/api/scopes/MemberScopeByFqNameTestGenerated.java b/idea/idea-frontend-fir/tests/org/jetbrains/kotlin/idea/frontend/api/scopes/MemberScopeByFqNameTestGenerated.java index 34058a16bc3..3ba3533e509 100644 --- a/idea/idea-frontend-fir/tests/org/jetbrains/kotlin/idea/frontend/api/scopes/MemberScopeByFqNameTestGenerated.java +++ b/idea/idea-frontend-fir/tests/org/jetbrains/kotlin/idea/frontend/api/scopes/MemberScopeByFqNameTestGenerated.java @@ -16,7 +16,7 @@ import java.util.regex.Pattern; /** This class is generated by {@link org.jetbrains.kotlin.generators.tests.TestsPackage}. DO NOT MODIFY MANUALLY */ @SuppressWarnings("all") -@TestMetadata("idea/idea-frontend-fir/testData/memberScopeByStdlib") +@TestMetadata("idea/idea-frontend-fir/testData/memberScopeByFqName") @TestDataPath("$PROJECT_ROOT") @RunWith(JUnit3RunnerWithInners.class) public class MemberScopeByFqNameTestGenerated extends AbstractMemberScopeByFqNameTest { @@ -24,22 +24,22 @@ public class MemberScopeByFqNameTestGenerated extends AbstractMemberScopeByFqNam KotlinTestUtils.runTest(this::doTest, this, testDataFilePath); } - public void testAllFilesPresentInMemberScopeByStdlib() throws Exception { - KotlinTestUtils.assertAllTestsPresentByMetadataWithExcluded(this.getClass(), new File("idea/idea-frontend-fir/testData/memberScopeByStdlib"), Pattern.compile("^(.+)\\.txt$"), null, true); + public void testAllFilesPresentInMemberScopeByFqName() throws Exception { + KotlinTestUtils.assertAllTestsPresentByMetadataWithExcluded(this.getClass(), new File("idea/idea-frontend-fir/testData/memberScopeByFqName"), Pattern.compile("^(.+)\\.txt$"), null, true); } @TestMetadata("Int.txt") public void testInt() throws Exception { - runTest("idea/idea-frontend-fir/testData/memberScopeByStdlib/Int.txt"); + runTest("idea/idea-frontend-fir/testData/memberScopeByFqName/Int.txt"); } @TestMetadata("java.lang.String.txt") public void testJava_lang_String() throws Exception { - runTest("idea/idea-frontend-fir/testData/memberScopeByStdlib/java.lang.String.txt"); + runTest("idea/idea-frontend-fir/testData/memberScopeByFqName/java.lang.String.txt"); } @TestMetadata("MutableList.txt") public void testMutableList() throws Exception { - runTest("idea/idea-frontend-fir/testData/memberScopeByStdlib/MutableList.txt"); + runTest("idea/idea-frontend-fir/testData/memberScopeByFqName/MutableList.txt"); } }