OSDN Git Service

Don't use TIMER_ABSTIME in time_test.
authorYabin Cui <yabinc@google.com>
Fri, 19 Jun 2015 00:01:11 +0000 (17:01 -0700)
committerYabin Cui <yabinc@google.com>
Fri, 19 Jun 2015 00:54:34 +0000 (00:54 +0000)
commitd1ade7ce0237089d0e44eb2bee0691e4814d1289
tree07d47b6970ab90a52ad2e2d86c6d3880fd5d4660
parent547fa54e6d5342f4ce68c7d78bd270595caf4b97
Don't use TIMER_ABSTIME in time_test.

If TIMER_ABSTIME is used in timer_settime(), the timer is always fired
immediately, which is not the intent of the tests.

Change-Id: I76047dbeb2bdded272ee6d028630b53bfd7d8514
tests/time_test.cpp