summaryrefslogtreecommitdiff
path: root/source4/lib/ldb/tests/python/deletetest.py
AgeCommit message (Collapse)AuthorFilesLines
2010-06-30s4:dsdb: move dsdb python tests from lib/ldb/ to dsdb/Stefan Metzmacher1-201/+0
metze
2010-06-30s4:ldb/python: make it possible to run tests standaloneStefan Metzmacher1-1/+1
metze
2010-04-08s4-python: More cleanups.Jelmer Vernooij1-2/+3
2010-04-06s4-python: Move ldb_set_utf8_casefold to pyldb-samba.Jelmer Vernooij1-1/+0
2010-03-31s4-python: Install external included packages only if they're not present on ↵Jelmer Vernooij1-0/+1
the system.
2010-03-25python: use '#!/usr/bin/env python' to cope with varying install locationsAndrew Tridgell1-1/+1
this should be much more portable
2010-01-28s4-ldbtest: fixed python importAndrew Tridgell1-2/+2
2010-01-28s4-drs: implementation of some delete test casesEduardo Lima1-0/+200
Signed-off-by: Andrew Tridgell <tridge@samba.org>