Comment 237 for bug 1259292

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

Reviewed: https://review.openstack.org/330665
Committed: https://git.openstack.org/cgit/openstack/tacker/commit/?id=0f337cb4616fed296c64c5a502614f5192f14225
Submitter: Jenkins
Branch: master

commit 0f337cb4616fed296c64c5a502614f5192f14225
Author: Kanagaraj Manickam <email address hidden>
Date: Thu Jun 16 19:01:02 2016 +0530

    Correct the reference and actual parameters in assertEqual

    AssertEqual always takes the reference object first param
    then actual object as second param, so it corrects
    some unit test cases, where postion is not take care properly.

    Co-Authored-By: <email address hidden>
    Co-Authored-By: <email address hidden>

    Change-Id: I0d98d28891b19520bd16070e10baa9f6cd07aee0
    Partial-Bug: #1259292