зеркало из https://github.com/mozilla/gecko-dev.git
Bug 1446585: Follow-up: Fix Windows file locking xpcshell bustage. r=bustage
MozReview-Commit-ID: TSB0CWep6h --HG-- extra : rebase_source : b096176aeb25977de07d610a9ece40078003d107
This commit is contained in:
Родитель
4d7458825a
Коммит
63cdc06086
|
@ -272,6 +272,7 @@ add_task(async function() {
|
|||
Assert.equal(addon.type, "extension");
|
||||
Assert.equal(addon.signedState, mozinfo.addon_signing ? AddonManager.SIGNEDSTATE_PRIVILEGED : AddonManager.SIGNEDSTATE_NOT_REQUIRED);
|
||||
|
||||
Services.obs.notifyObservers(target, "flush-cache-entry");
|
||||
target.remove(true);
|
||||
}
|
||||
}
|
||||
|
@ -321,6 +322,7 @@ add_task(async function test_samefile() {
|
|||
Assert.equal(addon.type, "extension");
|
||||
Assert.equal(addon.signedState, mozinfo.addon_signing ? AddonManager.SIGNEDSTATE_PRIVILEGED : AddonManager.SIGNEDSTATE_NOT_REQUIRED);
|
||||
|
||||
Services.obs.notifyObservers(webext, "flush-cache-entry");
|
||||
webext.remove(false);
|
||||
webext = createTempWebExtensionFile({
|
||||
manifest: {
|
||||
|
|
Загрузка…
Ссылка в новой задаче