Comment 173 for bug 1259292

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

Reviewed: https://review.openstack.org/233364
Committed: https://git.openstack.org/cgit/openstack/magnum/commit/?id=0961c864aecc34ebfb37dc613f08084f46b0a4a3
Submitter: Jenkins
Branch: master

commit 0961c864aecc34ebfb37dc613f08084f46b0a4a3
Author: lei-zhang-99cloud <zhang.lei@99cloud.net>
Date: Sat Oct 10 18:41:59 2015 +0800

    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 modules magnum/tests/unit/db/. 、
    magnum/tests/unit/object/. and magnum/tests/unit/service/. modules.

    Change-Id: If193d8904ac4e4637e3ad97c8050696661cd6112
    Partial-Bug: #1259292