Comment 176 for bug 1259292

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

Reviewed: https://review.openstack.org/228420
Committed: https://git.openstack.org/cgit/openstack/python-zaqarclient/commit/?id=7adf35effcbff4ce9f12fe2418a10df7e73fe4c1
Submitter: Jenkins
Branch: master

commit 7adf35effcbff4ce9f12fe2418a10df7e73fe4c1
Author: MD NADEEM <email address hidden>
Date: Mon Sep 28 20:49:53 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 test file of zaqarclient.
    The review is generated part-wise to ease review process.
    Partial-Bug: #1259292

    Change-Id: I3f51e3a400d1c408e6c65b9ed503efd414b3d5ed