Comment 1 for bug 1329757

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

Reviewed: https://review.openstack.org/93797
Committed: https://git.openstack.org/cgit/stackforge/fuel-web/commit/?id=f78b4a0854e10b48668fb92308ace0820d1a8fe0
Submitter: Jenkins
Branch: master

commit f78b4a0854e10b48668fb92308ace0820d1a8fe0
Author: Christian Berendt <email address hidden>
Date: Thu May 15 22:17:55 2014 +0200

    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: If90709756ccb6022641b915e47a5c7af4fe1fc1c
    Closes-Bug: #1329757