commit | 37fd6ed6eaf751b5c40e875e65ea490a8f8baa36 | [log] [tgz] |
---|---|---|
author | guo yunxian <yunxian.guo@easystack.cn> | Fri Jul 29 14:00:03 2016 +0800 |
committer | guo yunxian <yunxian.guo@easystack.cn> | Mon Aug 01 18:28:27 2016 +0800 |
tree | 9798c7f1cd2b37fad638c16f66ab2162cfc2f2a7 | |
parent | 4522829c98ba9da0e9e93fd731afa9e23ed88174 [diff] |
assertEqual can be used instead of assertListEqual Other parts of the code uses assertEqual(). assertEqual() is able to handle dict, list, set and so on. So we just call assertEqual() to make the entire code simpler. Change-Id: If72bb0fa05d2636046f6156cdebd38a63c2b88f3