summaryrefslogtreecommitdiff
path: root/source4/torture/raw/raw.c
diff options
context:
space:
mode:
authorTim Prouty <tprouty@samba.org>2009-12-04 13:04:12 -0800
committerTim Prouty <tprouty@samba.org>2009-12-07 16:52:16 -0800
commit919440a2aa19b8e0eeb6387fea99dd049132b7dd (patch)
tree8f50731a91d3962ee8dcc1b38d1c40d17e69ca00 /source4/torture/raw/raw.c
parent6bc8a2bf0a180c86c12f6ce9a587ab869ee91e2d (diff)
downloadsamba-919440a2aa19b8e0eeb6387fea99dd049132b7dd.tar.gz
s4 torture: Convert RAW-STREAMS to a set of test suites rather than a monolithic test
Diffstat (limited to 'source4/torture/raw/raw.c')
-rw-r--r--source4/torture/raw/raw.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source4/torture/raw/raw.c b/source4/torture/raw/raw.c
index ada290f436e..c47ad92cc9e 100644
--- a/source4/torture/raw/raw.c
+++ b/source4/torture/raw/raw.c
@@ -60,7 +60,7 @@ NTSTATUS torture_raw_init(void)
torture_suite_add_suite(suite, torture_raw_rename(suite));
torture_suite_add_1smb_test(suite, "SEEK", torture_raw_seek);
torture_suite_add_1smb_test(suite, "EAS", torture_raw_eas);
- torture_suite_add_1smb_test(suite, "STREAMS", torture_raw_streams);
+ torture_suite_add_suite(suite, torture_raw_streams(suite));
torture_suite_add_1smb_test(suite, "ACLS", torture_raw_acls);
torture_suite_add_1smb_test(suite, "COMPOSITE", torture_raw_composite);
torture_suite_add_simple_test(suite, "SAMBA3HIDE", torture_samba3_hide);