Comment 3 for bug 1408838

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

Reviewed: https://review.openstack.org/145989
Committed: https://git.openstack.org/cgit/openstack/keystonemiddleware/commit/?id=a4a46764491aa36ec4440c91c435578e178f14f8
Submitter: Jenkins
Branch: master

commit a4a46764491aa36ec4440c91c435578e178f14f8
Author: Jamie Lennox <email address hidden>
Date: Fri Jan 9 10:57:13 2015 +1000

    Use a test fixture for mocking time

    Use a fixture and the mocking functions provided in oslo.utils.timeutils
    rather than mocking the function directly. This broke when the functions
    moved.

    Change-Id: I65b6ae58c6b4e02e235f992c21502aa377992985
    Closes-Bug: #1408838