summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNikos Mavrogiannopoulos <nmav@redhat.com>2015-03-06 10:33:35 +0100
committerNikos Mavrogiannopoulos <nmav@redhat.com>2015-03-06 10:33:35 +0100
commit5ad06db9ebdf2139d12331f83d48d77853ad55ef (patch)
treee6db6b64317fb39d5d18271ea5872234109b0749
parent7fa2798449b8f0cf673fd7206b65982acdde8439 (diff)
downloadlibtasn1-5ad06db9ebdf2139d12331f83d48d77853ad55ef.tar.gz
updated error text in Test_choice_ocsp
-rw-r--r--tests/Test_choice_ocsp.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/Test_choice_ocsp.c b/tests/Test_choice_ocsp.c
index 253a2e2..2deff39 100644
--- a/tests/Test_choice_ocsp.c
+++ b/tests/Test_choice_ocsp.c
@@ -63,7 +63,7 @@ main (int argc, char** argv)
if (len != data_size)
{
- printf ("length doesn't match: known issue\n");
+ printf ("length doesn't match (got: %d, should be: %d): known issue\n", len, data_size);
exit (77);
}