RE: JUNIT Junitreport - not showing System.out in HTML Report

2003-01-20 Thread Dominique Devienne
, January 19, 2003 9:26 AM To: Ant Users List Subject: Re: JUNIT Junitreport - not showing System.out in HTML Report On Sunday, January 19, 2003, at 09:58 AM, Erik Hatcher wrote: The stylesheet that generates the HTML report simply ignores system-out elements. To have it added, you will have

Re: JUNIT Junitreport - not showing System.out in HTML Report

2003-01-20 Thread Erik Hatcher
On Monday, January 20, 2003, at 09:50 AM, Dominique Devienne wrote: This is in CVS only (HEAD and/or 1.5 branch, I'm not sure). --DD *whew* - I didn't do the requisite CVS diffs to find out when that change was made - so thanks for clarifying, I thought I was losing my mind :). Erik --

RE: JUNIT Junitreport - not showing System.out in HTML Report

2003-01-20 Thread Frot
Users List Subject: Re: JUNIT Junitreport - not showing System.out in HTML Report On Sunday, January 19, 2003, at 09:58 AM, Erik Hatcher wrote: The stylesheet that generates the HTML report simply ignores system-out elements. To have it added, you will have to tweak the XSL. This can be done

RE: JUNIT Junitreport - not showing System.out in HTML Report

2003-01-20 Thread Dominique Devienne
Users List Subject: RE: JUNIT Junitreport - not showing System.out in HTML Report I know my tasks should by silent, but the class tested generates some random strings. I could not think of a better way of testing random behaviour other than the manual kind, printing it on screen at just check

Re: JUNIT Junitreport - not showing System.out in HTML Report

2003-01-19 Thread Erik Hatcher
On Saturday, January 18, 2003, at 05:55 PM, Frot wrote: I have looked at the XML file generated by the junit task, and find the output included : system-out![CDATA[Test 1 progressing.. ]]/system-out So fas so good. Now if I look at the generated HTML report does not include these

Re: JUNIT Junitreport - not showing System.out in HTML Report

2003-01-19 Thread Erik Hatcher
On Sunday, January 19, 2003, at 09:58 AM, Erik Hatcher wrote: The stylesheet that generates the HTML report simply ignores system-out elements. To have it added, you will have to tweak the XSL. This can be done easily (if you know a little XSLT) by copying the existing XSL file, making the

JUNIT Junitreport - not showing System.out in HTML Report

2003-01-18 Thread Frot
Hi, I have a small problem with my on JUnit based testcases. In my testcases I use System.out.println(..). Like : System.out.println(Test 1 progressing..) ; I wish to include these in the finally generated JUnit HTML report. The JUNIT ant task (with printsummary=withOutAndErr)