From 9a4b4011f8b8f3fa9f8b6b5de4713e83f6689ed9 Mon Sep 17 00:00:00 2001 From: Norbert Lindenberg Date: Wed, 18 Jul 2012 12:32:54 -0700 Subject: Got test402 web site into usable shape. Unified headers of test262/402 sites. - Added table of contents for ECMA-402. - Added ability to load the right table of contents into results display. - Added meaningful text to test402 web page. - Updated test262 web pages for 5.1 edition of ECMA-262. - Unified headers of test262/402 web pages to ECMAScript . - Replaced text logos with styled text. - Decapitalized some text; fixed a typo; expanded an abbreviation. - Fixed a few issues found by W3 HTML validator. --- test/harness/helper.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'test') diff --git a/test/harness/helper.js b/test/harness/helper.js index d44f3c329..75a6b93ba 100644 --- a/test/harness/helper.js +++ b/test/harness/helper.js @@ -13,13 +13,13 @@ function Presenter() { table, backLink, - globalSection = new Section(null, "0", "ECMA-262"), + globalSection = new Section(null, "0", STANDARD), currentSection = globalSection, tests = {}, totalTests = 0; var progressBar; - TOCFILEPATH = "metadata/ecma-262-toc.xml"; + TOCFILEPATH = "metadata/" + STANDARD.toLowerCase() + "-toc.xml"; //**INTERFACE**************************************************************** /* Updates progress with the given test, which should have its results in it as well. */ this.addTestResult = function(test) { -- cgit v1.2.3