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

Unified Diff: chrome/content/tests/notification.js

Issue 6202090942627840: Issue 2592 - Fix tests for URL-specific notifications (Closed)
Patch Set: Created June 5, 2015, 10:39 a.m.
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/content/tests/notification.js
===================================================================
--- a/chrome/content/tests/notification.js
+++ b/chrome/content/tests/notification.js
@@ -348,18 +348,18 @@
{
let withURLFilterFoo = fixConstructors({
id: 1,
- urlFilters: ["foo.com"]
+ urlFilters: ["foo.com$document"]
});
let withoutURLFilter = fixConstructors({
id: 2
});
let withURLFilterBar = fixConstructors({
id: 3,
- urlFilters: ["bar.com"]
+ urlFilters: ["bar.com$document"]
});
let subdomainURLFilter = fixConstructors({
id: 4,
- urlFilters: ["||example.com"]
+ urlFilters: ["||example.com$document"]
});
registerHandler([
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld