Bug 1129794 - Remove 'firefox-appdir = browser' from places/autocomplete xpcshell test. r=mak

This commit is contained in:
Hiroyuki Ikezoe 2015-02-04 22:24:00 +01:00
parent 29cf2ef3bd
commit aedf9007a7
2 changed files with 5 additions and 2 deletions

View File

@ -4,7 +4,11 @@
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/. */
let gTabRestrictChar = prefs.getCharPref("browser.urlbar.restrict.openpage");
let gTabRestrictChar = "%";
prefs.setCharPref("browser.urlbar.restrict.openpage", gTabRestrictChar);
do_register_cleanup(() => {
prefs.clearUserPref("browser.urlbar.restrict.openpage");
});
let kSearchParam = "enable-actions";

View File

@ -1,7 +1,6 @@
[DEFAULT]
head = head_autocomplete.js
tail =
firefox-appdir = browser
skip-if = toolkit == 'android' || toolkit == 'gonk'
[test_416211.js]