From d79011180112199a8df105f463952b4bcbe04410 Mon Sep 17 00:00:00 2001 From: Werner Koch Date: Tue, 24 Feb 2015 17:02:00 +0100 Subject: common: Add another test case to zb32.c -- Fingerprints may eventually be used with zb32 and thus thre should be a test case. --- common/t-zb32.c | 3 +++ 1 file changed, 3 insertions(+) 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; -- cgit v1.2.3