~harlowja/cloud-init/adjusted-merging

Viewing all changes in revision 1043.

  • Committer: Joshua Harlow
  • Date: 2014-11-25 00:41:21 UTC
  • Revision ID: harlowja@yahoo-inc.com-20141125004121-5a87hc50dx2xpa3q
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

expand all expand all

Show diffs side-by-side

added added

removed removed

Lines of Context: