]> review.fuel-infra Code Review - openstack-build/cinder-build.git/commit
Fix assertEqual in test_volume.py in correct order of params
authorVincent Hou <sbhou@cn.ibm.com>
Thu, 9 Apr 2015 05:43:17 +0000 (13:43 +0800)
committerVincent Hou <sbhou@cn.ibm.com>
Mon, 13 Apr 2015 02:33:33 +0000 (10:33 +0800)
commitad60252fa0cb845998d9e7bc9b9806589ba81a29
treeeb982eb2cfbe507d099d9e20769e9d0de0a9e53d
parentcade28c2c8fbd1b241569874abe6a50012ef0039
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
cinder/tests/test_volume.py