Skip to content

Commit

Permalink
Bug 1145336: Test updates. r=jwwang
Browse files Browse the repository at this point in the history
  • Loading branch information
Stephen Pohl committed Mar 23, 2015
1 parent d123931 commit 71ed1fe
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit 71ed1fe

Please sign in to comment.