Revert "Fixed abtests to use the preferences scope correctly."

This reverts commit 74d20c2028.
This commit is contained in:
Carlos Andrés Rocha
2013-07-01 13:23:24 -04:00
parent 74d20c2028
commit eedeaf286b

View File

@@ -129,9 +129,7 @@ class ABTestDescriptor(ABTestFields, RawDescriptor, XmlDescriptor):
raise InvalidDefinitionError("ABTest portions must add up to less than or equal to 1")
group_portions[DEFAULT] = default_portion
# I have no clue why the line of code below ever existed.
# It was scrambling the order of all the elements in abtest.
# children.sort()
children.sort()
return {
'group_portions': group_portions,