mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 1093034 - test fixes for addon manager and unknown types, r=Mossop
This commit is contained in:
parent
f112247880
commit
e800ac982d
@ -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>
|
||||
|
@ -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>
|
||||
|
@ -105,6 +105,7 @@ var GET_RESULTS = [{
|
||||
}]
|
||||
}, {
|
||||
id: "test_AddonRepository_1@tests.mozilla.org",
|
||||
type: "theme",
|
||||
version: "1.4",
|
||||
repositoryStatus: 9999,
|
||||
icons: {}
|
||||
|
@ -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",
|
||||
|
Loading…
Reference in New Issue
Block a user