Re: [Freeipa-devel] [PATCH] 0018 Do not sort dictionaries in assert_deepequal utility function

2013-04-19 Thread Martin Kosek
On 04/19/2013 12:26 PM, Petr Viktorin wrote: > On 04/17/2013 03:00 PM, Rob Crittenden wrote: >> Petr Viktorin wrote: >>> On 04/15/2013 03:40 PM, Ana Krivokapic wrote: Sorting lists of dictionaries in assert_deepequal was causing inconsistencies in unit test execution. To fix this, do not

Re: [Freeipa-devel] [PATCH] 0018 Do not sort dictionaries in assert_deepequal utility function

2013-04-19 Thread Petr Viktorin
On 04/17/2013 03:00 PM, Rob Crittenden wrote: Petr Viktorin wrote: On 04/15/2013 03:40 PM, Ana Krivokapic wrote: Sorting lists of dictionaries in assert_deepequal was causing inconsistencies in unit test execution. To fix this, do not sort lists if their elements are dictionaries. See the tick

Re: [Freeipa-devel] [PATCH] 0018 Do not sort dictionaries in assert_deepequal utility function

2013-04-17 Thread Rob Crittenden
Petr Viktorin wrote: On 04/15/2013 03:40 PM, Ana Krivokapic wrote: Sorting lists of dictionaries in assert_deepequal was causing inconsistencies in unit test execution. To fix this, do not sort lists if their elements are dictionaries. See the ticket description and comments for more informatio

Re: [Freeipa-devel] [PATCH] 0018 Do not sort dictionaries in assert_deepequal utility function

2013-04-17 Thread Petr Viktorin
On 04/15/2013 03:40 PM, Ana Krivokapic wrote: Sorting lists of dictionaries in assert_deepequal was causing inconsistencies in unit test execution. To fix this, do not sort lists if their elements are dictionaries. See the ticket description and comments for more information and example how to r