summaryrefslogtreecommitdiff
path: root/source4/torture/torture.c
diff options
context:
space:
mode:
authorAndrew Tridgell <tridge@samba.org>2005-11-22 13:14:04 +0000
committerGerald (Jerry) Carter <jerry@samba.org>2007-10-10 13:46:38 -0500
commit3294bf59aad7be3c9a003a8b555ea305b1ba3fe8 (patch)
tree69648168137f09caa11dcbd29ded1634cd16233a /source4/torture/torture.c
parentf7c03b2abe387ada2d05ddf4f9cd0c35c2c47de0 (diff)
downloadsamba-3294bf59aad7be3c9a003a8b555ea305b1ba3fe8.tar.gz
samba-3294bf59aad7be3c9a003a8b555ea305b1ba3fe8.tar.bz2
samba-3294bf59aad7be3c9a003a8b555ea305b1ba3fe8.zip
r11850: added a test suite for the SMB2 find calls
(This used to be commit 3ac32d802bba96e5cbcebc4b536258eb0981a9e4)
Diffstat (limited to 'source4/torture/torture.c')
-rw-r--r--source4/torture/torture.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/source4/torture/torture.c b/source4/torture/torture.c
index 24101b2e73..86c56131a2 100644
--- a/source4/torture/torture.c
+++ b/source4/torture/torture.c
@@ -2259,6 +2259,7 @@ static struct {
{"SMB2-SCANFIND", torture_smb2_find_scan, 0},
{"SMB2-GETINFO", torture_smb2_getinfo, 0},
{"SMB2-SETINFO", torture_smb2_setinfo, 0},
+ {"SMB2-FIND", torture_smb2_find, 0},
/* protocol scanners */
{"SCAN-TRANS2", torture_trans2_scan, 0},