// Ensure that the default value of malwareTable is always in sorted order let originalValue = prefBranch.getCharPref("urlclassifier.malwareTable"); let sortedValue = originalValue.split(",").sort().join(","); do_check_eq(originalValue, sortedValue);