update instrumentation test to JUnit4

This commit is contained in:
Vincent Breitmoser
2015-06-14 12:12:28 +02:00
parent 46e75a085e
commit 442aed8a2d
2 changed files with 10 additions and 3 deletions

View File

@@ -143,9 +143,8 @@ android {
// Reference them in .xml files.
resValue "string", "account_type", "org.sufficientlysecure.keychain.debug.account"
// Disabled: only works for androidTest not test!
// Enable code coverage (Jacoco)
//testCoverageEnabled true
testCoverageEnabled true
}
}