Comment 12 for bug 1512207

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

Reviewed: https://review.openstack.org/263561
Committed: https://git.openstack.org/cgit/openstack/python-novaclient/commit/?id=06be50b97a28f490951ca44f9880be161a54ecc1
Submitter: Jenkins
Branch: master

commit 06be50b97a28f490951ca44f9880be161a54ecc1
Author: yangyapeng <yang.yapeng@99cloud.net>
Date: Mon Jan 4 09:39:02 2016 -0500

    Use assertTrue/False instead of assertEqual(T/F)

    The usage of assertEqual(True/False, ***) should be changed
    to a meaningful format of assertTrue/False(***).

    Change-Id: I66110e5fc1afdf9dd6824b1f7bcb7b2c091a272d
    Closes-Bug: #1512207