Comment 18 for bug 1226374

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

Reviewed: https://review.openstack.org/47600
Committed: http://github.com/openstack/swift/commit/92ae497800d9e66795346019cf284026a751597e
Submitter: Jenkins
Branch: master

commit 92ae497800d9e66795346019cf284026a751597e
Author: ZhiQiang Fan <email address hidden>
Date: Fri Sep 20 23:34:06 2013 +0800

    Fix unsuitable assertTrue

    assertTrue accepts a parameter msg which will be printed when
    assertion fails, usually msg is a str. This patch fixes unsuitable
    usage of assertTrue which set msg to bool type True.

    Change-Id: I731f8ea553c935eba0e112ffded16f41a5ea86c0
    Fixes-Bug: #1226374