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:
Kris Maglione 2018-03-20 16:18:04 -07:00
Родитель 4d7458825a
Коммит 63cdc06086
1 изменённых файлов: 2 добавлений и 0 удалений

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

@ -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: {