Bug 1056769 - UITour tests shouldn't hit the network. r=MattN

This commit is contained in:
Blair McBride 2014-08-27 12:38:08 +12:00
Родитель c9cde34b96
Коммит cc72fb871c
1 изменённых файлов: 4 добавлений и 0 удалений

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

@ -242,3 +242,7 @@ user_pref("browser.newtabpage.directory.ping", "");
// Enable Loop
user_pref("loop.enabled", true);
// Ensure UITour won't hit the network
user_pref("browser.uitour.pinnedTabUrl", "http://%(server)s/uitour-dummy/pinnedTab");
user_pref("browser.uitour.url", "http://%(server)s/uitour-dummy/tour");