From 6788e30ba8df0ebf35411a059a8c50f420901085 Mon Sep 17 00:00:00 2001 From: Robert Konigsberg Date: Tue, 14 Jun 2011 11:03:51 -0400 Subject: [PATCH] Added code to make tests easier to repeat by specifying them as part of the URL. --- auto_tests/misc/local.html | 44 ++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 44 insertions(+) diff --git a/auto_tests/misc/local.html b/auto_tests/misc/local.html index a451f8e..74e308e 100644 --- a/auto_tests/misc/local.html +++ b/auto_tests/misc/local.html @@ -23,6 +23,40 @@ + +
@@ -31,5 +65,15 @@ instance,
tc = new SimpleDrawingTestCase() ;
tc.runTest("testDrawSimpleRangePlusOne")
+ +

Alternatively you can use query args:

+ Example: local.html?testCase=ScrollingDivTestCase&test=testNestedDiv_Scrolled&command=runTest + -- 2.7.4