From 71ed1fe508d123853f6b47da1ca7e476fd0b1694 Mon Sep 17 00:00:00 2001 From: Stephen Pohl Date: Sun, 22 Mar 2015 23:12:07 -0400 Subject: [PATCH] Bug 1145336: Test updates. r=jwwang --- toolkit/mozapps/extensions/test/xpcshell/test_gmpProvider.js | 1 + 1 file changed, 1 insertion(+) diff --git a/toolkit/mozapps/extensions/test/xpcshell/test_gmpProvider.js b/toolkit/mozapps/extensions/test/xpcshell/test_gmpProvider.js index 4353f8156c22..8369019243dc 100644 --- a/toolkit/mozapps/extensions/test/xpcshell/test_gmpProvider.js +++ b/toolkit/mozapps/extensions/test/xpcshell/test_gmpProvider.js @@ -231,6 +231,7 @@ add_task(function* test_pluginRegistration() { let MockGMPService = { addPluginDirectory: path => addedPaths.push(path), removePluginDirectory: path => removedPaths.push(path), + removeAndDeletePluginDirectory: path => removedPaths.push(path), }; GMPScope.gmpService = MockGMPService;