summaryrefslogtreecommitdiff
path: root/source4/torture/raw/raw.c
diff options
context:
space:
mode:
authorVolker Lendecke <vlendec@samba.org>2007-08-20 05:24:19 +0000
committerGerald (Jerry) Carter <jerry@samba.org>2007-10-10 15:02:17 -0500
commit7e43f973c4e3c76369e690707055f233d15fa37d (patch)
tree4d9e8278d121078883da5cd82156f70fabf4a8de /source4/torture/raw/raw.c
parent7c9312a885c203328833bb6cbd8cf31454592427 (diff)
downloadsamba-7e43f973c4e3c76369e690707055f233d15fa37d.tar.gz
samba-7e43f973c4e3c76369e690707055f233d15fa37d.tar.bz2
samba-7e43f973c4e3c76369e690707055f233d15fa37d.zip
r24569: Add two tests
A subtest for rename to check if case-changing renames work A test that exposes the case insensitivity unix_convert bug (This used to be commit 786706322a920fd54585bec72d860ed112398f12)
Diffstat (limited to 'source4/torture/raw/raw.c')
-rw-r--r--source4/torture/raw/raw.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/source4/torture/raw/raw.c b/source4/torture/raw/raw.c
index 55e9350144..67d79ef78c 100644
--- a/source4/torture/raw/raw.c
+++ b/source4/torture/raw/raw.c
@@ -62,6 +62,8 @@ NTSTATUS torture_raw_init(void)
torture_suite_add_simple_test(suite, "SAMBA3CLOSEERR", torture_samba3_closeerr);
torture_suite_add_simple_test(suite, "SAMBA3CHECKFSP", torture_samba3_checkfsp);
torture_suite_add_simple_test(suite, "SAMBA3BADPATH", torture_samba3_badpath);
+ torture_suite_add_simple_test(suite, "SAMBA3CASEINSENSITIVE",
+ torture_samba3_caseinsensitive);
torture_suite_add_simple_test(suite, "SCAN-EAMAX", torture_max_eas);
suite->description = talloc_strdup(suite,