Comment 210 for bug 1259292

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

Reviewed: https://review.openstack.org/264006
Committed: https://git.openstack.org/cgit/openstack/python-cinderclient/commit/?id=ea2693b9d9aa65af603814c5eb44414839216bd5
Submitter: Jenkins
Branch: master

commit ea2693b9d9aa65af603814c5eb44414839216bd5
Author: reedip <email address hidden>
Date: Wed Jan 6 12:21:52 2016 +0900

    Fix argument order for assertEqual to (expected, observed)

    assertEqual expects that the arguments provided to it should be
    (expected, observed). If a particluar order is kept as a convention,
    then it helps to provide a cleaner message to the developer if Unit
    Tests fail. The following patch fixes this issue.

    TrivialFix

    Change-Id: I817a654733e0f3886ca85778a49aa579592f60ff
    Closes-Bug: #1259292