 Issue 29606600:
  Issue 5146 - Implement DownloadableSubscription parsing in C++  (Closed) 
  Base URL: https://hg.adblockplus.org/adblockpluscore/
    
  
    Issue 29606600:
  Issue 5146 - Implement DownloadableSubscription parsing in C++  (Closed) 
  Base URL: https://hg.adblockplus.org/adblockpluscore/| Index: test/stub-modules/utils.js | 
| =================================================================== | 
| --- a/test/stub-modules/utils.js | 
| +++ b/test/stub-modules/utils.js | 
| @@ -1,14 +1,5 @@ | 
| "use strict"; | 
| -const crypto = require("crypto"); | 
| - | 
| exports.Utils = { | 
| - generateChecksum(lines) | 
| - { | 
| - let buffer = new Buffer(lines.join("\n"), "utf-8"); | 
| - let hash = crypto.createHash("md5"); | 
| - hash.update(buffer); | 
| - return hash.digest("base64").replace(/=+$/, ""); | 
| - }, | 
| yield() {} | 
| }; |