The branch, master has been updated via 26e114b83ce1de7515bfbf365da03ec3f18c95fd (commit) via f3e473ee724aae3cebd7fc53f49c17890e3fdb11 (commit) from e349316550fefcb7d991adfe66d5118baac24a01 (commit)
http://gitweb.samba.org/?p=samba.git;a=shortlog;h=master - Log ----------------------------------------------------------------- commit 26e114b83ce1de7515bfbf365da03ec3f18c95fd Author: Andrew Tridgell <tri...@samba.org> Date: Mon Aug 17 13:29:34 2009 +1000 skip the autoidl test The autoidl test is not needed now that we have IDL source available. It also generates a lot of errors in the logs. commit f3e473ee724aae3cebd7fc53f49c17890e3fdb11 Author: Andrew Tridgell <tri...@samba.org> Date: Mon Aug 17 13:28:57 2009 +1000 fixed up some provision errors from the recent changes ----------------------------------------------------------------------- Summary of changes: source4/scripting/python/samba/tests/samdb.py | 5 ++--- source4/selftest/skip | 1 + 2 files changed, 3 insertions(+), 3 deletions(-) Changeset truncated at 500 lines: diff --git a/source4/scripting/python/samba/tests/samdb.py b/source4/scripting/python/samba/tests/samdb.py index d0b95cf..ab5e595 100644 --- a/source4/scripting/python/samba/tests/samdb.py +++ b/source4/scripting/python/samba/tests/samdb.py @@ -72,12 +72,11 @@ class SamDBTestCase(TestCaseInTempDir): domaindn=self.domaindn, configdn=configdn, schemadn=schemadn) setup_templatesdb(os.path.join(self.tempdir, "templates.ldb"), - self.setup_path, session_info=session_info, - credentials=creds, lp=self.lp) + self.setup_path, session_info=session_info, lp=self.lp) self.samdb = setup_samdb(path, self.setup_path, session_info, creds, self.lp, names, lambda x: None, domainsid, - "# no aci", domainguid, + domainguid, policyguid, False, "secret", "secret", "secret", invocationid, "secret", "domain controller") diff --git a/source4/selftest/skip b/source4/selftest/skip index 165c07c..c253e5c 100644 --- a/source4/selftest/skip +++ b/source4/selftest/skip @@ -61,3 +61,4 @@ samba4.ntvfs.cifs.raw. ^samba4.net.api.become.dc.*$ # Fails nss.test # Fails raw.offline # Samba 4 doesn't have much offline support yet +rpc.autoidl # this one just generates a lot of noise, and is no longer useful -- Samba Shared Repository