s3-selftest Add workaround for RAP test failure
authorAndrew Bartlett <abartlet@samba.org>
Wed, 13 Apr 2011 01:37:33 +0000 (11:37 +1000)
committerAndrew Tridgell <tridge@samba.org>
Wed, 13 Apr 2011 04:47:08 +0000 (14:47 +1000)
commit1d4fb073ecd77a8289b064d4eb6bb148ba49c11b
treec9dde98ebffc1e6b3791b904dab72f00c83dbd39
parenta2c691ab9a21946e0c6a86d11278a1a220615dc8
s3-selftest Add workaround for RAP test failure

The rap.sam test reads 0xFFFFFFFF as a string in the level 2
r->HomeDir attribute, which once we start validating ASCII strings
fails.  This restores a unchecked dos charset for this test only,
until it is determined if the client or server RAP code is at fault.

Andrew Bartlett

Signed-off-by: Andrew Tridgell <tridge@samba.org>
source3/selftest/tests.py