From a3df55b26f6afaab4364cb96efb121a3f8fa2c82 Mon Sep 17 00:00:00 2001 From: Zachary Loafman Date: Wed, 18 Nov 2009 00:29:23 +0000 Subject: s4 torture: Make RAW-SEARCH pass against win7 Signed-off-by: Tim Prouty --- source4/torture/smbtorture.h | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) (limited to 'source4/torture/smbtorture.h') diff --git a/source4/torture/smbtorture.h b/source4/torture/smbtorture.h index c7bbcf2d9d6..a4f25958a69 100644 --- a/source4/torture/smbtorture.h +++ b/source4/torture/smbtorture.h @@ -91,4 +91,26 @@ bool torture_register_suite(struct torture_suite *suite); * steps rather than 1. */ +/* torture:resume_key_support + * + * Server supports resuming search via key. + */ + +/* torture:rewind_support + * + * Server supports rewinding during search. + */ + +/* torture:ea_support + * + * Server supports OS/2 style EAs. + */ + +/* torture:search_ea_support + * + * Server supports RAW_SEARCH_DATA_EA_LIST - Torture currently + * does not interact correctly with win7, this flag disables + * the appropriate test. + */ + #endif /* __SMBTORTURE_H__ */ -- cgit v1.2.1