Comment 17 for bug 1171936

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

Reviewed: https://review.openstack.org/34163
Committed: http://github.com/openstack/cinder/commit/729a08a019837bf4a5cbce5eee46a0a6e8e12acd
Submitter: Jenkins
Branch: master

commit 729a08a019837bf4a5cbce5eee46a0a6e8e12acd
Author: Haomai Wang <email address hidden>
Date: Mon Jun 24 14:03:31 2013 +0800

    Remove usage of locals() for formatting from cinder.tests.*

    Using of locals() for formatting string is a nasty thing because:
    1) It is not so clear as using explicit dicts
    2) It could produce hidden errors during refactoring
    3) Changing name of variable causes change in message
    4) Creating a lot of unused variables

    Fix bug 1171936

    Change-Id: I67aa5bff650b55484ca76adf5be8555f72a4c426