BIND 10 trac2353, updated. 029ac581f439485d797d195914f52a60eb593a60 [2353] Rename variable

BIND 10 source code commits bind10-changes at lists.isc.org
Thu Dec 6 03:05:41 UTC 2012


The branch, trac2353 has been updated
       via  029ac581f439485d797d195914f52a60eb593a60 (commit)
      from  e8a23d31110a2824368bff0c41f79016d696f613 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit 029ac581f439485d797d195914f52a60eb593a60
Author: Mukund Sivaraman <muks at isc.org>
Date:   Thu Dec 6 08:34:46 2012 +0530

    [2353] Rename variable

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

Summary of changes:
 src/bin/bind10/tests/bind10_test.py.in |    8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

-----------------------------------------------------------------------
diff --git a/src/bin/bind10/tests/bind10_test.py.in b/src/bin/bind10/tests/bind10_test.py.in
index 25bd9a8..fde7678 100644
--- a/src/bin/bind10/tests/bind10_test.py.in
+++ b/src/bin/bind10/tests/bind10_test.py.in
@@ -1233,15 +1233,15 @@ class TestBossComponents(unittest.TestCase):
         }
         self._tmp_time = None
         self._tmp_sleep = None
-        self._tmp_ccsession = None
+        self._tmp_module_cc_session = None
 
     def tearDown(self):
         if self._tmp_time is not None:
             time.time = self._tmp_time
         if self._tmp_sleep is not None:
             time.sleep = self._tmp_sleep
-        if self._tmp_ccsession is not None:
-            isc.config.ModuleCCSession = self._tmp_ccsession
+        if self._tmp_module_cc_session is not None:
+            isc.config.ModuleCCSession = self._tmp_module_cc_session
 
     def __unary_hook(self, param):
         """
@@ -1782,7 +1782,7 @@ class TestBossComponents(unittest.TestCase):
             def start(self):
                 self.started = True
         bob = MockBobSimple()
-        self._tmp_ccsession = isc.config.ModuleCCSession
+        self._tmp_module_cc_session = isc.config.ModuleCCSession
         isc.config.ModuleCCSession = DummySession
 
         bob.start_ccsession({})



More information about the bind10-changes mailing list