Comment 25 for bug 1473454

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to trove (stable/kilo)

Reviewed: https://review.openstack.org/202015
Committed: https://git.openstack.org/cgit/openstack/trove/commit/?id=3b111f98b7043d2e126ab234e0bf17b59751069d
Submitter: Jenkins
Branch: stable/kilo

commit 3b111f98b7043d2e126ab234e0bf17b59751069d
Author: Nikhil Manchanda <email address hidden>
Date: Sat Jul 11 12:54:26 2015 +0800

    Fix unit test mocks for new mock release

    The new mock release(1.1.0) broke some of the unit tests which
    were using incorrect mock methods that do not really exist.

    Before mock 1.1.0 using such incorrectly mocked methods would
    silently pass -- but after the upgrade these (rightly) cause
    errors that need to be fixed.

    Change-Id: I35fbd142a199f5e5f39b7835fee0ac888dc9784b
    Closes-Bug: 1473454