Bug 1167503 - Remove |popPermissions| from test case. r=fabrice

--HG--
extra : rebase_source : 72b64ea08b68af746a32e160dc44876c7d7ddd52
This commit is contained in:
Motohiro Takayama 2015-06-01 22:21:00 +02:00
parent b5199f0c3e
commit afbd5b35e3

View File

@ -175,9 +175,6 @@ function runTest() {
runApp(app, continueTest);
yield undefined;
SpecialPowers.popPermissions(continueTest);
yield undefined;
// Uninstall the app to cleanup after ourself.
navigator.mozApps.mgmt.onuninstall = function(event) {
var app = event.application;