Comment 159 for bug 1259292

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

Reviewed: https://review.openstack.org/228751
Committed: https://git.openstack.org/cgit/openstack/zaqar/commit/?id=6c89270d0ee0b6fe60df16d6859ac3cd9510bfb2
Submitter: Jenkins
Branch: master

commit 6c89270d0ee0b6fe60df16d6859ac3cd9510bfb2
Author: MD NADEEM <email address hidden>
Date: Tue Sep 29 16:06:21 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 modules zaqar/tests/unit/storage/
    and zaqar/tests/unit/notification/ modules.
    Partial-Bug: #1259292

    Change-Id: Iac8987782d6a21a28a0503ea7cd4ec85622f7996