mirror of
https://github.com/Guardsquare/proguard.git
synced 2026-03-13 09:50:34 +08:00
Merge branch 'master' into beta
This commit is contained in:
@@ -51,7 +51,7 @@ class DefaultConfigurationTest : FreeSpec({
|
||||
"When the project is evaluated" - {
|
||||
val buildResult = createGradleRunner(project.rootDir, testKitDir, "-si").buildAndFail()
|
||||
"Then an exception is thrown" {
|
||||
buildResult.output shouldContain "The default ProGuard configuration 'non-existing' is not invalid"
|
||||
buildResult.output shouldContain "The default ProGuard configuration 'non-existing' is invalid"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user