aboutsummaryrefslogtreecommitdiffstats
path: root/OpenKeychain-Test/src/test/java/org/sufficientlysecure/keychain/tests/PgpKeyOperationTest.java
Commit message (Collapse)AuthorAgeFilesLines
* move classes around a bitVincent Breitmoser2014-08-011-770/+0
|
* tests: adapt to new EditKeyResult return valueVincent Breitmoser2014-07-311-51/+36
|
* rename Wrapped*Key* to Canonicalized*Key*Vincent Breitmoser2014-07-311-15/+15
|
* test: add misc UncachedKeyRing testsVincent Breitmoser2014-07-261-1/+1
|
* test: small code cleanupVincent Breitmoser2014-07-261-14/+4
|
* test and fix: adding an empty user id should failVincent Breitmoser2014-07-261-1/+13
|
* test: use random string as passphraseVincent Breitmoser2014-07-131-19/+35
|
* test: more tests for different revocation casesVincent Breitmoser2014-07-121-1/+41
|
* test: add test for bad key sanity checkVincent Breitmoser2014-07-121-1/+67
|
* test: add algorithm choice testsVincent Breitmoser2014-07-121-0/+74
|
* tests: stronger subkey revocation test including re-certificationVincent Breitmoser2014-07-111-16/+69
|
* test: stronger SubkeyCreate testsVincent Breitmoser2014-07-111-3/+39
|
* test: add SubkeyChange testsVincent Breitmoser2014-07-111-3/+94
|
* test: onlyX vars are lists now, use them as suchVincent Breitmoser2014-07-111-12/+8
|
* (whoops)Vincent Breitmoser2014-07-111-1/+1
|
* SaveKeyringParcel: follow attribute m prefix coding guidelineVincent Breitmoser2014-07-111-17/+17
|
* test: get rid of some SaveKeyringParcel boilerplateVincent Breitmoser2014-07-111-28/+10
|
* get rid of some inspection warningsVincent Breitmoser2014-07-111-6/+5
|
* test: add more user id testsVincent Breitmoser2014-07-111-2/+85
|
* test: put more stuff in helper method for neater testsVincent Breitmoser2014-07-111-36/+33
|
* test: test subkey revocationVincent Breitmoser2014-07-111-0/+35
|
* test: implement a ton of PgpKeyOperation testsVincent Breitmoser2014-07-111-27/+191
|
* test: finish testSubkeyAddVincent Breitmoser2014-07-101-14/+35
|
* tests: add testSubkeyAddVincent Breitmoser2014-07-101-0/+130