diff options
author | Werner Koch <[email protected]> | 2015-02-24 16:02:00 +0000 |
---|---|---|
committer | Werner Koch <[email protected]> | 2015-02-24 16:02:00 +0000 |
commit | d79011180112199a8df105f463952b4bcbe04410 (patch) | |
tree | 409851a6ff6137b67540d20b5ab38a8abde3b7ba | |
parent | gpg: Add option to print fingerprints in ICAO spelling. (diff) | |
download | gnupg-d79011180112199a8df105f463952b4bcbe04410.tar.gz gnupg-d79011180112199a8df105f463952b4bcbe04410.zip |
common: Add another test case to zb32.c
--
Fingerprints may eventually be used with zb32 and thus thre should be
a test case.
-rw-r--r-- | common/t-zb32.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/common/t-zb32.c b/common/t-zb32.c index 7d509da54..2b19c09c4 100644 --- a/common/t-zb32.c +++ b/common/t-zb32.c @@ -76,6 +76,9 @@ test_zb32enc (void) { 20, "\x81\x81\x81", "ogya" }, { 64, "\x81\x81\x81\x81\x81\x81\x81\x81", "ogyadycbogyan" }, /* More tests. */ + { 160, "\x80\x61\x58\x70\xF5\xBA\xD6\x90\x33\x36" + /* */"\x86\xD0\xF2\xAD\x85\xAC\x1E\x42\xB3\x67", + /* */"oboioh8izmmjyc3so5exfmcfioxrfc58" }, { 0, "", "" } }; int tidx; |