Comment 88 for bug 1259292

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

Reviewed: https://review.openstack.org/223053
Committed: https://git.openstack.org/cgit/openstack/glance/commit/?id=ee9ecfca16a0f9e65ff0754796078aed515cb6b1
Submitter: Jenkins
Branch: master

commit ee9ecfca16a0f9e65ff0754796078aed515cb6b1
Author: Rajesh Tailor <email address hidden>
Date: Thu Sep 10 03:54:17 2015 -0700

    Fix order of arguments in assertEqual

    Some tests used incorrect order assertEqual(observed, expected).

    The correct order expected by testtools is
    assertEqual(expected, observed).

    At some places, corrected argument order for assertNotEqual method as well
    and replaced assertEqual with assertTrue/assertFalse wherever required.

    Closes-Bug: #1259292
    Change-Id: I6fff8a3eedd053d0de8e261245a32f9a9fdab213