Comment 2 for bug 1441964

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

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

commit ad60252fa0cb845998d9e7bc9b9806589ba81a29
Author: Vincent Hou <email address hidden>
Date: Thu Apr 9 13:43:17 2015 +0800

    Fix assertEqual in test_volume.py in correct order of params

    AssertEqual/assertDictMatch is called with the wrong order of
    parameters in many parts of test_volume.py. This patch fix them
    all for test_volume.py.

    Change-Id: I2ffb3a928710eb22eac9fc3afb6c2e38dc9903ce
    Closes-bug: #1441964