BIND 10 master, updated. 52cc6e6c2a7d61f93e17525b161b7c33ea4ade98 [master] fix unit test for changed error message

BIND 10 source code commits bind10-changes at lists.isc.org
Tue Jun 7 14:41:24 UTC 2011


The branch, master has been updated
       via  52cc6e6c2a7d61f93e17525b161b7c33ea4ade98 (commit)
      from  bf384859fca46c07f2e43c376ccaf9111bd3b1b9 (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 52cc6e6c2a7d61f93e17525b161b7c33ea4ade98
Author: Jelte Jansen <jelte at isc.org>
Date:   Tue Jun 7 16:41:08 2011 +0200

    [master] fix unit test for changed error message

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

Summary of changes:
 src/bin/cfgmgr/plugins/tests/tsig_keys_test.py |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

-----------------------------------------------------------------------
diff --git a/src/bin/cfgmgr/plugins/tests/tsig_keys_test.py b/src/bin/cfgmgr/plugins/tests/tsig_keys_test.py
index be2921c..808f28a 100644
--- a/src/bin/cfgmgr/plugins/tests/tsig_keys_test.py
+++ b/src/bin/cfgmgr/plugins/tests/tsig_keys_test.py
@@ -86,7 +86,7 @@ class TSigKeysTest(unittest.TestCase):
         self.assertEqual("TSIG: Invalid TSIG key string: invalid.key",
                          tsig_keys.check({'keys': ['invalid.key']}))
         self.assertEqual(
-            "TSIG: attempt to decode a value not in base64 char set",
+            "TSIG: Unexpected end of input in BASE decoder",
             tsig_keys.check({'keys': ['invalid.key:123']}))
 
     def test_bad_format(self):




More information about the bind10-changes mailing list