Files
pycadf/pycadf
liangjingtao 525bb1ff05 Fix order of arguments in assertEqual
Some tests used incorrect order assertEqual(observed, expected).

The correct order expected by testtools is...

    def assertEqual(self, expected, observed, message=''):
        """Assert that 'expected' is equal to 'observed'.

        :param expected: The expected value.
        :param observed: The observed value.
        :param message: An optional message to include in the error.
        """
This patch will fix it.

Change-Id: I2d311fc9f774e7f61e52c40aefb1beb54244e9ba
2016-07-07 17:24:38 +08:00
..
2015-01-28 22:48:48 +00:00
2013-08-02 10:44:41 -04:00
2015-02-04 01:42:07 -05:00
2014-07-29 18:05:36 -05:00
2015-02-04 01:42:07 -05:00
2014-08-20 21:29:06 -05:00
2014-07-29 18:05:36 -05:00
2015-09-24 12:01:30 +10:00
2016-01-07 11:03:58 +08:00
2014-07-29 18:05:36 -05:00
2016-02-12 15:03:10 +00:00
2014-07-29 18:05:36 -05:00
2014-08-15 23:20:18 +00:00
2014-07-29 18:05:36 -05:00
2014-07-29 18:05:36 -05:00
2014-07-29 18:05:36 -05:00
2014-07-29 18:05:36 -05:00
2014-07-29 18:05:36 -05:00
2014-07-29 18:05:36 -05:00