commit 83f53ee4897f6047c0c691d86833c6960311768e
Author: Georg Koppen <gk(a)torproject.org>
Date: Sat Jul 30 10:36:40 2016 +0000
fixup! fixup! Regression tests for "Omnibox: Add DDG, Startpage, Disconnect, Youtube, Twitter; remove Amazon, eBay, bing"
Fixup typo.
---
tbb-tests/browser_tor_omnibox.js | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/tbb-tests/browser_tor_omnibox.js b/tbb-tests/browser_tor_omnibox.js
index 082dd84..e18b2a8 100644
--- a/tbb-tests/browser_tor_omnibox.js
+++ b/tbb-tests/browser_tor_omnibox.js
@@ -8,7 +8,7 @@ function test() {
engineIDs = browserSearchService.getEngines().map(e => e.identifier);
// Check that we have the correct engines installed, in the right order.
- is(engineIDs[0], "ddg", "Default search engine is disconnect");
+ is(engineIDs[0], "ddg", "Default search engine is duckduckgo");
is(engineIDs[1], "youtube", "Secondary search engine is youtube");
is(engineIDs[2], "google", "Google is third search engine");
}