Comment 153 for bug 1259292

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

Reviewed: https://review.openstack.org/229272
Committed: https://git.openstack.org/cgit/openstack/zaqar/commit/?id=ac356d40bcddc87a42a2d4d28150d82ea5f454fb
Submitter: Jenkins
Branch: master

commit ac356d40bcddc87a42a2d4d28150d82ea5f454fb
Author: MD NADEEM <email address hidden>
Date: Wed Sep 30 16:31:57 2015 +0900

    Fix order of arguments in assertEqual

    Some tests used incorrect order assertEqual(observed, expected).

    The correct order expected by testtools is
    assertEqual(expected, observed).

    This patch fix the issue in some file of the module
    zaqar/tests/unit/transport/wsgi/v2_0/ .
    Partial-Bug: #1259292

    Change-Id: Ie71a32d1319eefd22b31ea95cc926c3e8cf11e09