src/daemon/utils_time_test.c: Test ms conversion.
authorFlorian Forster <octo@collectd.org>
Fri, 21 Aug 2015 11:34:49 +0000 (13:34 +0200)
committerFlorian Forster <octo@collectd.org>
Fri, 21 Aug 2015 11:34:49 +0000 (13:34 +0200)
commit8eecec122510b686ec6d1279041e0794615084a5
tree5cd04fbe3885546f6365b79e0a0866240f290f90
parent0df29b436e77269eba38d66a2d43e99e5952a50a
src/daemon/utils_time_test.c: Test ms conversion.

The CDTIME_T_TO_MS() macro is used by all plugins using the cURL library,
so we should properly test this macro, too.
src/daemon/utils_time_test.c