diff options
author | Jelmer Vernooij <jelmer@samba.org> | 2008-09-16 18:16:49 +0200 |
---|---|---|
committer | Jelmer Vernooij <jelmer@samba.org> | 2008-09-16 18:16:49 +0200 |
commit | aa09d8a75f04dd2680aa7c0f06e47b6f5a36fa56 (patch) | |
tree | e1d7d5dbac05fce826622d4ffbe60afe1115b5f1 /testprogs | |
parent | c2eb4e5f8e0275003f9cffe1feeee6e34b7e578e (diff) | |
download | samba-aa09d8a75f04dd2680aa7c0f06e47b6f5a36fa56.tar.gz samba-aa09d8a75f04dd2680aa7c0f06e47b6f5a36fa56.tar.xz samba-aa09d8a75f04dd2680aa7c0f06e47b6f5a36fa56.zip |
Move ndrdump tests closer to the code they test.
Diffstat (limited to 'testprogs')
-rw-r--r-- | testprogs/blackbox/ndrdump/samr-CreateUser-in.dat | bin | 60 -> 0 bytes | |||
-rw-r--r-- | testprogs/blackbox/ndrdump/samr-CreateUser-out.dat | bin | 32 -> 0 bytes | |||
-rwxr-xr-x | testprogs/blackbox/test_ndrdump.sh | 20 | ||||
-rw-r--r-- | testprogs/ejs/minschema_classes.txt | 41 |
4 files changed, 0 insertions, 61 deletions
diff --git a/testprogs/blackbox/ndrdump/samr-CreateUser-in.dat b/testprogs/blackbox/ndrdump/samr-CreateUser-in.dat Binary files differdeleted file mode 100644 index a5840e1f7fc..00000000000 --- a/testprogs/blackbox/ndrdump/samr-CreateUser-in.dat +++ /dev/null diff --git a/testprogs/blackbox/ndrdump/samr-CreateUser-out.dat b/testprogs/blackbox/ndrdump/samr-CreateUser-out.dat Binary files differdeleted file mode 100644 index cf9131dba9f..00000000000 --- a/testprogs/blackbox/ndrdump/samr-CreateUser-out.dat +++ /dev/null diff --git a/testprogs/blackbox/test_ndrdump.sh b/testprogs/blackbox/test_ndrdump.sh deleted file mode 100755 index 50fd76ba927..00000000000 --- a/testprogs/blackbox/test_ndrdump.sh +++ /dev/null @@ -1,20 +0,0 @@ -#!/bin/sh -# Blackbox tests for masktest -# Copyright (C) 2008 Andrew Tridgell -# Copyright (C) 2008 Andrew Bartlett -# based on test_smbclient.sh - -. `dirname $0`/subunit.sh - -failed=0 - -samba4bindir=`dirname $0`/../../source4/bin -ndrdump=$samba4bindir/ndrdump -files=`dirname $0`/ndrdump - -testit "ndrdump with in" $VALGRIND $ndrdump samr samr_CreateUser in $files/samr-CreateUser-in.dat $@ || failed=`expr $failed + 1` -testit "ndrdump with out" $VALGRIND $ndrdump samr samr_CreateUser out $files/samr-CreateUser-out.dat $@ || failed=`expr $failed + 1` -testit "ndrdump with --context-file" $VALGRIND $ndrdump --context-file $files/samr-CreateUser-in.dat samr samr_CreateUser out $files/samr-CreateUser-out.dat $@ || failed=`expr $failed + 1` -testit "ndrdump with validate" $VALGRIND $ndrdump --validate samr samr_CreateUser in $files/samr-CreateUser-in.dat $@ || failed=`expr $failed + 1` - -exit $failed diff --git a/testprogs/ejs/minschema_classes.txt b/testprogs/ejs/minschema_classes.txt deleted file mode 100644 index 30f5b8ce96b..00000000000 --- a/testprogs/ejs/minschema_classes.txt +++ /dev/null @@ -1,41 +0,0 @@ -applicationSettings -builtinDomain -classSchema -computer -configuration -container -crossRef -crossRefContainer -dMD -domain -domainDNS -foreignSecurityPrincipal -group -infrastructureUpdate -leaf -nTDSDSA -nTDSService -organizationalPerson -organizationalUnit -person -primaryDomain -rIDManager -secret -server -serversContainer -site -sitesContainer -subSchema -user -displaySpecifier -foreignSecurityPrincipal -trustedDomain -attributeSchema -subSchema -queryPolicy -groupPolicyContainer -ipsecPolicy -ipsecISAKMPPolicy -ipsecNFA -ipsecFilter -ipsecNegotiationPolicy |