Bug 1213990 follow-up: remove old test of UninstallObserver uninit draft
authorAndrew Swan <aswan@mozilla.com>
Mon, 01 Aug 2016 16:30:18 -0700
changeset 395287 5edccc6f71d6ae0ab68bdbe3c657d1496b3f824c
parent 395285 aaab86e8f593b53a034cb698fc43b9c330fd461f
child 526966 1d377e04381cbbb625340ad34b4399af3659999f
push id24737
push useraswan@mozilla.com
push dateMon, 01 Aug 2016 23:30:49 +0000
bugs1213990
milestone51.0a1
Bug 1213990 follow-up: remove old test of UninstallObserver uninit MozReview-Commit-ID: 3dvK3YIrWVP
toolkit/components/extensions/test/mochitest/test_chrome_ext_shutdown_cleanup.html
--- a/toolkit/components/extensions/test/mochitest/test_chrome_ext_shutdown_cleanup.html
+++ b/toolkit/components/extensions/test/mochitest/test_chrome_ext_shutdown_cleanup.html
@@ -45,15 +45,13 @@ add_task(function* testShutdownCleanup()
      "GlobalManager has been initialized once an extension is started");
   is(UninstallObserver.initialized, true,
      "UninstallObserver has been initialized once an extension is started");
 
   yield extension.unload();
 
   is(GlobalManager.initialized, false,
      "GlobalManager has been uninitialized once all the webextensions have been stopped");
-  is(UninstallObserver.initialized, false,
-     "UninstallObserver has been uninitialized once all the webextensions have been stopped");
 });
 </script>
 
 </body>
 </html>