From dcc5363304b2f43e2d6e15c58f0dcd412ad10820 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Love=20H=C3=B6rnquist=20=C3=85strand?= Date: Mon, 7 Apr 2008 11:47:12 +0000 Subject: [PATCH] no test_init_vs_destroy for API: cache, more tests git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@22823 ec53bebd-3082-4978-b11e-865c3cabbd6b --- lib/krb5/test_cc.c | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/lib/krb5/test_cc.c b/lib/krb5/test_cc.c index a31a45f69..4e09620be 100644 --- a/lib/krb5/test_cc.c +++ b/lib/krb5/test_cc.c @@ -539,7 +539,9 @@ main(int argc, char **argv) test_mcache(context); test_init_vs_destroy(context, &krb5_mcc_ops); test_init_vs_destroy(context, &krb5_fcc_ops); +#if 0 test_init_vs_destroy(context, &krb5_acc_ops); +#endif test_init_vs_destroy(context, &krb5_scc_ops); test_mcc_default(); test_def_cc_name(context); @@ -570,6 +572,8 @@ main(int argc, char **argv) test_copy(context, "MEMORY", "FILE"); test_copy(context, "SDB", "FILE"); test_copy(context, "FILE", "SDB"); + test_copy(context, "SDB", "MEMORY"); + test_copy(context, "MEMORY", "SDB"); test_move(context, "FILE"); test_move(context, "MEMORY");