aboutsummaryrefslogtreecommitdiffstats
path: root/OpenKeychain-Test/src/test/resources
Commit message (Collapse)AuthorAgeFilesLines
* ditch public divert-to-card test keyringVincent Breitmoser2014-09-031-42/+0
|
* If no key flags subpacket is present allow all key flags, fixes mailvelope keysDominik Schürmann2014-09-021-0/+20
|
* add test for divert-to-cardVincent Breitmoser2014-09-025-42/+42
|
* Add testkey for gnupg generated divert-to-card key with Yubikey NEODominik Schürmann2014-09-021-0/+86
|
* tests: add ProviderHelperSaveTest, with long key id collision testVincent Breitmoser2014-08-143-0/+61
|
* Removed OpenPGP-haskell submoduleDominik Schürmann2014-07-181-0/+0
|
* Add OpenPGP-Haskell test files directlyDominik Schürmann2014-07-1893-0/+47
|
* Merge remote-tracking branch ↵Vincent Breitmoser2014-07-091-0/+0
| | | | | | | '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-094-0/+52
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.