Minor fixes of android test project

This commit is contained in:
Alexey Tsvetkov
2016-06-07 16:47:35 +03:00
parent c199fd25e6
commit 5e550a1280
2 changed files with 3 additions and 3 deletions
@@ -25,7 +25,7 @@ abstract class AbstractKotlinAndroidGradleTests(
project.build("build") {
assertSuccessful()
assertContains(":Lib:compileReleaseKotlin",
":Test:compileReleaseKotlin",
":Test:compileDebugKotlin",
":compileFlavor1DebugKotlin",
":compileFlavor2DebugKotlin",
":compileFlavor1JnidebugKotlin",
@@ -51,7 +51,7 @@ abstract class AbstractKotlinAndroidGradleTests(
project.build("build", "--rerun-tasks") {
assertSuccessful()
assertContains(":Lib:compileReleaseKotlin",
":Test:compileReleaseKotlin",
":Test:compileDebugKotlin",
":compileFlavor1DebugKotlin",
":compileFlavor2DebugKotlin",
":compileFlavor1JnidebugKotlin",
@@ -17,5 +17,5 @@ android {
}
targetProjectPath ':Android'
targetVariant 'debug'
targetVariant 'flavor1Debug'
}