Index: openacs-4/packages/acs-automated-testing/www/admin/testcase.adp =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/acs-automated-testing/www/admin/testcase.adp,v diff -u -N -r1.19 -r1.20 --- openacs-4/packages/acs-automated-testing/www/admin/testcase.adp 29 Mar 2018 07:56:58 -0000 1.19 +++ openacs-4/packages/acs-automated-testing/www/admin/testcase.adp 7 Jul 2018 10:35:36 -0000 1.20 @@ -73,7 +73,7 @@ @tests_quiet.result@ - @tests_quiet.result@ + @tests_quiet.result@ @tests_quiet.count@ @@ -97,18 +97,23 @@ - - @tests.timestamp@ + @tests.timestamp@ FAILED +
@tests.notes@
@tests.result@ +
@tests.notes@
+ + @tests.result@ +
@tests.notes@
+
- @tests.result@ + @tests.result@ + @tests.notes@ -
@tests.notes@
Index: openacs-4/packages/acs-automated-testing/www/admin/testcase.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/acs-automated-testing/www/admin/testcase.tcl,v diff -u -N -r1.15 -r1.16 --- openacs-4/packages/acs-automated-testing/www/admin/testcase.tcl 26 Mar 2018 20:10:56 -0000 1.15 +++ openacs-4/packages/acs-automated-testing/www/admin/testcase.tcl 7 Jul 2018 10:35:36 -0000 1.16 @@ -122,23 +122,36 @@ set quiet_url "[export_vars -base testcase -entire_form -exclude {quiet}]&quiet=1" set verbose_url "[export_vars -base testcase -entire_form -exclude {quiet}]&quiet=0" template::head::add_style \ - -style " -.description h2 { 1.5em; } -.fail { - font-weight: bold; - color: red; -} -.ok { - font-weight: bold; - color: green; -} -dt { - font-weight: bold -} -th { - background: #c0c0c0; -} -" + -style { + .description h2 { 1.5em; } + .fail { + font-weight: bold; + color: red; + } + .ok { + font-weight: bold; + color: green; + } + .warn { + color: darkmagenta; + } + + td.log { + font-size: normal; + color: darkslateblue; + } + + dt { + font-weight: bold + } + th { + background: #c0c0c0; + } + td pre { + margin: 2px; + font-size: smaller; + } + } ad_return_template