summaryrefslogtreecommitdiffstats
path: root/source4/scripting/python/samba/tests/samdb.py
Commit message (Expand)AuthorAgeFilesLines
* Provide a SamDB TestCase-class that can be used by OpenChange.Jelmer Vernooij2009-02-121-0/+10
* Use created loadparm context, rather than the one specified on the command-line.Jelmer Vernooij2009-02-121-2/+2
* Use convenience function for finding setup dir in SaMDB tests.Jelmer Vernooij2009-02-111-2/+2
* Make it possible to override the setup path.Jelmer Vernooij2009-02-111-9/+11
* Cancel transactions when exceptions are raised.Jelmer Vernooij2009-02-111-0/+1
* samba.tests.samdb: Fix test after merger of samba.security andJelmer Vernooij2008-12-231-1/+1
* Fix samdb python test.Jelmer Vernooij2008-05-301-2/+2
* Fix up provision and samdb tests.Andrew Bartlett2008-05-301-5/+20
* Fix samdb test and enable it.Jelmer Vernooij2008-05-291-2/+6
* Update after changes to the provision API, make sure temp dir gets cleanedJelmer Vernooij2008-05-291-10/+19
* make sure to always use string version of uuid rather than object.Jelmer Vernooij2008-05-111-4/+4
* Use consistent function names with the standard Python uuid module that is av...Jelmer Vernooij2008-05-111-4/+4
* Use RpcInterfaceTestCase everywhere.Jelmer Vernooij2008-04-141-2/+2
* Fix and test python scripts and kerberosAndrew Bartlett2008-03-281-0/+1
* Initial work on a test for samba.tests.samdbJelmer Vernooij2008-02-131-0/+55