diff --git a/idea/tests/org/jetbrains/kotlin/idea/codeInsight/ChangeLocalityDetectorTestGenerated.java b/idea/tests/org/jetbrains/kotlin/idea/codeInsight/ChangeLocalityDetectorTestGenerated.java index b8c718dd23a..11270a5702d 100644 --- a/idea/tests/org/jetbrains/kotlin/idea/codeInsight/ChangeLocalityDetectorTestGenerated.java +++ b/idea/tests/org/jetbrains/kotlin/idea/codeInsight/ChangeLocalityDetectorTestGenerated.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2019 JetBrains s.r.o. and Kotlin Programming Language contributors. + * Copyright 2010-2020 JetBrains s.r.o. and Kotlin Programming Language contributors. * Use of this source code is governed by the Apache 2.0 license that can be found in the license/LICENSE.txt file. */ @@ -25,7 +25,7 @@ public class ChangeLocalityDetectorTestGenerated extends AbstractChangeLocalityD } public void testAllFilesPresentInChangeLocality() throws Exception { - KotlinTestUtils.assertAllTestsPresentByMetadata(this.getClass(), new File("idea/testData/codeInsight/changeLocality"), Pattern.compile("^(.+)\\.(kt|kts)$"), true); + KotlinTestUtils.assertAllTestsPresentByMetadataWithExcluded(this.getClass(), new File("idea/testData/codeInsight/changeLocality"), Pattern.compile("^(.+)\\.(kt|kts)$"), null, true); } @TestMetadata("Comment.kt") diff --git a/nj2k/tests/org/jetbrains/kotlin/nj2k/NewJavaToKotlinConverterSingleFileTestGenerated.java b/nj2k/tests/org/jetbrains/kotlin/nj2k/NewJavaToKotlinConverterSingleFileTestGenerated.java index 561846e2c61..6c455e0db53 100644 --- a/nj2k/tests/org/jetbrains/kotlin/nj2k/NewJavaToKotlinConverterSingleFileTestGenerated.java +++ b/nj2k/tests/org/jetbrains/kotlin/nj2k/NewJavaToKotlinConverterSingleFileTestGenerated.java @@ -80,16 +80,16 @@ public class NewJavaToKotlinConverterSingleFileTestGenerated extends AbstractNew runTest("nj2k/testData/newJ2k/annotations/annotationUsages.java"); } - @TestMetadata("java9Deprecated.java") - public void testJava9Deprecated() throws Exception { - runTest("nj2k/testData/newJ2k/annotations/java9Deprecated.java"); - } - @TestMetadata("annotationsFromPropertyAccessors.java") public void testAnnotationsFromPropertyAccessors() throws Exception { runTest("nj2k/testData/newJ2k/annotations/annotationsFromPropertyAccessors.java"); } + @TestMetadata("java9Deprecated.java") + public void testJava9Deprecated() throws Exception { + runTest("nj2k/testData/newJ2k/annotations/java9Deprecated.java"); + } + @TestMetadata("javaClassArgument.java") public void testJavaClassArgument() throws Exception { runTest("nj2k/testData/newJ2k/annotations/javaClassArgument.java");