Bug 690307 - add more tests for the localhost + spaces case, r=mak

This commit is contained in:
Gijs Kruitbosch 2014-11-05 19:08:45 +00:00
Родитель 6ddf35fa67
Коммит 3127dbbb62
1 изменённых файлов: 2 добавлений и 0 удалений

Просмотреть файл

@ -57,6 +57,8 @@ function test() {
testVal("http://localhost");
testVal("http://someotherhostwithnodots");
testVal("http://localhost/ foo bar baz");
testVal("http://localhost.localdomain/ foo bar baz", "localhost.localdomain/ foo bar baz");
Services.prefs.setBoolPref(prefname, false);