Comment 219 for bug 1259292

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

Reviewed: https://review.openstack.org/329787
Committed: https://git.openstack.org/cgit/openstack/python-glanceclient/commit/?id=c3de38ed530b8db77185e819af65574e35ebe134
Submitter: Jenkins
Branch: master

commit c3de38ed530b8db77185e819af65574e35ebe134
Author: zhengyao1 <email address hidden>
Date: Wed Jun 15 16:42:42 2016 +0800

    Use correct order of arguments to assertEqual

    The correct order of arguments to assertEqual that is expected by
    testtools is (expected, observed).

    This patch fixes the inverted usage of arguments in some places
    that have cropped up since the last fix of this bug.

    Change-Id: If8c0dcb58496bc2fcf4c635f384522a1f7d2b2af
    Closes-Bug: #1259292