BIND 10 trac1271, updated. c3385a5449721914b56448705cae8af449e6d337 [1271] Altered check on notify_boss message to reflect modified contents

BIND 10 source code commits bind10-changes at lists.isc.org
Mon Oct 24 14:25:56 UTC 2011


The branch, trac1271 has been updated
       via  c3385a5449721914b56448705cae8af449e6d337 (commit)
      from  b10e71aafd6c8b4227083d8e1c87da8878198816 (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 c3385a5449721914b56448705cae8af449e6d337
Author: Stephen Morris <stephen at isc.org>
Date:   Mon Oct 24 15:25:19 2011 +0100

    [1271] Altered check on notify_boss message to reflect modified contents

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

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

-----------------------------------------------------------------------
diff --git a/src/lib/python/isc/config/tests/cfgmgr_test.py b/src/lib/python/isc/config/tests/cfgmgr_test.py
index eacc425..c8df3b6 100644
--- a/src/lib/python/isc/config/tests/cfgmgr_test.py
+++ b/src/lib/python/isc/config/tests/cfgmgr_test.py
@@ -128,7 +128,7 @@ class TestConfigManager(unittest.TestCase):
         msg = self.fake_session.get_message("Boss", None)
         self.assert_(msg)
         # this one is actually wrong, but 'current status quo'
-        self.assertEqual(msg, {"running": "configmanager"})
+        self.assertEqual(msg, {"running": "ConfigManager"})
 
     def test_set_module_spec(self):
         module_spec = isc.config.module_spec.module_spec_from_file(self.data_path + os.sep + "spec1.spec")




More information about the bind10-changes mailing list