- moved some of the base tests into torture/basic/
authorAndrew Tridgell <tridge@samba.org>
Fri, 26 Mar 2004 02:39:48 +0000 (02:39 +0000)
committerAndrew Tridgell <tridge@samba.org>
Fri, 26 Mar 2004 02:39:48 +0000 (02:39 +0000)
commit47dfe299c8a5a64ade88d15ecf71f99800ea40cd
tree0cf7ed8fbcb122f397f6c9f541d656bb1344b42c
parent9a29b393775e29dea2ba1048e86fed60b7a38e3d
- moved some of the base tests into torture/basic/

- added a CHARSET set of tests, which determines how the server deals
with some specific charset issues related to UTF-16
support. Interestingly, Samba3 already passes all but one of these
tests, because our incorrect UCS-2 and UTF-8 implementations where we
don't check the validity of characters actually matches what Windows
does! This means that adding UTF-16 support to Samba is going to be
_much_ easier than we expected.
(This used to be commit c8497a42364d186f08102224d5062d176ee81f5b)
source4/Makefile.in
source4/torture/basic/aliases.c [moved from source4/torture/aliases.c with 100% similarity]
source4/torture/basic/charset.c [new file with mode: 0644]
source4/torture/basic/denytest.c [moved from source4/torture/denytest.c with 100% similarity]
source4/torture/basic/dfstest.c [moved from source4/torture/dfstest.c with 100% similarity]
source4/torture/basic/mangle_test.c [moved from source4/torture/mangle_test.c with 100% similarity]
source4/torture/basic/scanner.c [moved from source4/torture/scanner.c with 100% similarity]
source4/torture/basic/utable.c [moved from source4/torture/utable.c with 100% similarity]
source4/torture/config.m4
source4/torture/nbench/nbio.c
source4/torture/torture.c