Comment 42 for bug 1259292

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

Reviewed: https://review.openstack.org/165350
Committed: https://git.openstack.org/cgit/openstack/sahara/commit/?id=2fce61bfafc6bd8b83dbadc23038838f7c8c552d
Submitter: Jenkins
Branch: master

commit 2fce61bfafc6bd8b83dbadc23038838f7c8c552d
Author: Jacob Bin Wang <email address hidden>
Date: Wed Mar 18 18:28:38 2015 +0800

    Fix order of arguments in assertEqual - Part3

    This part contains changes in tests of service.

    Some tests used incorrect order assertEqual(observed, expected).
    The correct order expected by testtools is:
        def assertEqual(self, expected, observed, message='')

    It requires big changes and some tests change frequently.
    So I would do it in series of small CR, and this is the last one.

    Closes-Bug: #1259292

    Change-Id: I20c215da18775e9a4d257462446f4adbecd26056