diff options
author | Andrew Tridgell <tridge@samba.org> | 2008-06-04 09:25:16 -0700 |
---|---|---|
committer | Andrew Tridgell <tridge@samba.org> | 2008-06-04 09:25:16 -0700 |
commit | bc8c2a50e8a2467721e1739b28a6f4ce96162f4f (patch) | |
tree | cb6cff5e427212b15ace82903f6590c1f5544c93 /source4/torture | |
parent | 70219bee139445ab6116def04e25c245871f8391 (diff) | |
parent | 71ce9975fa06948d95b2bf9184dbef113813337a (diff) | |
download | samba-bc8c2a50e8a2467721e1739b28a6f4ce96162f4f.tar.gz samba-bc8c2a50e8a2467721e1739b28a6f4ce96162f4f.tar.bz2 samba-bc8c2a50e8a2467721e1739b28a6f4ce96162f4f.zip |
Merge branch 'v4-0-test' of ssh://git.samba.org/data/git/samba into v4-0-test
(This used to be commit d206517f90ac02e829193c5a17e5df25059cf18d)
Diffstat (limited to 'source4/torture')
-rw-r--r-- | source4/torture/local/local.c | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/source4/torture/local/local.c b/source4/torture/local/local.c index 1c3274adcd..bf53df4a11 100644 --- a/source4/torture/local/local.c +++ b/source4/torture/local/local.c @@ -68,16 +68,13 @@ NTSTATUS torture_local_init(void) torture_suite_add_simple_test(suite, "TALLOC", torture_local_talloc); torture_suite_add_simple_test(suite, "REPLACE", torture_local_replace); - torture_suite_add_simple_test(suite, "CRYPTO-SHA1", - torture_local_crypto_sha1); torture_suite_add_simple_test(suite, "CRYPTO-MD4", torture_local_crypto_md4); torture_suite_add_simple_test(suite, "CRYPTO-MD5", torture_local_crypto_md5); torture_suite_add_simple_test(suite, "CRYPTO-HMACMD5", torture_local_crypto_hmacmd5); - torture_suite_add_simple_test(suite, "CRYPTO-HMACSHA1", - torture_local_crypto_hmacsha1); + for (i = 0; suite_generators[i]; i++) torture_suite_add_suite(suite, suite_generators[i](talloc_autofree_context())); |