BIND 10 master, updated. 6873aeabcd152ef491fa66b1292192e1c16e1215 [master] Merge branch 'trac2225_statistics_2'

BIND 10 source code commits bind10-changes at lists.isc.org
Mon Jan 28 11:26:42 UTC 2013


The branch, master has been updated
       via  6873aeabcd152ef491fa66b1292192e1c16e1215 (commit)
       via  89fd37be8d063c6fce0fa731ab7f3ac9c45667ef (commit)
      from  ddde1f3034cb004bde11a8c1ba41944a2ce58fff (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 6873aeabcd152ef491fa66b1292192e1c16e1215
Merge: ddde1f3 89fd37b
Author: Naoki Kambe <kambe at jprs.co.jp>
Date:   Mon Jan 28 20:24:20 2013 +0900

    [master] Merge branch 'trac2225_statistics_2'

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

Summary of changes:
 .../python/isc/statistics/tests/counters_test.py   |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

-----------------------------------------------------------------------
diff --git a/src/lib/python/isc/statistics/tests/counters_test.py b/src/lib/python/isc/statistics/tests/counters_test.py
index ff15efc..550fd1f 100644
--- a/src/lib/python/isc/statistics/tests/counters_test.py
+++ b/src/lib/python/isc/statistics/tests/counters_test.py
@@ -120,7 +120,7 @@ class TestBasicMethods(unittest.TestCase):
                   'item_type': 'real',
                   'item_default': 0.0 }]
         counters._stop_timer(t2, elem, spec, 'time')
-        self.assertGreater(counters._get_counter(elem,'time'), 1)
+        self.assertGreaterEqual(counters._get_counter(elem,'time'), 1.0)
 
     def test_rasing_incrementers(self):
         """ use Thread"""



More information about the bind10-changes mailing list