Comment 29 for bug 1266962

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

Reviewed: https://review.openstack.org/72864
Committed: https://git.openstack.org/cgit/stackforge/manila/commit/?id=ce2ac6901d8d147dbe39f0d360cdeec268257637
Submitter: Jenkins
Branch: master

commit ce2ac6901d8d147dbe39f0d360cdeec268257637
Author: Zhongyue Luo <email address hidden>
Date: Wed Feb 12 15:45:44 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: Ida9b5b0130a38f45e1f51bf4fbdb1d1a5851cf82
    Partial-Bug: #1266962