diff options
author | Marcus Brinkmann <[email protected]> | 2005-10-06 23:28:50 +0000 |
---|---|---|
committer | Marcus Brinkmann <[email protected]> | 2005-10-06 23:28:50 +0000 |
commit | bd91d68071219e601cc8808564f5882e7fe2440b (patch) | |
tree | a4f8cf3642ffa09aed734d505c0b01657b02c8a5 | |
parent | 2005-10-06 Marcus Brinkmann <[email protected]> (diff) | |
download | gpgme-bd91d68071219e601cc8808564f5882e7fe2440b.tar.gz gpgme-bd91d68071219e601cc8808564f5882e7fe2440b.zip |
2005-10-07 Marcus Brinkmann <[email protected]>
* gpg/t-sig-notation.c: Change critical notation to something
GnuPG understands.
-rw-r--r-- | trunk/tests/ChangeLog | 5 | ||||
-rw-r--r-- | trunk/tests/gpg/t-sig-notation.c | 4 |
2 files changed, 7 insertions, 2 deletions
diff --git a/trunk/tests/ChangeLog b/trunk/tests/ChangeLog index 6fa2d776..cb3edece 100644 --- a/trunk/tests/ChangeLog +++ b/trunk/tests/ChangeLog @@ -1,3 +1,8 @@ +2005-10-07 Marcus Brinkmann <[email protected]> + + * gpg/t-sig-notation.c: Change critical notation to something + GnuPG understands. + 2005-10-01 Marcus Brinkmann <[email protected]> * gpg/Makefile.am (EXTRA_DIST): Remove gpg.conf. diff --git a/trunk/tests/gpg/t-sig-notation.c b/trunk/tests/gpg/t-sig-notation.c index a9014733..7345a523 100644 --- a/trunk/tests/gpg/t-sig-notation.c +++ b/trunk/tests/gpg/t-sig-notation.c @@ -42,8 +42,8 @@ static struct { { "laughing@me", "Just Squeeze Me", GPGME_SIG_NOTATION_HUMAN_READABLE }, - { "leave@home", - "Right Now", + { "[email protected]", + "pgpmime", GPGME_SIG_NOTATION_HUMAN_READABLE | GPGME_SIG_NOTATION_CRITICAL }, { NULL, "http://www.gnu.org/policy/", |