Comment 175 for bug 1259292

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

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

commit eb104b2c6bd071d2df123c9041735740b5e56feb
Author: MD NADEEM <email address hidden>
Date: Mon Sep 28 21:17:44 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 /tests/queues/ of zaqarclient.
    The review is generated part-wise to ease review process.
    Partial-Bug: #1259292

    Change-Id: I405ca85d497361b41ada5eab567dd9735e787c32