Comment 26 for bug 1329757

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

Reviewed: https://review.openstack.org/502467
Committed: https://git.openstack.org/cgit/openstack/charm-hacluster/commit/?id=5526a3fbafb9bb3a73b9c482792c6fa652f22035
Submitter: Jenkins
Branch: master

commit 5526a3fbafb9bb3a73b9c482792c6fa652f22035
Author: zhangyangyang <email address hidden>
Date: Mon Sep 11 21:32:51 2017 +0800

    change assert(Not)Equals to assert(Not)Equal

    According to http://docs.python.org/2/library/unittest.html
    assert(Not)Equals is a deprecated alias of assert(Not)Equal.

    Change-Id: Ibda52e45efbf1266c272835e6a961e9eaf428e85
    Closes-Bug: #1329757