- 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)
commitc8497a42364d186f08102224d5062d176ee81f5b
treef464e6825b127c5dfe4dd74a58c31cd0c942c8a1
parent3bcd27e0f0a20f2d9923815a123044bda710693c
- 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.
source/Makefile.in
source/torture/basic/aliases.c [moved from source/torture/aliases.c with 100% similarity]
source/torture/basic/charset.c [new file with mode: 0644]
source/torture/basic/denytest.c [moved from source/torture/denytest.c with 100% similarity]
source/torture/basic/dfstest.c [moved from source/torture/dfstest.c with 100% similarity]
source/torture/basic/mangle_test.c [moved from source/torture/mangle_test.c with 100% similarity]
source/torture/basic/scanner.c [moved from source/torture/scanner.c with 100% similarity]
source/torture/basic/utable.c [moved from source/torture/utable.c with 100% similarity]
source/torture/config.m4
source/torture/nbench/nbio.c
source/torture/torture.c