Comment 17 for bug 1604213

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

Reviewed: https://review.openstack.org/349819
Committed: https://git.openstack.org/cgit/openstack/oslo.rootwrap/commit/?id=a46b731c8a346d9bbb0c461a64aa3fb970123c86
Submitter: Jenkins
Branch: master

commit a46b731c8a346d9bbb0c461a64aa3fb970123c86
Author: yan.haifeng <email address hidden>
Date: Mon Aug 1 11:46:55 2016 +0800

    Fix parameters of assertEqual are misplaced

    Many assertEqual sentences don't follow assertEqual(expected, actual),
    These misplaces have 2 impacts:
    1, giving confusing messages when some tests failed.
    2, mislead other developers, new test modules may follow these wrong pattern.

    This patch fix all of them.

    Change-Id: I4adfc98d6eecd5ea117d725775b2476b237212d9
    Closes-Bug: #1604213