Comment 93 for bug 1259292

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

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

commit f6f40621e917fb2c5bfc31ccc636f369798ca18a
Author: MD NADEEM <email address hidden>
Date: Mon Sep 28 20:04:52 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 the module zaqar/tests/functional/wsgi/v1 and base.py file.
    Partial-Bug: #1259292

    Change-Id: Ic0c1d46869d34e4eb4604e5ce6a62edd9b2a4824