diff options
author | Andrew Bartlett <abartlet@samba.org> | 2009-11-10 15:21:40 +1100 |
---|---|---|
committer | Andrew Bartlett <abartlet@samba.org> | 2009-11-12 16:34:12 +1100 |
commit | 2a601719f219686b3a3b38b61b8f549941ecf632 (patch) | |
tree | 19e1cd0597902b7288597b2ae8233c985728c35b /source4/torture/local | |
parent | 9ba1870fb9ae784b429b8e13b4ab0cc3def06aee (diff) | |
download | samba-2a601719f219686b3a3b38b61b8f549941ecf632.tar.gz samba-2a601719f219686b3a3b38b61b8f549941ecf632.tar.bz2 samba-2a601719f219686b3a3b38b61b8f549941ecf632.zip |
s4:dsdb Add expected value tests for most DRS syntax conversions
I've left out those for which I could not find an expected value in my
default Windows 2003 server's database, and the values that rely on
the current prefix map at the time.
Andrew Bartlett
Diffstat (limited to 'source4/torture/local')
-rw-r--r-- | source4/torture/local/config.mk | 3 | ||||
-rw-r--r-- | source4/torture/local/local.c | 3 |
2 files changed, 4 insertions, 2 deletions
diff --git a/source4/torture/local/config.mk b/source4/torture/local/config.mk index 767226f164..a67e6498b1 100644 --- a/source4/torture/local/config.mk +++ b/source4/torture/local/config.mk @@ -59,6 +59,7 @@ TORTURE_LOCAL_OBJ_FILES = \ $(torturesrcdir)/local/dbspeed.o \ $(torturesrcdir)/local/torture.o \ $(torturesrcdir)/ldb/ldb.o \ - $(torturesrcdir)/../dsdb/common/tests/dsdb_dn.o + $(torturesrcdir)/../dsdb/common/tests/dsdb_dn.o \ + $(torturesrcdir)/../dsdb/schema/tests/schema_syntax.o $(eval $(call proto_header_template,$(torturesrcdir)/local/proto.h,$(TORTURE_LOCAL_OBJ_FILES:.o=.c))) diff --git a/source4/torture/local/local.c b/source4/torture/local/local.c index 8bbb8ad70a..8f3f5d666c 100644 --- a/source4/torture/local/local.c +++ b/source4/torture/local/local.c @@ -59,7 +59,8 @@ torture_local_dbspeed, torture_local_credentials, torture_ldb, - torture_dsdb, + torture_dsdb_dn, + torture_dsdb_syntax, torture_registry, NULL }; |