JPS tests: avoid using deprecated API
This commit is contained in:
committed by
Dmitry Jemerov
parent
3a8cf68541
commit
40574d31ac
+2
-2
@@ -33,8 +33,8 @@ abstract class AbstractAndroidJpsTestCase : BaseKotlinJpsBuildTestCase() {
|
||||
fun doTest(path: String) {
|
||||
addJdkAndAndroidSdk()
|
||||
loadProject(path + getTestName(true) + ".ipr")
|
||||
rebuildAll()
|
||||
makeAll().assertSuccessful()
|
||||
rebuildAllModules()
|
||||
buildAllModules().assertSuccessful()
|
||||
FileUtil.delete(File(path + "/out"))
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user