FIR IDE: restore fir ide spec tests with shorten test class name to make TC happy
Otherwise, TC will complain about too long fq test method names
This commit is contained in:
committed by
TeamCityServer
parent
cc169613c1
commit
74567f4b02
+4
-4
@@ -1115,18 +1115,18 @@ fun main(args: Array<String>) {
|
||||
}
|
||||
}
|
||||
|
||||
/*
|
||||
|
||||
testGroup("idea/idea-frontend-fir/idea-fir-low-level-api/tests", testDataRoot = GeneralConfiguration.SPEC_TESTDATA_PATH
|
||||
) {
|
||||
testClass<AbstractDiagnosisCompilerTestDataSpecTest> {
|
||||
testClass<AbstractDiagnosisCompilerTestDataSpecTest>(suiteTestClassName = "FirIdeSpecTest") {
|
||||
model(
|
||||
"diagnostics",
|
||||
excludeDirs = listOf("helpers") + detectDirsWithTestsMapFileOnly("diagnostics"),
|
||||
excludedPattern = excludedFirTestdataPattern
|
||||
excludedPattern = excludedFirTestdataPattern,
|
||||
)
|
||||
}
|
||||
}
|
||||
*/
|
||||
|
||||
|
||||
testGroup("idea/idea-fir/tests", "idea") {
|
||||
testClass<AbstractFirHighlightingTest> {
|
||||
|
||||
+8032
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user