Comment 239 for bug 1259292

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

Reviewed: https://review.openstack.org/338627
Committed: https://git.openstack.org/cgit/openstack/networking-infoblox/commit/?id=a52b6364fa5d812f512837282b884ce7995bd54b
Submitter: Jenkins
Branch: master

commit a52b6364fa5d812f512837282b884ce7995bd54b
Author: hongzhezheng <email address hidden>
Date: Wed Jul 6 20:10:42 2016 +0800

    Fix argument order for assertEqual to (expected, observed)

    assertEqual expects that the arguments provided to it should be
    (expected, observed). If a particluar order is kept as a convention,
    then it helps to provide a cleaner message to the developer if Unit
    Tests fail. The following patch fixes this issue.

    Change-Id: I197f2d781317b0f0f4b9dce1cd6a438a9b6a7622
    Partial-Bug: #1259292