844e3d9c52
Using assertTrue and the 'is' operator to test if an element is None is too python2.4. Our unit testing framework supports assertIsNone and assertIsNotNone which were created for these types of tests. Fixes bug #1230028 Change-Id: Ia58d92c52d0aca9c22360dd44de19d4e5878ab13