Comment 167 for bug 1259292

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

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

commit cfec8634583f14dc286410b015fbd183163f3c1f
Author: lei-zhang-99cloud <zhang.lei@99cloud.net>
Date: Sat Oct 10 11:27:29 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 module magnum/tests/functional/.

    Change-Id: Ic5151d6052780180179189cf47cc41f9215e2af5
    Partial-Bug: #1259292