Tang Chen bcaa5c2e0e Use assertEqual() instead of assertDictEqual()
In unittest2, assertDictEqual() is implemented by
using != operator to compare two dicts. So is
assertEqual() in testtools. assertEqual() in
testtools is able to handle dict, list, set and
so on. So we just call assertEqual() to make the
unit tests simpler.

Change-Id: Ice343b2ce468acae39d2ad79f7121503e3627656
2016-07-25 15:09:49 +08:00
..
2016-07-09 23:23:38 +08:00
2016-07-22 20:49:18 +00:00
2016-06-04 06:18:46 +00:00
2016-06-13 11:00:22 -05:00
2016-01-29 08:18:50 +09:00
2016-07-22 20:49:18 +00:00