From: Michael Adam Date: Tue, 6 May 2008 09:40:05 +0000 (+0200) Subject: testsuite: use domain==workgroup in wbinfo tests now that we are PDC. X-Git-Tag: samba-3.3.0pre1~1370 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=a5fc47c2457ce370a4f6150b9f2a417dac7589bf;p=thirdparty%2Fsamba.git testsuite: use domain==workgroup in wbinfo tests now that we are PDC. Previously domain==netbios name was the right thing to use. Michael --- diff --git a/source/script/tests/test_wbinfo_s3.sh b/source/script/tests/test_wbinfo_s3.sh index b0b6824500d..e3bf1b9e708 100755 --- a/source/script/tests/test_wbinfo_s3.sh +++ b/source/script/tests/test_wbinfo_s3.sh @@ -25,10 +25,10 @@ tests="$tests:--own-domain" tests="$tests:--all-domains" tests="$tests:--trusted-domains" tests="$tests:--domain-info=BUILTIN" -tests="$tests:--domain-info=$server" +tests="$tests:--domain-info=$domain" tests="$tests:--online-status" tests="$tests:--online-status --domain=BUILTIN" -tests="$tests:--online-status --domain=$server" +tests="$tests:--online-status --domain=$domain" #Didn't pass yet# tests="$tests:--domain-users" tests="$tests:--domain-groups" tests="$tests:--name-to-sid=$username"