summaryrefslogtreecommitdiff
path: root/source4/torture/raw/raw.c
diff options
context:
space:
mode:
authorStefan Metzmacher <metze@samba.org>2007-05-25 13:03:33 +0000
committerGerald (Jerry) Carter <jerry@samba.org>2007-10-10 14:52:57 -0500
commite3408e61607f19f275062164adfc45ae08623f9e (patch)
tree61d863907dd158bc3b0d721b273216e019a9e83b /source4/torture/raw/raw.c
parentd142f4b0f28edf10b9a0f1653d2fcbf31c45b296 (diff)
downloadsamba-e3408e61607f19f275062164adfc45ae08623f9e.tar.gz
samba-e3408e61607f19f275062164adfc45ae08623f9e.tar.bz2
samba-e3408e61607f19f275062164adfc45ae08623f9e.zip
r23144: splitup RAW-OPLOCK into small units
metze (This used to be commit 0cfe152cb143165b908ef023a06c4107efbdecb9)
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 bdf4072a62..b84fea81a9 100644
--- a/source4/torture/raw/raw.c
+++ b/source4/torture/raw/raw.c
@@ -41,7 +41,7 @@ NTSTATUS torture_raw_init(void)
torture_suite_add_simple_test(suite, "CLOSE", torture_raw_close);
torture_suite_add_simple_test(suite, "OPEN", torture_raw_open);
torture_suite_add_simple_test(suite, "MKDIR", torture_raw_mkdir);
- torture_suite_add_simple_test(suite, "OPLOCK", torture_raw_oplock);
+ torture_suite_add_suite(suite, torture_raw_oplock());
torture_suite_add_simple_test(suite, "NOTIFY", torture_raw_notify);
torture_suite_add_simple_test(suite, "MUX", torture_raw_mux);
torture_suite_add_simple_test(suite, "IOCTL", torture_raw_ioctl);