Bug 713293 - Send quit-application in toolkit/components/downloads/test/schema_migration/head_migration.js. r=mak.

This commit is contained in:
Rafael Ávila de Espíndola 2011-12-29 10:08:03 -05:00
parent 1c66d3281e
commit b5c7832ee2

View File

@ -34,12 +34,18 @@
*
* ***** END LICENSE BLOCK ***** */
Components.utils.import("resource://gre/modules/Services.jsm");
const Cc = Components.classes;
const Ci = Components.interfaces;
const Cr = Components.results;
do_get_profile();
do_register_cleanup(function() {
Services.obs.notifyObservers(null, "quit-application", null);
});
var dirSvc = Cc["@mozilla.org/file/directory_service;1"].
getService(Ci.nsIProperties);