* Scripts/run-webkit-tests:
git-svn-id: https://svn.webkit.org/repository/webkit/trunk@24010
268f45cc-cd09-0410-ab3c-
d52691b4dbfc
+2007-07-05 Adam Roben <aroben@apple.com>
+
+ Show the test's extension in the results page
+
+ * Scripts/run-webkit-tests:
+
2007-07-05 Adam Roben <aroben@apple.com>
Add more options for controlling the interpretation of the Skipped file
my $expectedDir = expectedDirectoryForTest($base);
copy("$expectedDir/$base-$expectedTag.txt", "$testResultsDirectory/$base-$expectedTag.txt");
print HTML "<tr>\n";
- print HTML "<td><a href=\"" . toURL("$testDirectory/$test") . "\">$base</a></td>\n";
+ print HTML "<td><a href=\"" . toURL("$testDirectory/$test") . "\">$test</a></td>\n";
if (-s "$testResultsDirectory/$base-$diffsTag.txt") {
print HTML "<td><a href=\"$base-$expectedTag.txt\">expected</a></td>\n";
print HTML "<td><a href=\"$base-$actualTag.txt\">actual</a></td>\n";