Comment 5 for bug 1266812

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

Reviewed: https://review.openstack.org/67664
Committed: https://git.openstack.org/cgit/openstack/oslo-incubator/commit/?id=fdfbced7fe76920e112f5725123b5b1db31903e0
Submitter: Jenkins
Branch: master

commit fdfbced7fe76920e112f5725123b5b1db31903e0
Author: Brant Knudson <email address hidden>
Date: Tue Jan 28 13:38:46 2014 -0600

    Enhance tests for LOG.deprecated

    The tests for LOG.deprecated were incorrect because they were
    clearing the log buffers on every call.

    When this is corrected, it shows that LOG.deprecated is not working
    as expected since it logs multiple times when the test indicates
    that it should only log once.

    Change-Id: Ic0e4925c372e5948c2140daa07ab3362fb25a306
    Partial-Bug: #1266812