diff options
author | Andrew Bartlett <abartlet@samba.org> | 2005-04-25 04:05:41 +0000 |
---|---|---|
committer | Gerald (Jerry) Carter <jerry@samba.org> | 2007-10-10 13:11:38 -0500 |
commit | 20d7577c0aa8ed1b6106d9119d0f96d24d6e99d9 (patch) | |
tree | 6e690528c3d24ceb952b8942046fe3dcc0c7cf05 | |
parent | 4c6db04124b7866c1584fa76610da3921d75164e (diff) | |
download | samba-20d7577c0aa8ed1b6106d9119d0f96d24d6e99d9.tar.gz samba-20d7577c0aa8ed1b6106d9119d0f96d24d6e99d9.tar.bz2 samba-20d7577c0aa8ed1b6106d9119d0f96d24d6e99d9.zip |
r6456: The RPC-SCHANNEL test is an important test that passes against Win2k3 (well, not SP1, but we are working on that detail).
Andrew Bartlett
(This used to be commit b35b82d4f1bf6e277c7cd71c9d61221e30da6c58)
-rwxr-xr-x | source4/script/tests/test_w2k3.sh | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/source4/script/tests/test_w2k3.sh b/source4/script/tests/test_w2k3.sh index 363cb7ef68..d15bcbc592 100755 --- a/source4/script/tests/test_w2k3.sh +++ b/source4/script/tests/test_w2k3.sh @@ -4,8 +4,8 @@ # add tests to this list as they start passing, so we test # that they stay passing -ncacn_np_tests="RPC-DSSETUP RPC-EPMAPPER RPC-SAMR RPC-WKSSVC RPC-SRVSVC RPC-EVENTLOG RPC-NETLOGON RPC-LSA RPC-SAMLOGON RPC-SAMSYNC RPC-MULTIBIND" -ncacn_ip_tcp_tests="RPC-EPMAPPER RPC-SAMR RPC-NETLOGON RPC-LSA RPC-SAMLOGON RPC-SAMSYNC RPC-MULTIBIND" +ncacn_np_tests="RPC-SCHANNEL RPC-DSSETUP RPC-EPMAPPER RPC-SAMR RPC-WKSSVC RPC-SRVSVC RPC-EVENTLOG RPC-NETLOGON RPC-LSA RPC-SAMLOGON RPC-SAMSYNC RPC-MULTIBIND" +ncacn_ip_tcp_tests="RPC-SCHANNEL RPC-EPMAPPER RPC-SAMR RPC-NETLOGON RPC-LSA RPC-SAMLOGON RPC-SAMSYNC RPC-MULTIBIND" if [ $# -lt 4 ]; then cat <<EOF |