]> review.fuel-infra Code Review - openstack-build/cinder-build.git/commit
Fix argument order in assertEqual: tests/test_glusterfs.py
authorBharat Kumar Kobagana <bharat.kobagana@redhat.com>
Tue, 6 Jan 2015 05:44:18 +0000 (11:14 +0530)
committerBharat Kumar Kobagana <bharat.kobagana@redhat.com>
Tue, 6 Jan 2015 05:49:08 +0000 (11:19 +0530)
commitf743605fa3dae8f57003e50fa50c864a89e8c3b2
tree3056cd15837c99e30ae6834880147cde625df301
parent48eb05aa841557bd697786c38b73fea420fba1bb
Fix argument order in assertEqual: tests/test_glusterfs.py

The assertEqual in cinder/tests/test_glusterfs.py is using
incorrect argument order (observed, expected), which causes the
error message about mismatch to be reversed if the test case fails.
Change it to (expected, observed).

Change-Id: Idcd88de9c5e8a096f0ef473e92bff17e6be16814
Partial-Bug: #1259292
cinder/tests/test_glusterfs.py