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
This commit is contained in:
Love Hörnquist Åstrand
2008-04-07 11:47:12 +00:00
parent 4fa7c09faf
commit dcc5363304

View File

@@ -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");