Comment 20 for bug 1473454

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

Reviewed: https://review.openstack.org/200791
Committed: https://git.openstack.org/cgit/openstack/trove/commit/?id=f9b0a3a9689859414a99aa2adbeae3697bdcbae5
Submitter: Jenkins
Branch: master

commit f9b0a3a9689859414a99aa2adbeae3697bdcbae5
Author: rico.lin <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 methds would
    silently pass -- but after the upgrade these (rightly) cause
    errors that need to be fixed.

    Change-Id: I35fbd142a199f5e5f39b7835fee0ac888dc9784b
    Closes-Bug: 1473454