commit c71131a50994d95ae869442fc25e7c3511a5ddbc
Author: Zhongyue Luo <email address hidden>
Date: Thu Jan 9 10:24:34 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.
Reviewed: https:/ /review. openstack. org/65602 /git.openstack. org/cgit/ openstack/ python- novaclient/ commit/ ?id=c71131a5099 4d95ae869442fc2 5e7c3511a5ddbc
Committed: https:/
Submitter: Jenkins
Branch: master
commit c71131a50994d95 ae869442fc25e7c 3511a5ddbc
Author: Zhongyue Luo <email address hidden>
Date: Thu Jan 9 10:24:34 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: I809825560b0324 498010bd93aa1ce ef552554375
Partial-Bug: #1266962