Bug 983642 - [tps] AddonRepository.getAddonsByIDs fails in mutiple tps tests. r=hskupin DONTBUILD

--HG--
extra : rebase_source : 51ed8adff60cd7a0ddcd9c7c36a81f3510350089
This commit is contained in:
Andrei Eftimie 2014-03-27 20:06:56 +01:00
Родитель 8f7d8ad02e
Коммит 34600cae09
5 изменённых файлов: 3 добавлений и 3 удалений

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

@ -16,7 +16,7 @@
</application></compatible_applications>
<all_compatible_os><os>ALL</os></all_compatible_os>
<install os="ALL" size="485">http://127.0.0.1:4567/restartless.xpi</install>
<install os="ALL" size="485">http://127.0.0.1:4567/addons/restartless.xpi</install>
<created epoch="1252903662">
2009-09-14T04:47:42Z
</created>

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

@ -16,7 +16,7 @@
</application></compatible_applications>
<all_compatible_os><os>ALL</os></all_compatible_os>
<install os="ALL" size="452">http://127.0.0.1:4567/unsigned.xpi</install>
<install os="ALL" size="452">http://127.0.0.1:4567/addons/unsigned.xpi</install>
<created epoch="1252903662">
2009-09-14T04:47:42Z
</created>

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

@ -60,7 +60,7 @@ class TPSTestRunner(object):
'browser.warnOnQuit': False,
# Allow installing extensions dropped into the profile folder
'extensions.autoDisableScopes': 10,
'extensions.getAddons.get.url': 'http://127.0.0.1:4567/en-US/firefox/api/%API_VERSION%/search/guid:%IDS%',
'extensions.getAddons.get.url': 'http://127.0.0.1:4567/addons/api/%IDS%.xml',
'extensions.update.enabled' : False,
# Don't open a dialog to show available add-on updates
'extensions.update.notifyUser' : False,