From 8f2944e1500126f97050458c15af4e8420992b28 Mon Sep 17 00:00:00 2001 From: Kris Maglione Date: Fri, 11 May 2018 17:40:20 -0700 Subject: [PATCH] Bug 1460748: Follow-up: Fix rebase botch. r=me,test-only DONTBUILD MozReview-Commit-ID: 8zM7pQM3bIx --- toolkit/mozapps/extensions/test/xpcshell/test_dictionary.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/toolkit/mozapps/extensions/test/xpcshell/test_dictionary.js b/toolkit/mozapps/extensions/test/xpcshell/test_dictionary.js index 6d03293eccd7..a7d21899c363 100644 --- a/toolkit/mozapps/extensions/test/xpcshell/test_dictionary.js +++ b/toolkit/mozapps/extensions/test/xpcshell/test_dictionary.js @@ -101,7 +101,7 @@ var HunspellEngine = { } try { let xhr = new XMLHttpRequest(); - xhr.open("GET", uri.spec, false); + xhr.open("GET", uri.spec.replace(/\.aff$/, ".dic"), false); xhr.send(); return true; } catch (e) {