Files
python-troveclient/troveclient/tests/test_management.py
jiansong 2093cba59e Replace assertDictEqual
Here,assertDictEqual is test that two dictionaries are equal.This method
will be used by default to compare dictionaries in calls to assertEqual.
So,I replace assertDictEqual.

refer to [1] for more information

[1]:https://docs.python.org/2.7/library/unittest.html#unittest.TestCase.assertDictEqual

Change-Id: Idb30eeab13e9cad44e7c78c7903280f5e3bf66d6
2016-07-29 02:15:25 +00:00

11 KiB