Comment 4 for bug 1272428

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

Reviewed: https://review.openstack.org/70349
Committed: https://git.openstack.org/cgit/openstack/ironic/commit/?id=86fa723d8bad8a121d75699f8a219f01be8a44b5
Submitter: Jenkins
Branch: master

commit 86fa723d8bad8a121d75699f8a219f01be8a44b5
Author: Max Lobur <email address hidden>
Date: Fri Jan 31 08:54:28 2014 -0500

    Replace nonexistent mock assert methods with real ones

    Methods like assert_not_called, assert_called_once, assert_called do
    not exist, they generated on the fly (dummy) and don't assert anything.
    This patch replaces each of nonexistent method calls with real.

    Change-Id: I12ac093b81a7a90b9b3771678ea2cc3c2a40c876
    Closes-Bug: #1272428