diff options
| author | Andre Heinecke <[email protected]> | 2018-11-14 17:05:25 +0100 |
|---|---|---|
| committer | Andre Heinecke <[email protected]> | 2018-11-14 17:05:25 +0100 |
| commit | d0087d45f0207bf82a4f078d972c28c4d1cd2690 (patch) | |
| tree | ccebb68a4a68e46e12eb6d703680db28134eb9fb /tests/json/t-sign.in.json | |
| parent | tests,json: Add missing files and chunking test (diff) | |
| download | gpgme-d0087d45f0207bf82a4f078d972c28c4d1cd2690.tar.gz gpgme-d0087d45f0207bf82a4f078d972c28c4d1cd2690.zip | |
tests,json: Add more tests
* t-config-opt.in.json,
t-config-opt.out.json,
t-import.in.json,
t-import.out.json,
t-sign.in.json,
t-sign.out.json: New.
--
These should actually have been in a previous commit as
they are already registered.
Diffstat (limited to 'tests/json/t-sign.in.json')
| -rw-r--r-- | tests/json/t-sign.in.json | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/tests/json/t-sign.in.json b/tests/json/t-sign.in.json new file mode 100644 index 00000000..9e04442f --- /dev/null +++ b/tests/json/t-sign.in.json @@ -0,0 +1,8 @@ +{ + "op": "sign", + "keys": "A0FF4590BB6122EDEF6E3C542D727CC768697734", + "sender": "[email protected]", + "data": "Hello world", + "armor": true, + "base64": false +} |
