From d32cd776748e45abeaa6c2284b96210952c79717 Mon Sep 17 00:00:00 2001 From: Einar Egilsson Date: Tue, 15 Sep 2009 08:12:49 +0000 Subject: Fixed properties and added some more unittests git-svn-id: http://einaregilsson.googlecode.com/svn/mozilla/redirector/trunk@248 119bf307-c92d-0410-89bd-8f53e6181181 --- chrome/content/unittests.html | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'chrome/content/unittests.html') diff --git a/chrome/content/unittests.html b/chrome/content/unittests.html index cee8488..0989562 100644 --- a/chrome/content/unittests.html +++ b/chrome/content/unittests.html @@ -1,4 +1,4 @@ - + Redirector Unit Tests @@ -45,7 +45,6 @@ } function setup() { - try{ var tables = document.getElementsByTagName('table'); for (var i = 0; i < tables.length; i++) { tables[i].parentNode.removeChild(tables[i]); @@ -57,7 +56,6 @@ for (var name in tests) { setupTest(name, tests[name]); } - }catch(e){alert(e);} } function runTests() { -- cgit v1.2.3-70-g09d2