aboutsummaryrefslogtreecommitdiffstats
path: root/OpenKeychain/src/test/java/org/sufficientlysecure/keychain/provider/ProviderHelperSaveTest.java
Commit message (Collapse)AuthorAgeFilesLines
* Merge branch 'master' into performanceVincent Breitmoser2016-02-101-2/+2
|\
| * Replace spongycastle with bouncycastleDominik Schürmann2016-02-091-2/+2
| |
* | performance: fix unit testsVincent Breitmoser2016-02-051-4/+4
|/
* fix unit tests for new savePublicKeyRing method signatureVincent Breitmoser2015-09-111-1/+1
|
* Tests not working anymore on travis after using new annotation parameterDominik Schürmann2015-07-091-4/+6
| | | | | | Revert "Get rid of robolectric workaround by using new annotation in robolectric 3.0" This reverts commit 85a47d22f9bb1e4aaf5770c67416a5532977658e.
* Get rid of robolectric workaround by using new annotation in robolectric 3.0Dominik Schürmann2015-07-091-6/+4
|
* Fix debug/release build separationDominik Schürmann2015-06-111-1/+2
|
* Use new officially supported way for local unit tests, many dependencies ↵Dominik Schürmann2015-06-111-0/+255
upgraded for this, temporary disabled separate debug builds