Files
deb-nova/nova/tests/consoleauth
Zhongyue Luo 40a718e30e Fixes misuse of assertTrue in test scripts
Misuse of assertTrue in places where assertEqual or assertIn should be used.

If assertTrue is used, the test will always pass
if the first argument's boolean cast is True. The second argument
passed to assertTrue() will be regarded as the error message
when the assertion fails.

Fixes bug #1223620

Change-Id: I46b51bf944ba22247901172650ea6867dd525aa7
2013-09-11 09:28:54 +08:00
..