[SCM] Samba Shared Repository - branch master updated

Jelmer Vernooij jelmer at samba.org
Mon Jan 3 00:22:01 MST 2011


The branch, master has been updated
       via  b5474f2 remove unnecessary use of pass.
      from  22b7cb3 pyldb: Fix memory reference error.

http://gitweb.samba.org/?p=samba.git;a=shortlog;h=master


- Log -----------------------------------------------------------------
commit b5474f2441fc1c2853cf898bf143f1aa2eda8a03
Author: Jelmer Vernooij <jelmer at samba.org>
Date:   Mon Jan 3 06:54:07 2011 +0100

    remove unnecessary use of pass.
    
    Autobuild-User: Jelmer Vernooij <jelmer at samba.org>
    Autobuild-Date: Mon Jan  3 08:21:12 CET 2011 on sn-devel-104

-----------------------------------------------------------------------

Summary of changes:
 source4/torture/drs/python/fsmo.py |    8 --------
 1 files changed, 0 insertions(+), 8 deletions(-)


Changeset truncated at 500 lines:

diff --git a/source4/torture/drs/python/fsmo.py b/source4/torture/drs/python/fsmo.py
index cdee7ab..4dc573b 100644
--- a/source4/torture/drs/python/fsmo.py
+++ b/source4/torture/drs/python/fsmo.py
@@ -83,7 +83,6 @@ class DrsFsmoTestCase(samba.tests.TestCase):
         # we will need DCs DNS names for 'net fsmo' command
         self.dnsname_dc1 = self.info_dc1["dnsHostName"][0]
         self.dnsname_dc2 = self.info_dc2["dnsHostName"][0]
-        pass
 
     def tearDown(self):
         super(DrsFsmoTestCase, self).tearDown()
@@ -100,7 +99,6 @@ class DrsFsmoTestCase(samba.tests.TestCase):
                                                                            cmd_line_auth)
         ret = os.system(cmd_line)
         self.assertEquals(ret, 0, "Transferring role %s to %s has failed!" % (role, DC))
-        pass
 
     def _wait_for_role_transfer(self, ldb_dc, role_dn, master):
         """Wait for role transfer for certain amount of time
@@ -146,25 +144,19 @@ class DrsFsmoTestCase(samba.tests.TestCase):
                                                      master=self.dsServiceName_dc1)
         self.assertTrue(res,
                         "Transferring %s role to %s has failed, master is: %s!"%(role, self.dsServiceName_dc1, master))
-        pass
 
     def test_SchemaMasterTransfer(self):
         self._role_transfer(role="schema", role_dn=self.schema_dn)
-        pass
 
     def test_InfrastructureMasterTransfer(self):
         self._role_transfer(role="infrastructure", role_dn=self.infrastructure_dn)
-        pass
 
     def test_PDCMasterTransfer(self):
         self._role_transfer(role="pdc", role_dn=self.domain_dn)
-        pass
 
     def test_RIDMasterTransfer(self):
         self._role_transfer(role="rid", role_dn=self.rid_dn)
-        pass
 
     def test_NamingMasterTransfer(self):
         self._role_transfer(role="naming", role_dn=self.naming_dn)
-        pass
 


-- 
Samba Shared Repository


More information about the samba-cvs mailing list