From 1f35a0e9afe3ce6fd01f0ff58c8b96665af5ed8b Mon Sep 17 00:00:00 2001 From: "pschwartau%netscape.com" Date: Mon, 28 Oct 2002 03:44:09 +0000 Subject: [PATCH] Fixed small bug in reporting of skipped tests. --- js/tests/jsDriver.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/js/tests/jsDriver.pl b/js/tests/jsDriver.pl index 580d0b287613..b117c4ecb3bb 100755 --- a/js/tests/jsDriver.pl +++ b/js/tests/jsDriver.pl @@ -878,7 +878,7 @@ sub get_test_list { $actually_skipped = $orig_size - ($#test_list + 1); - &dd ($actually_skipped . " of " . ($#test_list + 1) . + &dd ($actually_skipped . " of " . $orig_size . " tests will be skipped."); &dd ((($#neg_list + 1) - $actually_skipped) . " skip tests were " . "not actually part of the test list.");