Bug 1039925 - Fix tests as a follow-up to Bug 822820. r=trivial

This commit is contained in:
Richard Newman 2014-07-16 22:32:48 -07:00
Родитель b190177182
Коммит 711d30f30f
1 изменённых файлов: 2 добавлений и 2 удалений

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

@ -10,8 +10,8 @@ public class StringHelper {
};
public static final String[] DEFAULT_BOOKMARKS_URLS = new String[] {
"about:firefox",
"https://support.mozilla.org/en-US/products/mobile",
"https://addons.mozilla.org/en-US/android/"
"https://support.mozilla.org/products/mobile",
"https://addons.mozilla.org/android/"
};
public static final int DEFAULT_BOOKMARKS_COUNT = DEFAULT_BOOKMARKS_TITLES.length;