From b73b98f14a74fe7dce93be78cc3a62603bbf8ced Mon Sep 17 00:00:00 2001 From: des Date: Wed, 15 Aug 2007 12:27:54 +0000 Subject: [PATCH] Show elapsed time in milliseconds instead of microseconds, and shrink some columns to give the test description more space. git-svn-id: svn+ssh://projects.linpro.no/svn/varnish/trunk@1848 d4fa192b-c00b-0410-8231-f00ffab90ce4 --- .../regress/lib/Varnish/Test/Report/report.html | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/varnish-tools/regress/lib/Varnish/Test/Report/report.html b/varnish-tools/regress/lib/Varnish/Test/Report/report.html index 4549f303..59d59366 100644 --- a/varnish-tools/regress/lib/Varnish/Test/Report/report.html +++ b/varnish-tools/regress/lib/Varnish/Test/Report/report.html @@ -11,15 +11,15 @@ td, th { border: thin solid black; padding: 3pt; text-align: left; } thead, tfoot { background-color: #eeeeff; } tr.pass { background-color: #eeffee; } tr.fail { background-color: #ffeeee; } -.name { width: 15%; } +.name { width: 10%; } .count { width: 5%; } .pass { width: 5%; } .fail { width: 5%; } -.time { width: 10%; } -.descr { width: 60%; } +.time { width: 5%; text-align: right; } +.descr { width: 70%; } - +

Varnish test report

@@ -43,7 +43,7 @@ tr.fail { background-color: #ffeeee; } - + @@ -53,7 +53,7 @@ tr.fail { background-color: #ffeeee; } - + -- 2.39.5
s s
s s