Comment 64 for bug 1277104

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

Reviewed: https://review.openstack.org/252144
Committed: https://git.openstack.org/cgit/openstack/python-ceilometerclient/commit/?id=7c673951d9f4bf0baecceace27f2fb800ab7604c
Submitter: Jenkins
Branch: master

commit 7c673951d9f4bf0baecceace27f2fb800ab7604c
Author: Steve Wilkerson <email address hidden>
Date: Tue Dec 1 20:06:00 2015 -0600

    Fix the parameter order of assertEqual in ceilometerclient

    On assertEqual, the parameter order should be (expected, actual).
    Some of the tests in ceilometer client were written with invalid
    parameter orders. This patch fixes those tests.

    Change-Id: I9a7a81bdb0d9224f2b9cd53b7fb6eaf5ed7a582a
    Partial-Bug: 1277104