Comment 90 for bug 1512207

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

Reviewed: https://review.openstack.org/265579
Committed: https://git.openstack.org/cgit/openstack/kuryr/commit/?id=992630a4abf7ae10a281bf7a6f767488161e4b01
Submitter: Jenkins
Branch: master

commit 992630a4abf7ae10a281bf7a6f767488161e4b01
Author: LiuNanke <email address hidden>
Date: Sun Jan 10 02:00:57 2016 +0800

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

    The usage of assertEqual(True/False, ***) should be changed
    to a meaningful format of assertTrue/False(***).
    This patch fixes the same in keystone.
    Closes-Bug: #1512207

    Change-Id: I800fe2c849ff089882064656c21350354b729025