Author: lha Date: 2007-07-17 06:19:27 +0000 (Tue, 17 Jul 2007) New Revision: 774
WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=rev&root=lorikeet&rev=774 Log: merge 21602, more verbose what is failing Modified: trunk/heimdal/lib/ntlm/test_ntlm.c Changeset: Modified: trunk/heimdal/lib/ntlm/test_ntlm.c =================================================================== --- trunk/heimdal/lib/ntlm/test_ntlm.c 2007-07-17 05:25:05 UTC (rev 773) +++ trunk/heimdal/lib/ntlm/test_ntlm.c 2007-07-17 06:19:27 UTC (rev 774) @@ -38,7 +38,7 @@ #include <roken.h> #include <getarg.h> -RCSID("$Id: test_ntlm.c 21204 2007-06-20 05:59:46Z lha $"); +RCSID("$Id: test_ntlm.c 21602 2007-07-17 06:18:11Z lha $"); #include <krb5.h> #include <heimntlm.h> @@ -318,8 +318,11 @@ argc -= optind; argv += optind; + printf("test_parse\n"); ret += test_parse(); + printf("test_keys\n"); ret += test_keys(); + printf("test_ntlm2_session_resp\n"); ret += test_ntlm2_session_resp(); return 0;
