aboutsummaryrefslogtreecommitdiffstats
path: root/OpenKeychain-Test
Commit message (Collapse)AuthorAgeFilesLines
* test: enable travis, disable dysfunctional tests to make it workVincent Breitmoser2014-07-101-3/+3
|
* tests: add testSubkeyAddVincent Breitmoser2014-07-102-17/+64
|
* test: move uncachedkeyring test setup into BeforeClass methodVincent Breitmoser2014-07-091-20/+25
|
* tests: fix createkey testVincent Breitmoser2014-07-091-6/+5
|
* Merge remote-tracking branch ↵Vincent Breitmoser2014-07-0910-10/+1045
| | | | | | | 'artbristol/functional-testing-canonicalize-badsignature' into external-test Conflicts: OpenKeychain-Test/src/test/resources/extern/OpenPGP-Haskell
* put unit tests into external module (CAVEAT)Vincent Breitmoser2014-07-098-0/+343
this requires a more up to date version of gradle-android-test-plugin than is currently in the repositories. it must be added to the local maven repo using ./install-custom-gradle-test-plugin.sh before compiling.