commit | 7a313654e79c4a7e775aaf0171b57a7f8d7d0c64 | [log] [tgz] |
---|---|---|
author | Michael J Fork <mjfork@us.ibm.com> | Mon Feb 11 23:23:02 2013 +0000 |
committer | Michael J Fork <mjfork@us.ibm.com> | Mon Feb 11 23:23:02 2013 +0000 |
tree | 259071c22f5a549bce9f32d152eb60a179e501b2 | |
parent | f475145ed24b37f0fd71c6bab550b7bb7c033212 [diff] |
Change quota tests to use assertEqual Two quota tests currently use assertSequenceEqual to compare quota sets, causing equal, but differently ordered, sets to fail. This change switches to assertEquals to allow those sets to succeed. Change-Id: I0e2acb03d54457ea9aa6283843bf44be39f5a33b Fixes: bug #1118754