Comment 171 for bug 1259292

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

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

commit 7fda571402c05eb832702a77735efcd403d507f2
Author: lei-zhang-99cloud <zhang.lei@99cloud.net>
Date: Sat Oct 10 17:12:38 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/unit/conductor/.

    Change-Id: Ib8ead5a00b8095892341e08b1662b053ac1ec36b
    Partial-Bug: #1259292