Comment 39 for bug 1266962

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

Reviewed: https://review.openstack.org/73168
Committed: https://git.openstack.org/cgit/openstack/glance/commit/?id=ed52d4538c5a7601bc5d0d1b6c4769eb9ed65653
Submitter: Jenkins
Branch: master

commit ed52d4538c5a7601bc5d0d1b6c4769eb9ed65653
Author: Zhongyue Luo <email address hidden>
Date: Thu Feb 13 15:44:50 2014 +0900

    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: I203f7369943b948e0462becbddcba65b2d1576f0
    Partial-Bug: #1266962