зеркало из https://github.com/mozilla/gecko-dev.git
Bug 917576. Parse non-string pref values. r=ahal
This commit is contained in:
Родитель
659091681b
Коммит
4c5deade91
|
@ -79,7 +79,7 @@ class RefTest(object):
|
|||
if len(thispref) < 2:
|
||||
print "Error: syntax error in --setpref=" + v
|
||||
sys.exit(1)
|
||||
prefs[thispref[0]] = thispref[1]
|
||||
prefs[thispref[0]] = mozprofile.Preferences.cast(thispref[1].strip())
|
||||
|
||||
# install the reftest extension bits into the profile
|
||||
addons = []
|
||||
|
|
Загрузка…
Ссылка в новой задаче