Backed out changeset 38a48d485876 (bug 426932).

This commit is contained in:
Dave Camp 2008-09-30 12:23:31 -07:00
parent 54db31ddcb
commit c7fe99888b

View File

@ -106,12 +106,9 @@ function testUpdate() {
function run_test()
{
runTests([
// XXX: We need to run testUpdate first, because of a
// race condition (bug 457790) calling dbservice.classify()
// directly after dbservice.resetDatabase().
testUpdate,
testCleanHostKeys,
testDirtyHostKeys,
testUpdate,
]);
}