summaryrefslogtreecommitdiffstats
path: root/source4/lib/ldb/tests/python/deletetest.py
Commit message (Collapse)AuthorAgeFilesLines
* s4:dsdb: move dsdb python tests from lib/ldb/ to dsdb/Stefan Metzmacher2010-06-301-201/+0
| | | | metze
* s4:ldb/python: make it possible to run tests standaloneStefan Metzmacher2010-06-301-1/+1
| | | | metze
* s4-python: More cleanups.Jelmer Vernooij2010-04-081-2/+3
|
* s4-python: Move ldb_set_utf8_casefold to pyldb-samba.Jelmer Vernooij2010-04-061-1/+0
|
* s4-python: Install external included packages only if they're not present on ↵Jelmer Vernooij2010-03-311-0/+1
| | | | the system.
* python: use '#!/usr/bin/env python' to cope with varying install locationsAndrew Tridgell2010-03-251-1/+1
| | | | this should be much more portable
* s4-ldbtest: fixed python importAndrew Tridgell2010-01-281-2/+2
|
* s4-drs: implementation of some delete test casesEduardo Lima2010-01-281-0/+200
Signed-off-by: Andrew Tridgell <tridge@samba.org>