Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code

Side by Side Diff: test/stub-modules/info.js

Issue 29356001: Issue 4223 - Adapt notification tests to work in adblockpluscore repository (Closed) Base URL: https://hg.adblockplus.org/adblockpluscore
Patch Set: Addressed comments Created Oct. 5, 2016, 12:50 p.m.
Left:
Right:
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View unified diff | Download patch
« no previous file with comments | « test/notification.js ('k') | test/stub-modules/prefs.js » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 module.exports = { 1 module.exports = {
2 addonName: "adblockpluscore-tests", 2 addonName: "adblockpluschrome",
3 addonVersion: "1.2.3", 3 addonVersion: "1.4.1",
4 application: "node", 4 application: "chrome",
5 applicationVersion: "3.2.1", 5 applicationVersion: "27.0",
6 platform: "v8", 6 platform: "chromium",
7 platformVersion: "9.8.7" 7 platformVersion: "12.0"
8 }; 8 };
OLDNEW
« no previous file with comments | « test/notification.js ('k') | test/stub-modules/prefs.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld