Comment 2 for bug 1282084

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

Reviewed: https://review.openstack.org/74718
Committed: https://git.openstack.org/cgit/openstack/cinder/commit/?id=38e192afecd0d08921d4fb4d7166fa156addb6a4
Submitter: Jenkins
Branch: master

commit 38e192afecd0d08921d4fb4d7166fa156addb6a4
Author: Wu Wenxiang <wu.wenxiang@99cloud.net>
Date: Wed Feb 19 21:39:41 2014 +0800

    Use len instead of for-loop to get the end index

    Use len() instead of for-loop to get the end index in file
    cinder/tests/test_backup_tsm.py

    Change-Id: I3a7b0e418f8af4881e21eb5273a03dbcd317c27d
    Closes-Bug: #1282084