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

This commit is contained in:
Motohiro Takayama 2015-06-01 22:21:00 +02:00
parent efa8a6142e
commit 2af7e21684

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;