Cao Xuan Hoang d104d0ff3e Use assertEqual() instead of assertDictEqual()
In unittesttools, assertDictEqual() and assertEqual()
are implemented by using '!=' operator. But assertEqual()
can handle dict, list, set and so on. So we just call
assertEqual() to make the tests simpler.

Change-Id: I051ce0a96ab0883fdb907ca24bce7e47580758d1
2016-09-26 09:51:02 +07:00
..
2016-08-12 11:00:21 +03:00
2014-10-07 13:50:40 +00:00
2016-06-13 14:36:48 +03:00