From 2a601719f219686b3a3b38b61b8f549941ecf632 Mon Sep 17 00:00:00 2001 From: Andrew Bartlett Date: Tue, 10 Nov 2009 15:21:40 +1100 Subject: 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 --- source4/torture/local/config.mk | 3 ++- source4/torture/local/local.c | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-) (limited to 'source4/torture') 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 }; -- cgit