Joshua Harlow 496077f4ca Use assertNotEqual which exists on python2.6
Instead of using assertGreater which is new on
python2.7 just use assertNotEqual which does exist
on python2.6 to perform the same/similar operation.

This makes the unittest not break on python2.6
2014-11-24 16:41:21 -08:00
..
2013-07-24 13:31:16 -04:00
2012-10-27 19:25:48 -07:00