cinder/cinder/hacking
Eric Harney a68a057de0 Revert "Using assertFalse(A) instead of assertEqual(False, A)"
This is not correct, because assertEqual(False, A) is a stricter check than assertFalse(A).

assertFalse(None) passes, but assertEqual(False, None) will fail.  Therefore, this patch weakened our tests.

This reverts commit bcad8a84c0.

Change-Id: Ib7e2096c94f28d81bbf80bd2f21355a74541d9f8
2017-06-06 19:43:10 +00:00
..
__init__.py debug level logs should not be translated 2014-06-18 09:03:02 -06:00
checks.py Revert "Using assertFalse(A) instead of assertEqual(False, A)" 2017-06-06 19:43:10 +00:00