Comment 58 for bug 1512207

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

Reviewed: https://review.openstack.org/263569
Committed: https://git.openstack.org/cgit/openstack/horizon/commit/?id=9eaa5e4362447680fb4348be2e1a4240003e576b
Submitter: Jenkins
Branch: master

commit 9eaa5e4362447680fb4348be2e1a4240003e576b
Author: yangyapeng <yang.yapeng@99cloud.net>
Date: Mon Jan 4 10:20:55 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(***).

    Closes-Bug: #1512207
    Change-Id: Ifbc62b560a8dcc35a9c744fc8660b2fc50ddc556