Comment 214 for bug 1259292

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

Reviewed: https://review.openstack.org/329764
Committed: https://git.openstack.org/cgit/openstack/glance_store/commit/?id=fd1e846a60c0e73e641b22af2ed07b91b040c6a2
Submitter: Jenkins
Branch: master

commit fd1e846a60c0e73e641b22af2ed07b91b040c6a2
Author: yuyafei <email address hidden>
Date: Wed Jun 15 13:26:44 2016 +0800

    Fix argument order for assertEqual to (expected, observed)

    assertEqual expects that the arguments provided to it should be
    (expected, observed). If a particluar order is kept as a convention,
    then it helps to provide a cleaner message to the developer if Unit
    Tests fail. The following patch fixes this issue.

    TrivialFix

    Change-Id: I07b78383ef38731140143c91ae3a902bea55eebb
    Closes-Bug: #1259292