Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Adam Osuchowski
Kea
Commits
6873aeab
Commit
6873aeab
authored
Jan 28, 2013
by
Naoki Kambe
Browse files
[master] Merge branch 'trac2225_statistics_2'
parents
ddde1f30
89fd37be
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/lib/python/isc/statistics/tests/counters_test.py
View file @
6873aeab
...
...
@@ -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
.
assertGreater
Equal
(
counters
.
_get_counter
(
elem
,
'time'
),
1
.0
)
def
test_rasing_incrementers
(
self
):
""" use Thread"""
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment