aboutsummaryrefslogtreecommitdiffstats
path: root/OpenKeychain-Test/src
Commit message (Collapse)AuthorAgeFilesLines
...
* test: implement a ton of PgpKeyOperation testsVincent Breitmoser2014-07-111-27/+191
|
* test: fix RawPacket comparatorVincent Breitmoser2014-07-111-7/+14
|
* test: finish testSubkeyAddVincent Breitmoser2014-07-102-23/+43
|
* 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-097-0/+263
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.