Comment 48 for bug 1259292

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

Reviewed: https://review.openstack.org/210160
Committed: https://git.openstack.org/cgit/openstack/cinder/commit/?id=3c236141c90424650fe4eadbdf053a1bad277467
Submitter: Jenkins
Branch: master

commit 3c236141c90424650fe4eadbdf053a1bad277467
Author: Skyler Berg <email address hidden>
Date: Tue Aug 4 14:44:58 2015 -0700

    Fix argument order for assertEqual in tests

    Some tests incorrectly use the order assertEqual(observed, expected)
    instead of the correct order, assertEqual(expected, observed). This
    patch corrects this issue.

    Change-Id: I4683b80451d3e4576443c4472a01460b24633d04
    Closes-Bug: #1259292