Comment 43 for bug 1259292

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

Reviewed: https://review.openstack.org/157474
Committed: https://git.openstack.org/cgit/openstack/cinder/commit/?id=98e405a40ffd91a70e27248500497a76fad34fbb
Submitter: Jenkins
Branch: master

commit 98e405a40ffd91a70e27248500497a76fad34fbb
Author: Sai Kiran <email address hidden>
Date: Thu Feb 19 23:12:54 2015 +0530

    Fix argument order in assertEqual: tests/test_service.py

    The assertEqual in cinder/tests/test_service.py is using
    incorrect argument order (observed, expected), which causes the
    error message about mismatch to be reversed if the test case fails.
    Change it to (expected, observed).

    Change-Id: I30fc2ff65e0ebdbff5fca24cbef024999ad0a64e
    Partial-Bug: #1259292