summaryrefslogtreecommitdiff
path: root/source4/scripting/python/samba/tests/samdb.py
AgeCommit message (Expand)AuthorFilesLines
2009-08-17fixed up add_foreign againAndrew Tridgell1-16/+4
2009-08-17more fixups from provision changesAndrew Tridgell1-2/+14
2009-08-17fixed up some provision errors from the recent changesAndrew Tridgell1-3/+2
2009-02-12Provide a SamDB TestCase-class that can be used by OpenChange.Jelmer Vernooij1-0/+10
2009-02-12Use created loadparm context, rather than the one specified on the command-line.Jelmer Vernooij1-2/+2
2009-02-11Use convenience function for finding setup dir in SaMDB tests.Jelmer Vernooij1-2/+2
2009-02-11Make it possible to override the setup path.Jelmer Vernooij1-9/+11
2009-02-11Cancel transactions when exceptions are raised.Jelmer Vernooij1-0/+1
2008-12-23samba.tests.samdb: Fix test after merger of samba.security andJelmer Vernooij1-1/+1
2008-05-30Fix samdb python test.Jelmer Vernooij1-2/+2
2008-05-30Fix up provision and samdb tests.Andrew Bartlett1-5/+20
2008-05-29Fix samdb test and enable it.Jelmer Vernooij1-2/+6
2008-05-29Update after changes to the provision API, make sure temp dir gets cleanedJelmer Vernooij1-10/+19
2008-05-11make sure to always use string version of uuid rather than object.Jelmer Vernooij1-4/+4
2008-05-11Use consistent function names with the standard Python uuid module that is av...Jelmer Vernooij1-4/+4
2008-04-14Use RpcInterfaceTestCase everywhere.Jelmer Vernooij1-2/+2
2008-03-28Fix and test python scripts and kerberosAndrew Bartlett1-0/+1
2008-02-13Initial work on a test for samba.tests.samdbJelmer Vernooij1-0/+55