diff options
author | Matthieu Patou <mat@matws.net> | 2010-04-14 00:46:51 +0400 |
---|---|---|
committer | Jelmer Vernooij <jelmer@samba.org> | 2010-04-15 18:45:41 +0200 |
commit | ce28f854c0c8c62c6f13989ec4d2f9e890ffd0e1 (patch) | |
tree | 01c6e75c73b4ee2e8dcccba1bd7dd6df19265812 /source4/selftest | |
parent | 634caed116d7e369d5a0002ab93d03744b2e0b1d (diff) | |
download | samba-ce28f854c0c8c62c6f13989ec4d2f9e890ffd0e1.tar.gz samba-ce28f854c0c8c62c6f13989ec4d2f9e890ffd0e1.tar.xz samba-ce28f854c0c8c62c6f13989ec4d2f9e890ffd0e1.zip |
s4 python: add a unit test for function dsdb_get_oid_from_attid
Signed-off-by: Jelmer Vernooij <jelmer@samba.org>
Diffstat (limited to 'source4/selftest')
-rwxr-xr-x | source4/selftest/tests.sh | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/source4/selftest/tests.sh b/source4/selftest/tests.sh index da0b4e329b3..f34612cc159 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 |