Comment 160 for bug 1259292

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

Reviewed: https://review.openstack.org/228726
Committed: https://git.openstack.org/cgit/openstack/zaqar/commit/?id=3a1019daccaf7afaa03457fdc3d99a84581e8591
Submitter: Jenkins
Branch: master

commit 3a1019daccaf7afaa03457fdc3d99a84581e8591
Author: MD NADEEM <email address hidden>
Date: Tue Sep 29 14:07:35 2015 +0900

    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 zaqar/tests/unit/common/storage/ .
    Patches is generated module wise to ease the review process.
    Partial-Bug: #1259292

    Change-Id: I40a6349dc008ea0cb4c94714f01418acdf75e3b8