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:
parent
081125f3b3
commit
c706021d55
0
lib/ldb/tests/python/api.py → lib/ldb/tests/python/api_misc.py
Executable file → Normal file
0
lib/ldb/tests/python/api.py → lib/ldb/tests/python/api_misc.py
Executable file → Normal 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))})
|
||||
|
Loading…
x
Reference in New Issue
Block a user