Rajesh Tailor 3f74823fb8 Fix order of arguments in assertEqual
Some tests used incorrect order assertEqual(observed, expected).

The correct order expected by testtools is
assertEqual(expected, observed).

At some places, corrected argument order for assertNotEqual method as well.

Change-Id: I6d63e77620b8dd9d6415424783b99a7e2e381a22
Partial-Bug: #1259292
2015-09-25 02:06:55 -07:00
..
2015-07-27 19:24:40 +00:00
2015-09-24 20:54:54 +02:00
2015-09-02 06:10:26 +00:00
2015-09-21 18:00:28 -05:00
2015-09-02 06:10:26 +00:00
2015-03-19 15:21:12 -05:00
2015-02-09 18:10:07 -06:00