Bug 891213 - Defect - browser_topsites.js test does not clean up history items it adds. r=jimm

This commit is contained in:
Jonathan Wilde 2013-07-08 19:24:04 -07:00
parent f1b0d865de
commit a0301d1781

View File

@ -144,7 +144,12 @@ function updatePagesAndWait() {
//////////////////////////////////////////////////////////////////////////
function tearDown() {
clearHistory();
}
function test() {
registerCleanupFunction(tearDown);
runTests();
}
@ -432,5 +437,3 @@ gTests.push({
}
});