From 0e32fbc8f74c70bbca072377337e2fef04069db2 Mon Sep 17 00:00:00 2001 From: "sayrer%gmail.com" Date: Wed, 25 Oct 2006 22:37:59 +0000 Subject: [PATCH] Set easy defaults for runtests.pl, document autorun param, and remove reference to unchecked-in test git-svn-id: svn://10.0.0.236/trunk@214137 18797224-902f-48f8-a5cc-f745e15eee43 --- mozilla/testing/mochitest/runtests.pl | 7 +++---- mozilla/testing/mochitest/tests/index.html | 1 - 2 files changed, 3 insertions(+), 5 deletions(-) diff --git a/mozilla/testing/mochitest/runtests.pl b/mozilla/testing/mochitest/runtests.pl index e22dcd90856..817a4bdd99f 100644 --- a/mozilla/testing/mochitest/runtests.pl +++ b/mozilla/testing/mochitest/runtests.pl @@ -3,6 +3,7 @@ use File::Path; # URL parameters: # +# autorun -- kick off tests automatically # closeWhenDone -- runs quit.js after tests # logFile -- logs test run to an absolute path # quiet -- turns of console dumps @@ -10,11 +11,9 @@ use File::Path; # consoleLevel, fileLevel -- set the logging level of the console and file logs, if activated. # -$test_url = "http://localhost:8888/tests/index.html"; -#$test_url = "about:blank"; +$test_url = "http://localhost:8888/tests/index.html?autorun=1&closeWhenDone=1"; # XXXsayrer these are specific to my mac, need to make them general -#$app = "/Applications/Firefox.app/Contents/MacOS/firefox-bin"; -$app = "/Users/sayrer/firefox/mozilla/fb-debug/dist/MinefieldDebug.app/Contents/MacOS/firefox-bin"; +$app = "/Applications/Firefox.app/Contents/MacOS/firefox-bin"; $profile = "dhtml_test_profile"; $profile_dir = "/tmp/$profile"; diff --git a/mozilla/testing/mochitest/tests/index.html b/mozilla/testing/mochitest/tests/index.html index fa59c67dfa5..0ac9158b779 100644 --- a/mozilla/testing/mochitest/tests/index.html +++ b/mozilla/testing/mochitest/tests/index.html @@ -46,7 +46,6 @@ RunSet.runall = function() { 'test_bug339350.xhtml', 'test_bug355026.html', 'test_bug357509.html', - 'test_bug357776.html', 'test_MochiKit-Async.html', 'test_MochiKit-Base.html', 'test_MochiKit-DateTime.html',