Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | test: work on KeyringTestingHelper methods | Vincent Breitmoser | 2014-07-13 | 1 | -11/+117 | |
| | ||||||
* | test: more tests for different revocation cases | Vincent Breitmoser | 2014-07-12 | 1 | -1/+41 | |
| | ||||||
* | test: add test for bad key sanity check | Vincent Breitmoser | 2014-07-12 | 1 | -1/+67 | |
| | ||||||
* | test: add algorithm choice tests | Vincent Breitmoser | 2014-07-12 | 1 | -0/+74 | |
| | ||||||
* | tests: stronger subkey revocation test including re-certification | Vincent Breitmoser | 2014-07-11 | 1 | -16/+69 | |
| | ||||||
* | test: stronger SubkeyCreate tests | Vincent Breitmoser | 2014-07-11 | 1 | -3/+39 | |
| | ||||||
* | test: add SubkeyChange tests | Vincent Breitmoser | 2014-07-11 | 1 | -3/+94 | |
| | ||||||
* | test: onlyX vars are lists now, use them as such | Vincent Breitmoser | 2014-07-11 | 1 | -12/+8 | |
| | ||||||
* | (whoops) | Vincent Breitmoser | 2014-07-11 | 1 | -1/+1 | |
| | ||||||
* | SaveKeyringParcel: follow attribute m prefix coding guideline | Vincent Breitmoser | 2014-07-11 | 1 | -17/+17 | |
| | ||||||
* | test: get rid of some SaveKeyringParcel boilerplate | Vincent Breitmoser | 2014-07-11 | 1 | -28/+10 | |
| | ||||||
* | get rid of some inspection warnings | Vincent Breitmoser | 2014-07-11 | 1 | -6/+5 | |
| | ||||||
* | test: add more user id tests | Vincent Breitmoser | 2014-07-11 | 1 | -2/+85 | |
| | ||||||
* | test: put more stuff in helper method for neater tests | Vincent Breitmoser | 2014-07-11 | 2 | -36/+36 | |
| | ||||||
* | test: test subkey revocation | Vincent Breitmoser | 2014-07-11 | 1 | -0/+35 | |
| | ||||||
* | test: implement a ton of PgpKeyOperation tests | Vincent Breitmoser | 2014-07-11 | 1 | -27/+191 | |
| | ||||||
* | test: fix RawPacket comparator | Vincent Breitmoser | 2014-07-11 | 1 | -7/+14 | |
| | ||||||
* | test: finish testSubkeyAdd | Vincent Breitmoser | 2014-07-10 | 2 | -23/+43 | |
| | ||||||
* | test: enable travis, disable dysfunctional tests to make it work | Vincent Breitmoser | 2014-07-10 | 1 | -3/+3 | |
| | ||||||
* | tests: add testSubkeyAdd | Vincent Breitmoser | 2014-07-10 | 2 | -17/+64 | |
| | ||||||
* | test: move uncachedkeyring test setup into BeforeClass method | Vincent Breitmoser | 2014-07-09 | 1 | -20/+25 | |
| | ||||||
* | tests: fix createkey test | Vincent Breitmoser | 2014-07-09 | 1 | -6/+5 | |
| | ||||||
* | Merge remote-tracking branch ↵ | Vincent Breitmoser | 2014-07-09 | 10 | -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 Breitmoser | 2014-07-09 | 8 | -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. |