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