Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | 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 | 7 | -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. |