]> review.fuel-infra Code Review - openstack-build/cinder-build.git/commit
Fix argument order in assertEqual: tests/test_nfs.py
authorBharat Kumar Kobagana <bharat.kobagana@redhat.com>
Tue, 6 Jan 2015 08:38:05 +0000 (14:08 +0530)
committerBharat Kumar Kobagana <bharat.kobagana@redhat.com>
Tue, 6 Jan 2015 08:38:22 +0000 (14:08 +0530)
commitd813f3f005be6043e615c57f3f7b0a3e0b4d30b3
treeca95e603bd467bc29236cfc22c22f9a4c5b75724
parent48eb05aa841557bd697786c38b73fea420fba1bb
Fix argument order in assertEqual: tests/test_nfs.py

The assertEqual in cinder/tests/test_nfs.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: I7fec2e5df91369c3cae2adef3189e8bd86fe4480
Partial-Bug: #1259292
cinder/tests/test_nfs.py