summaryrefslogtreecommitdiffstats
path: root/dom/indexedDB/test/helpers.js
diff options
context:
space:
mode:
authorwolfbeast <mcwerewolf@wolfbeast.com>2019-11-08 10:49:46 +0100
committerwolfbeast <mcwerewolf@wolfbeast.com>2019-11-08 10:49:46 +0100
commiteb35cd10852cde613e6047220835cfa61eef6e01 (patch)
tree8bbc9e1d3ef8b676ea6efe99ba5ed26fe9c06716 /dom/indexedDB/test/helpers.js
parent60c83971fb19dea49beab3a02c8913f75f62ad09 (diff)
downloadUXP-eb35cd10852cde613e6047220835cfa61eef6e01.tar
UXP-eb35cd10852cde613e6047220835cfa61eef6e01.tar.gz
UXP-eb35cd10852cde613e6047220835cfa61eef6e01.tar.lz
UXP-eb35cd10852cde613e6047220835cfa61eef6e01.tar.xz
UXP-eb35cd10852cde613e6047220835cfa61eef6e01.zip
Issue #1263 - Part 2: Remove DiskSpaceWatcher tests
Diffstat (limited to 'dom/indexedDB/test/helpers.js')
-rw-r--r--dom/indexedDB/test/helpers.js4
1 files changed, 0 insertions, 4 deletions
diff --git a/dom/indexedDB/test/helpers.js b/dom/indexedDB/test/helpers.js
index e6e27f3f3..ffe66ebcd 100644
--- a/dom/indexedDB/test/helpers.js
+++ b/dom/indexedDB/test/helpers.js
@@ -217,10 +217,6 @@ if (!window.runTest) {
function finishTest()
{
- SpecialPowers.notifyObserversInParentProcess(null,
- "disk-space-watcher",
- "free");
-
SimpleTest.executeSoon(function() {
testGenerator.close();
testHarnessGenerator.close();