aboutsummaryrefslogtreecommitdiffstats
path: root/test/harness/helper.js
diff options
context:
space:
mode:
authorDavid Fugate <dfugate@microsoft.com>2011-09-12 10:02:51 -0700
committerDavid Fugate <dfugate@microsoft.com>2011-09-12 10:02:51 -0700
commit2c16b93983cce6aa72458f82d801a4702d61506a (patch)
tree67b204af518f5e706dc639b7683787687c3b72ee /test/harness/helper.js
parent9a8578be92eb23f521e0509980f9daec3ca95a6b (diff)
Re-added tests disabled by https://bugs.ecmascript.org/show_bug.cgi?id=126.
Diffstat (limited to 'test/harness/helper.js')
-rw-r--r--test/harness/helper.js1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/harness/helper.js b/test/harness/helper.js
index b66589f25..da06ebb8c 100644
--- a/test/harness/helper.js
+++ b/test/harness/helper.js
@@ -69,6 +69,7 @@ function Presenter() {
this.finished = function(elapsed) {
$('.button-start').attr('src', 'resources/images/start.png');
+ //progressBar.text("Testing complete!");
if (isSiteDebugMode()) {
this.activityBar.text('Overall Execution Time: ' + elapsed + ' minutes');
} else {