sbailliez 01/08/19 11:22:22 Modified: src/etc Tag: ANT_14_BRANCH junit-noframes.xsl Log: Added a way to display properties from testcase. This is based on an article from Erik Hatcker It will not work with Netscape 4.x but should be ok with Netscape 6. Revision Changes Path No revision No revision 1.1.2.1 +49 -34 jakarta-ant/src/etc/junit-noframes.xsl Index: junit-noframes.xsl =================================================================== RCS file: /home/cvs/jakarta-ant/src/etc/junit-noframes.xsl,v retrieving revision 1.1 retrieving revision 1.1.2.1 diff -u -r1.1 -r1.1.2.1 --- junit-noframes.xsl 2001/08/07 22:03:27 1.1 +++ junit-noframes.xsl 2001/08/19 18:22:22 1.1.2.1 @@ -1,16 +1,4 @@ - - - @@ -33,6 +21,25 @@ TABLE.details TR TD{ background:#EEEEE0; } + + TABLE.properties { + border-collapse:collapse; + border-left:solid 1 #CCCCCC; border-top:solid 1 #CCCCCC; + padding:5px; + } + + TABLE.properties TH { + text-align:left; + border-right:solid 1 #CCCCCC; border-bottom:solid 1 #CCCCCC; + background-color:#EEEEEE; + } + + TABLE.properties TD { + font:normal; + text-align:left; + border-right:solid 1 #CCCCCC; border-bottom:solid 1 #CCCCCC; + background-color:#FFFFFFF; + } P { line-height:1.5em; @@ -63,6 +70,13 @@ font-weight:bold; color:purple; } + + @@ -223,29 +237,32 @@ - + Simple way to display properties, it is not very nice but it does + the job. Properties are sorted so that they can be found easily. + This is based on the original idea by Erik Hatcher (erik@hatcher.net) + --> + + + Show/Hide System Properties >> + +

-

Unit Test Results

@@ -345,8 +362,6 @@
-