Bug 457634: browser_autocomplete.js test doesn't clean up after itself. r=gavin

This commit is contained in:
Dave Townsend 2008-09-30 07:20:18 +01:00
parent e3904c9f2a
commit 37fc04f628

View File

@ -122,6 +122,10 @@ function runMultipleEnginesTestAndFinalize() {
is(browser.engines[0].uri, "http://first.mozilla.com/search.xml", "first engine wins");
gTestPage.close();
// Reset the default link handler
DOMLinkHandler.handleEvent = gBrowserHandler;
finish();
}