Comment 12 for bug 1268480

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

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

commit f1c1e3ef17027884db340ecba313993fb6761df1
Author: ZhiQiang Fan <email address hidden>
Date: Fri Jan 17 18:30:11 2014 +0800

    Replace assertTrue with explicit assertIsInstance

    assertIsInstance can provide useful message when test fails,
    this patch replaces assertTrue(isinstance(x, y)) with
    assertIsInstance(x, y).

    Change-Id: Ia87b6b8d15f96ce7cf4082fc5ec599ade1d8114e
    Closes-Bug: #1268480