Comment 19 for bug 1266962

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to ceilometer (master)

Reviewed: https://review.openstack.org/67826
Committed: https://git.openstack.org/cgit/openstack/ceilometer/commit/?id=ef3cc9c63549496c68ed49b6ca236a65e71fde3f
Submitter: Jenkins
Branch: master

commit ef3cc9c63549496c68ed49b6ca236a65e71fde3f
Author: ZhiQiang Fan <email address hidden>
Date: Mon Jan 20 21:05:25 2014 +0800

    Removes use of timeutils.set_time_override

    The set_time_override function in timeutils was written as a
    helper function to mock utcnow for unittests before 'mock' was
    generally used. Now that we have mock and fixture, we no longer
    need to use it.

    Change-Id: I7c3793d7a442dc85aec405041c3c9ce6f7503bd8
    Closes-Bug: #1266962