commit 146ae4cc141f702785f896ff8c90bdfa0ab90b60
Author: difw <something@something>
Date: Fri Jul 29 09:32:22 2016 -0700
fixup! Regression tests for "Omnibox: Add DDG, Startpage, Disconnect, Youtube, Twitter; remove Amazon, eBay, bing"
Update tests.
---
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 8648551..082dd84 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], "disconnect", "Default search engine is disconnect");
+ is(engineIDs[0], "ddg", "Default search engine is disconnect");
is(engineIDs[1], "youtube", "Secondary search engine is youtube");
is(engineIDs[2], "google", "Google is third search engine");
}