]> review.fuel-infra Code Review - openstack-build/neutron-build.git/commit
change assertEquals to assertEqual
authorChristian Berendt <berendt@b1-systems.de>
Thu, 24 Oct 2013 05:34:40 +0000 (07:34 +0200)
committerChristian Berendt <berendt@b1-systems.de>
Thu, 24 Oct 2013 05:35:00 +0000 (07:35 +0200)
commit10639b5b67c5c961122c59c437ddf5da02808f08
tree48aff3ae0caf3cfe9e61b1936311e7a5002209ad
parent30ba5b38fe320a5009a909828219eac11ac06625
change assertEquals to assertEqual

According to http://docs.python.org/2/library/unittest.html
assertEquals is a deprecated alias of assertEqual.

Change-Id: I4030e9f9b184af60eb9253b3a1d7e1cc929d502d
neutron/tests/unit/nicira/test_lbaas_plugin.py