From ce28f854c0c8c62c6f13989ec4d2f9e890ffd0e1 Mon Sep 17 00:00:00 2001 From: Matthieu Patou Date: Wed, 14 Apr 2010 00:46:51 +0400 Subject: s4 python: add a unit test for function dsdb_get_oid_from_attid Signed-off-by: Jelmer Vernooij --- source4/selftest/tests.sh | 1 + 1 file changed, 1 insertion(+) (limited to 'source4/selftest') diff --git a/source4/selftest/tests.sh b/source4/selftest/tests.sh index da0b4e329b..f34612cc15 100755 --- a/source4/selftest/tests.sh +++ b/source4/selftest/tests.sh @@ -473,6 +473,7 @@ plantestsuite "samba.python" none $SUBUNITRUN samba.tests plantestsuite "provision.python" none $SUBUNITRUN samba.tests.provision plantestsuite "samba3.python" none $SUBUNITRUN samba.tests.samba3 plantestsuite "samr.python" dc:local $SUBUNITRUN samba.tests.dcerpc.sam +plantestsuite "dsdb.python" dc:local $SUBUNITRUN samba.tests.dsdb plantestsuite "netcmd.python" none $SUBUNITRUN samba.tests.netcmd plantestsuite "dcerpc.bare.python" dc:local $SUBUNITRUN samba.tests.dcerpc.bare plantestsuite "unixinfo.python" dc:local $SUBUNITRUN samba.tests.dcerpc.unix -- cgit