Comment 59 for bug 1277104

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

Reviewed: https://review.openstack.org/178196
Committed: https://git.openstack.org/cgit/openstack/python-troveclient/commit/?id=8b1e3c36633eca72fe2cb7dc8cb0463bd5f78f8c
Submitter: Jenkins
Branch: master

commit 8b1e3c36633eca72fe2cb7dc8cb0463bd5f78f8c
Author: Sushil Kumar <email address hidden>
Date: Tue Apr 28 13:32:11 2015 +0000

    Corrects order of parameters to assertEqual

    The correct order of parameters to assertEqual is (expected,
    actual).
    It makes the assertion message more meaningful when there is
    a failure.

    Change-Id: Ifd35dbf6a6157c6ec7607e8ace6757b12f47657d
    Closes-Bug: #1277104