Fix GenerateTests after performance tests modularization
This commit is contained in:
@@ -1380,7 +1380,7 @@ fun main(args: Array<String>) {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
testGroup("idea/performanceTests", "idea/testData") {
|
testGroup("idea/performanceTests/test", "idea/testData") {
|
||||||
testClass<AbstractPerformanceJavaToKotlinCopyPasteConversionTest> {
|
testClass<AbstractPerformanceJavaToKotlinCopyPasteConversionTest> {
|
||||||
model("copyPaste/conversion", testMethod = "doPerfTest", pattern = """^([^\.]+)\.java$""")
|
model("copyPaste/conversion", testMethod = "doPerfTest", pattern = """^([^\.]+)\.java$""")
|
||||||
}
|
}
|
||||||
@@ -1404,7 +1404,7 @@ fun main(args: Array<String>) {
|
|||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
testGroup("idea/performanceTests", "idea/idea-completion/testData") {
|
testGroup("idea/performanceTests/test", "idea/idea-completion/testData") {
|
||||||
testClass<AbstractPerformanceCompletionIncrementalResolveTest> {
|
testClass<AbstractPerformanceCompletionIncrementalResolveTest> {
|
||||||
model("incrementalResolve", testMethod = "doPerfTest")
|
model("incrementalResolve", testMethod = "doPerfTest")
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user