summaryrefslogtreecommitdiff
path: root/source4/script
diff options
context:
space:
mode:
authorJelmer Vernooij <jelmer@samba.org>2005-05-24 21:59:01 +0000
committerGerald (Jerry) Carter <jerry@samba.org>2007-10-10 13:17:00 -0500
commitfb52ab1446e848394c78bef1437c5636cf32a134 (patch)
treef70ec2f980588ebc133258060bd6f5f1b35ee27f /source4/script
parent26eff174ee8bf6b76ecf7f641286ad59c08f2672 (diff)
downloadsamba-fb52ab1446e848394c78bef1437c5636cf32a134.tar.gz
samba-fb52ab1446e848394c78bef1437c5636cf32a134.tar.bz2
samba-fb52ab1446e848394c78bef1437c5636cf32a134.zip
r6961: Add RPC-WINREG to list of win2k3 tests
Fix bug in test for QueryMultipleValues Ignore errors from CreateKey() and GetKeySecurity() for now (This used to be commit 7b6b8d6b34de01d2585b23ddb994d8e7403a21f6)
Diffstat (limited to 'source4/script')
-rwxr-xr-xsource4/script/tests/test_w2k3.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/source4/script/tests/test_w2k3.sh b/source4/script/tests/test_w2k3.sh
index d15bcbc592..8be9b2a3d7 100755
--- a/source4/script/tests/test_w2k3.sh
+++ b/source4/script/tests/test_w2k3.sh
@@ -4,7 +4,7 @@
# add tests to this list as they start passing, so we test
# that they stay passing
-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_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 RPC-WINREG"
ncacn_ip_tcp_tests="RPC-SCHANNEL RPC-EPMAPPER RPC-SAMR RPC-NETLOGON RPC-LSA RPC-SAMLOGON RPC-SAMSYNC RPC-MULTIBIND"
if [ $# -lt 4 ]; then