mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-02-05 05:30:29 +00:00
Bug 1017903 - Load the search service before running open search discovery tests. r=mfinkle
This commit is contained in:
parent
4818213b0a
commit
15f625d17e
@ -66,6 +66,9 @@ function execute_search_test(test) {
|
||||
}
|
||||
|
||||
function prep_search_test(test) {
|
||||
// Syncrhonously load the search service.
|
||||
Services.search.getVisibleEngines();
|
||||
|
||||
setHandlerFunc(execute_search_test, test);
|
||||
|
||||
let rel = test.rel || "search";
|
||||
|
Loading…
x
Reference in New Issue
Block a user