Bug 1093034 - test fixes for addon manager and unknown types, r=Mossop

This commit is contained in:
Gijs Kruitbosch 2014-12-19 11:57:37 +00:00
parent ef62d751ea
commit 56ca71a572
4 changed files with 4 additions and 2 deletions

View File

@ -98,7 +98,7 @@
<addon>
<name>Repo Add-on 3</name>
<type id="9999">Unknown</type>
<type id="2">Theme</type>
<guid>test_AddonRepository_3@tests.mozilla.org</guid>
<version>2.3</version>
<icon size="32">http://localhost/repo/3/icon.png</icon>

View File

@ -169,7 +169,7 @@
-->
<addon>
<name>PASS</name>
<type id="9999">Unknown</type>
<type id="2">Theme</type>
<guid>test_AddonRepository_1@tests.mozilla.org</guid>
<version>1.4</version>
<status id="9999">Unknown</status>

View File

@ -105,6 +105,7 @@ var GET_RESULTS = [{
}]
}, {
id: "test_AddonRepository_1@tests.mozilla.org",
type: "theme",
version: "1.4",
repositoryStatus: 9999,
icons: {}

View File

@ -152,6 +152,7 @@ const REPOSITORY_ADDONS = [{
repositoryStatus: 9
}, {
id: ADDON_IDS[2],
type: "theme",
name: "Repo Add-on 3",
version: "2.3",
iconURL: BASE_URL + "/repo/3/icon.png",