diff options
author | Jelmer Vernooij <jelmer@samba.org> | 2007-03-05 01:50:33 +0000 |
---|---|---|
committer | Gerald (Jerry) Carter <jerry@samba.org> | 2007-10-10 14:49:13 -0500 |
commit | 1d75e907e28fa0ee21c4693cbac9e0cdfb11c111 (patch) | |
tree | 61c045f1986474deb6e6839b75ff36d5832052b9 /source4/lib/compression | |
parent | 0a28fbae1b7c00a32fe5b3d8bfa1cb0d8c8d4a85 (diff) | |
download | samba-1d75e907e28fa0ee21c4693cbac9e0cdfb11c111.tar.gz samba-1d75e907e28fa0ee21c4693cbac9e0cdfb11c111.tar.xz samba-1d75e907e28fa0ee21c4693cbac9e0cdfb11c111.zip |
r21694: Some more testing updates.
(This used to be commit 9247626b1c5f1eec0cedd6be221aafc41d9a26ab)
Diffstat (limited to 'source4/lib/compression')
-rw-r--r-- | source4/lib/compression/testsuite.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/source4/lib/compression/testsuite.c b/source4/lib/compression/testsuite.c index eb00d096fd..e201e414a6 100644 --- a/source4/lib/compression/testsuite.c +++ b/source4/lib/compression/testsuite.c @@ -27,7 +27,5 @@ struct torture_suite *torture_local_compression(TALLOC_CTX *mem_ctx) { struct torture_suite *suite = torture_suite_create(mem_ctx, "COMPRESSION"); - torture_suite_add_simple_test(suite, "pull_charset", test_pull_charset); - return suite; } |