Comment 137 for bug 1259292

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

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

commit 4a5e16014cc251978bdf9d368e52f6165cd866cc
Author: MD NADEEM <email address hidden>
Date: Wed Sep 30 17:12:47 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: Ic9f7c369f69d5b92aab1b26af5105e78ecf03bf9