[tor-commits] [tor-browser/tor-browser-45.4.0esr-6.0-1] fixup! Regression tests for "Omnibox: Add DDG, Startpage, Disconnect, Youtube, Twitter; remove Amazon, eBay, bing"

gk at torproject.org gk at torproject.org
Tue Nov 8 07:57:19 UTC 2016


commit 91b048b4a146b32467206f13729a24cc13d506bc
Author: difw <something at 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");
 }





More information about the tor-commits mailing list