added unittest for sign+encrypt

This commit is contained in:
git@daemon.de
2014-02-05 14:04:55 +01:00
parent 7848867ac0
commit e2125351d7

View File

@@ -238,6 +238,17 @@ dxmorg@florida.cops.gov
expect = /verified/
</test>
#
# sign+encrypt tests
<test check-sign-crypt-to-bobby>
cmd = $pcp -V va -g -e -I README -O testsig -r Bobby -x a
expect = /Encrypted/
</test>
<test check-verify-decrypt-from-alicia>
cmd = $pcp -V vb -c -d -I testsig -x b
expect = /Verified.*Unittests/s
</test>
#
# yaml export test
<test check-export-yaml>