Minor: Remove unnecessary checks in new test

This commit is contained in:
Alexey Sedunov
2018-08-09 13:35:02 +03:00
parent 87d81a75f3
commit fdc15b053d
3 changed files with 0 additions and 39 deletions
@@ -2267,19 +2267,6 @@ compileTestKotlin {
)
assertAllModulesConfigured()
Assert.assertEquals(
listOf("file:///src/main/java" to JavaSourceRootType.SOURCE,
"file:///src/main/kotlin" to JavaSourceRootType.SOURCE,
"file:///src/main/resources" to JavaResourceRootType.RESOURCE),
getSourceRootInfos("project_main")
)
Assert.assertEquals(
listOf("file:///src/test/java" to JavaSourceRootType.TEST_SOURCE,
"file:///src/test/kotlin" to JavaSourceRootType.TEST_SOURCE,
"file:///src/test/resources" to JavaResourceRootType.TEST_RESOURCE),
getSourceRootInfos("project_test")
)
}
private fun checkStableModuleName(projectName: String, expectedName: String, platform: TargetPlatform, isProduction: Boolean) {
@@ -2016,19 +2016,6 @@ compileTestKotlin {
)
assertAllModulesConfigured()
Assert.assertEquals(
listOf("file:///src/main/java" to JavaSourceRootType.SOURCE,
"file:///src/main/kotlin" to JavaSourceRootType.SOURCE,
"file:///src/main/resources" to JavaResourceRootType.RESOURCE),
getSourceRootInfos("project_main")
)
Assert.assertEquals(
listOf("file:///src/test/java" to JavaSourceRootType.TEST_SOURCE,
"file:///src/test/kotlin" to JavaSourceRootType.TEST_SOURCE,
"file:///src/test/resources" to JavaResourceRootType.TEST_RESOURCE),
getSourceRootInfos("project_test")
)
}
private fun checkStableModuleName(projectName: String, expectedName: String, platform: TargetPlatform, isProduction: Boolean) {
@@ -2016,19 +2016,6 @@ compileTestKotlin {
)
assertAllModulesConfigured()
Assert.assertEquals(
listOf("file:///src/main/java" to JavaSourceRootType.SOURCE,
"file:///src/main/kotlin" to JavaSourceRootType.SOURCE,
"file:///src/main/resources" to JavaResourceRootType.RESOURCE),
getSourceRootInfos("project_main")
)
Assert.assertEquals(
listOf("file:///src/test/java" to JavaSourceRootType.TEST_SOURCE,
"file:///src/test/kotlin" to JavaSourceRootType.TEST_SOURCE,
"file:///src/test/resources" to JavaResourceRootType.TEST_RESOURCE),
getSourceRootInfos("project_test")
)
}
private fun checkStableModuleName(projectName: String, expectedName: String, platform: TargetPlatform, isProduction: Boolean) {