Comment 155 for bug 1259292

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

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

commit 5416303d95f39a22375bf90fdcf9b6aff5ec20e0
Author: MD NADEEM <email address hidden>
Date: Wed Sep 30 15:14:55 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/v1_1/ .
    Partial-Bug: #1259292

    Change-Id: Idf76e68ae72e8599999f53bdffdb71d85b8852cb