aboutsummaryrefslogtreecommitdiffstats
path: root/test/harness/helper.js
diff options
context:
space:
mode:
authorDavid Fugate <dfugate@microsoft.com>2011-01-17 11:08:45 -0800
committerDavid Fugate <dfugate@microsoft.com>2011-01-17 11:08:45 -0800
commit8bd3768a4e817aa518e6dc51a80bdbac2a4e46ca (patch)
tree53709b3d10fc55edbfaff21dc6f661ba4d281803 /test/harness/helper.js
parent0252ed17af28d62acd3d2f6bde99a1235ee68e42 (diff)
- all files supporting the 'Browsers' tab have been removed.
- updated website version number to 0.2
Diffstat (limited to 'test/harness/helper.js')
-rw-r--r--test/harness/helper.js3
1 files changed, 1 insertions, 2 deletions
diff --git a/test/harness/helper.js b/test/harness/helper.js
index c0e339314..28d340501 100644
--- a/test/harness/helper.js
+++ b/test/harness/helper.js
@@ -162,7 +162,7 @@ function Presenter() {
xml = '<testRun>\r\n' +
'<userAgent>' + window.navigator.userAgent + '</userAgent>\r\n' +
- '<browserName>REPLACE WITH BROWSERNAME BEFORE PUSHING TO HG</browserName>\r\n' +
+ '<browserName>REPLACE WITH BROWSERNAME</browserName>\r\n' +
'<Date>' + dateNow.toDateString() + '</Date>\r\n' +
'<Submitter> ADD SUBMITTER</Submitter>\r\n' +
'<targetTestSuiteName>ECMAScript Test262 Site</targetTestSuiteName>\r\n' +
@@ -172,7 +172,6 @@ function Presenter() {
reportWindow = window.open();
reportWindow.document.writeln("<title>ECMAScript Test262 XML</title>");
- reportWindow.document.writeln("<div>Instructions: Update the BROWSERNAME value and submit to Hg. Send email to the <a href='mailto:body@ecmascript.org' >list</a> for assistance.</div>");
reportWindow.document.write("<textarea id='results' style='width: 100%; height: 800px;'>");
reportWindow.document.write(xml);
reportWindow.document.write(globalSection.toXML());