Comment 54 for bug 1277104

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

Reviewed: https://review.openstack.org/123769
Committed: https://git.openstack.org/cgit/openstack/glance/commit/?id=cb2456ea5eb0a7b02a870b10a531405d95e3407a
Submitter: Jenkins
Branch: master

commit cb2456ea5eb0a7b02a870b10a531405d95e3407a
Author: Roman Vasilets <email address hidden>
Date: Thu Oct 9 16:04:32 2014 +0300

    Wrong order of assertEquals args(Glance)

    Args of assertEquals method in glance.tests are arranged
    in wrong order. In result when test fails it shows incorrect
    information about observed and actual data. It's found more
    than 2000 times. Right order of arguments is "expected, actual".

    Change-Id: Ifea4809f5a696b608a19e36a9ed9e5eec46c8a21
    Co-Authored-By: Li Yingjun <email address hidden>
    Closes-Bug: 1277104