Browse Source
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. Change-Id: I35c8978d8e189c894038b8d1e974938ffff71fccchanges/84/474084/6
7 changed files with 6 additions and 39 deletions
Loading…
Reference in new issue