1
0
mirror of https://github.com/samba-team/samba.git synced 2025-03-05 20:58:40 +03:00

ldb:tests: move api.py to api_misc

Signed-off-by: Douglas Bagnall <douglas.bagnall@catalyst.net.nz>
Reviewed-by: Andreas Schneider <asn@samba.org>
This commit is contained in:
Douglas Bagnall 2024-08-17 14:48:57 +12:00 committed by Andreas Schneider
parent 081125f3b3
commit c706021d55
2 changed files with 4 additions and 4 deletions

View File

View File

@ -69,8 +69,8 @@ planpythontestsuite("none", "samba.tests.blackbox.ndrdump")
planpythontestsuite("none", "samba.tests.blackbox.check_output")
# LDB tests for standalone operation
planpythontestsuite("none", "api",
name="ldb.python.api",
planpythontestsuite("none", "api_misc",
name="ldb.python.api_misc",
extra_path=['lib/ldb/tests/python'],
environ={'HAVE_LMDB': str(int(have_lmdb))})
planpythontestsuite("none", "api_search",
@ -101,8 +101,8 @@ planpythontestsuite("none", "repack",
# LDB tests for standalone operation, in the tr_TR.UTF-8 to cover
# dotless i locales, see
# https://bugzilla.samba.org/show_bug.cgi?id=15248
planpythontestsuite("none", "api",
name="ldb.python.api.tr",
planpythontestsuite("none", "api_misc",
name="ldb.python.api_misc.tr",
extra_path=['lib/ldb/tests/python'],
environ={'LC_ALL': 'tr_TR.UTF-8',
'HAVE_LMDB': str(int(have_lmdb))})