Alistair Coles 968c91a465 Replace assertTrue(not <condition>) with assertFalse(<condition>)
The replacement of assert_ with assertTrue [1] resulted in a number of
tests using calls of the form assertTrue(not <condition>). This patch
replaces those with assertFalse(<condition>).

[1] change I74705c6498249337bfdf955d62e0ad972035bc1f

Change-Id: I78b49558f4425c2335df187b1793d1e4b3c514b1
2015-08-07 16:25:13 +01:00
..
2015-07-20 21:41:58 +05:30
2015-07-24 11:48:28 +02:00
2015-02-12 11:30:21 -08:00