BIND 10 trac1515, updated. 7b92b4d81235e99cbb210e427a8a56d44a1e9998 [1515] Remove duplicate line

BIND 10 source code commits bind10-changes at lists.isc.org
Wed Jan 4 19:09:25 UTC 2012


The branch, trac1515 has been updated
       via  7b92b4d81235e99cbb210e427a8a56d44a1e9998 (commit)
      from  fb6cd6d5a9cb93c5e2e6f274919c16c2348eead2 (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 7b92b4d81235e99cbb210e427a8a56d44a1e9998
Author: Michal 'vorner' Vaner <michal.vaner at nic.cz>
Date:   Wed Jan 4 20:07:51 2012 +0100

    [1515] Remove duplicate line

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

Summary of changes:
 src/lib/python/isc/config/tests/ccsession_test.py |    1 -
 1 files changed, 0 insertions(+), 1 deletions(-)

-----------------------------------------------------------------------
diff --git a/src/lib/python/isc/config/tests/ccsession_test.py b/src/lib/python/isc/config/tests/ccsession_test.py
index e68cf02..7bd4476 100644
--- a/src/lib/python/isc/config/tests/ccsession_test.py
+++ b/src/lib/python/isc/config/tests/ccsession_test.py
@@ -738,7 +738,6 @@ class TestUIModuleCCSession(unittest.TestCase):
         self.assertEqual({}, uccs._local_changes)
         uccs.add_value("Spec2/item5", "foo")
         self.assertEqual({'Spec2': {'item5': ['a', 'b', 'foo']}}, uccs._local_changes)
-        self.assertEqual({'Spec2': {'item5': ['a', 'b', 'foo']}}, uccs._local_changes)
         uccs.remove_value("Spec2/item5", "foo")
         self.assertEqual({'Spec2': {'item5': ['a', 'b']}}, uccs._local_changes)
         uccs._local_changes = {'Spec2': {'item5': []}}




More information about the bind10-changes mailing list