Update of /cvsroot/proxool/proxool
In directory sc8-pr-cvs1:/tmp/cvs-serv5634
Modified Files:
build.xml
Log Message:
new header for junit test report
Index: build.xml
===================================================================
RCS file: /cvsroot/proxool/proxool/build.xml,v
retrieving revision 1.41
retrieving revision 1.42
diff -C2 -d -r1.41 -r1.42
*** build.xml 3 Mar 2003 01:50:06 -0000 1.41
--- build.xml 3 Mar 2003 12:41:03 -0000 1.42
***************
*** 326,330 ****
file="${build-dir}/reports/${junit-report-name}"
token="Unit Test Results"
! value="${junit-report-description} - ${TODAY_FULL}"
/>
--- 326,330 ----
file="${build-dir}/reports/${junit-report-name}"
token="Unit Test Results"
! value='<div style="font-size: 110%;"><div style="float: right; font-weight: bold;">${TODAY_FULL}</div><a href="../index.html">Proxool</a> - ${junit-report-description}</div>'
/>
|