loooosy 920ee7f6d4 Using assertFalse(A) instead of assertEqual(False, A)
This patch is to replace assertEqual(False, A) with assertFalse(A), which
the latter is more straightforward and easier to understand. Also the
relevant hacking rule is added.

Change-Id: I79e81ea3f01d17746ec6a666307d864a2216b71b
2017-06-14 09:20:00 +08:00
..