summaryrefslogtreecommitdiffstats
path: root/toolkit/mozapps/downloads/tests/unit/head_downloads.js
diff options
context:
space:
mode:
Diffstat (limited to 'toolkit/mozapps/downloads/tests/unit/head_downloads.js')
-rw-r--r--toolkit/mozapps/downloads/tests/unit/head_downloads.js5
1 files changed, 5 insertions, 0 deletions
diff --git a/toolkit/mozapps/downloads/tests/unit/head_downloads.js b/toolkit/mozapps/downloads/tests/unit/head_downloads.js
new file mode 100644
index 000000000..4f199e5cf
--- /dev/null
+++ b/toolkit/mozapps/downloads/tests/unit/head_downloads.js
@@ -0,0 +1,5 @@
+Components.utils.import("resource://gre/modules/Services.jsm");
+
+do_register_cleanup(function() {
+ Services.obs.notifyObservers(null, "quit-application", null);
+});