Comment 154 for bug 1259292

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

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

commit 9a24a63d546d5a7d8b3d9982462ee5e2fe8e9764
Author: MD NADEEM <email address hidden>
Date: Wed Sep 30 15:57:01 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: I6ce124a83fdf9978996e7304e2e15bd2de32e53a