[svn] ksba - r323 - trunk/tests

svn author wk cvs at cvs.gnupg.org
Wed Aug 4 10:31:38 CEST 2010


Author: wk
Date: 2010-08-04 10:31:38 +0200 (Wed, 04 Aug 2010)
New Revision: 323

Modified:
   trunk/tests/ChangeLog
   trunk/tests/t-cms-parser.c
   trunk/tests/t-common.h
Log:
Minor change


Modified: trunk/tests/ChangeLog
===================================================================
--- trunk/tests/ChangeLog	2010-08-02 13:36:25 UTC (rev 322)
+++ trunk/tests/ChangeLog	2010-08-04 08:31:38 UTC (rev 323)
@@ -1,3 +1,7 @@
+2010-08-04  Werner Koch  <wk at g10code.com>
+
+	* t-cms-parser.c (one_file): Use print_sexp_hex for the s/n.
+
 2010-07-15  Werner Koch  <wk at g10code.com>
 
 	* t-cms-parser.c (dummy_writer_cb): New.

Modified: trunk/tests/t-cms-parser.c
===================================================================
--- trunk/tests/t-cms-parser.c	2010-08-02 13:36:25 UTC (rev 322)
+++ trunk/tests/t-cms-parser.c	2010-08-04 08:31:38 UTC (rev 323)
@@ -151,7 +151,7 @@
           ksba_free (dn);
           putchar ('\n');
           printf ("recipient %d - serial: ", idx);
-          print_sexp (p);
+          print_sexp_hex (p);
           ksba_free (p);
           putchar ('\n');
   
@@ -177,7 +177,7 @@
           ksba_free (dn);
           putchar ('\n');
           printf ("signer %d - serial: ", idx);
-          print_sexp (p);
+          print_sexp_hex (p);
           ksba_free (p);
           putchar ('\n');
   

Modified: trunk/tests/t-common.h
===================================================================
--- trunk/tests/t-common.h	2010-08-02 13:36:25 UTC (rev 322)
+++ trunk/tests/t-common.h	2010-08-04 08:31:38 UTC (rev 323)
@@ -155,7 +155,7 @@
     }
 }
 
-/* Variant of print_sexp which force printing the values in hex.  */
+/* Variant of print_sexp which forces printing the values in hex.  */
 void
 print_sexp_hex (ksba_const_sexp_t p)
 {





More information about the Gnupg-commits mailing list