BIND 10 trac2274, updated. 698682948e932cfacb1c8a7f3c068dd5f9ffd050 [2274] editorial fix due to reviewer's suggestion

BIND 10 source code commits bind10-changes at lists.isc.org
Mon Sep 30 09:28:06 UTC 2013


The branch, trac2274 has been updated
       via  698682948e932cfacb1c8a7f3c068dd5f9ffd050 (commit)
      from  fb86d9c79d26bbaf2d5f54046b3d8b653f34bef4 (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 698682948e932cfacb1c8a7f3c068dd5f9ffd050
Author: Naoki Kambe <kambe at jprs.co.jp>
Date:   Mon Sep 30 18:14:49 2013 +0900

    [2274] editorial fix due to reviewer's suggestion

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

Summary of changes:
 src/bin/xfrin/tests/xfrin_test.py |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

-----------------------------------------------------------------------
diff --git a/src/bin/xfrin/tests/xfrin_test.py b/src/bin/xfrin/tests/xfrin_test.py
index 117ca9f..9df2bde 100644
--- a/src/bin/xfrin/tests/xfrin_test.py
+++ b/src/bin/xfrin/tests/xfrin_test.py
@@ -2190,7 +2190,7 @@ class TestStatisticsXfrinConn(TestXfrinConnection):
                                           TEST_RRCLASS_STR,
                                           TEST_ZONE_NAME_STR,
                                           name)
-            msg = '%s is expected %s but actually %s' % (name, exp, act)
+            msg = '%s: expected %s but actually got %s' % (name, exp, act)
             self.assertEqual(exp, act, msg=msg)
 
     def _check_updated_statistics(self, expects):
@@ -2200,7 +2200,7 @@ class TestStatisticsXfrinConn(TestXfrinConnection):
             if name in expects:
                 exp = expects[name]
                 act = self.conn._counters.get(name)
-                msg = '%s is expected %s but actually %s' % (name, exp, act)
+                msg = '%s: expected %s but actually got %s' % (name, exp, act)
                 self.assertEqual(exp, act, msg=msg)
             else:
                 self.assertRaises(isc.cc.data.DataNotFoundError,



More information about the bind10-changes mailing list