Re: [fpc-pascal] presenting fpunit test results

2006-10-04 Thread Graeme Geldenhuys
Hi Vincent, Small bugfix in the fpcunit.xsl file. On line 58, the $ sign was missing infront of the "failureCount' variable. This caused the Summary line (when failures occured and no errors) to show up green instead of magenta. Line 58 should look as follows: Regards, - Graeme - On 0

Re: [fpc-pascal] presenting fpunit test results

2006-10-02 Thread Graeme Geldenhuys
On 02/10/06, Vincent Snijders <[EMAIL PROTECTED]> wrote: I already did that and tested that. Maybe the browser is showing you an old version? Ah yes, it view my browser cache. Refresh fixed it. :-) >> The console testrunner, that I use, will insert the stylesheet >> information. > > I didn'

Re: [fpc-pascal] presenting fpunit test results

2006-10-02 Thread Vincent Snijders
Graeme Geldenhuys schreef: On 02/10/06, Vincent Snijders <[EMAIL PROTECTED]> wrote: I like the result: http://www.hu.freepascal.org/lazarus/testresults/results.xml I couldn't view it. Got an error that the results.xsl file couldn't be found. Note: I renamed the results.xsl file to fpcunit.xsl

Re: [fpc-pascal] presenting fpunit test results

2006-10-02 Thread Graeme Geldenhuys
On 02/10/06, Vincent Snijders <[EMAIL PROTECTED]> wrote: I like the result: http://www.hu.freepascal.org/lazarus/testresults/results.xml I couldn't view it. Got an error that the results.xsl file couldn't be found. Note: I renamed the results.xsl file to fpcunit.xsl, so you will have to update

Re: [fpc-pascal] presenting fpunit test results

2006-10-02 Thread Vincent Snijders
Graeme Geldenhuys schreef: Hi Vincent, Attached is my latest efforts on fpcUnit Test Reports using XSLT. Before, I sent you two versions of the .xsl file. One created a report based on CSS only and the other one based on HTML Tables only. I tested both against my results (around 900 tests) and

Re: [fpc-pascal] presenting fpunit test results

2006-09-30 Thread Graeme Geldenhuys
Hi Vincent, Attached is my latest efforts on fpcUnit Test Reports using XSLT. Before, I sent you two versions of the .xsl file. One created a report based on CSS only and the other one based on HTML Tables only. I tested both against my results (around 900 tests) and the CSS version was dog slow

Re: [fpc-pascal] presenting fpunit test results

2006-09-24 Thread Graeme Geldenhuys
Hi Vincent, I haven't forgotten about your updated .xslt file to take into account the timing results. I have been really busy at work, and have a deadline approaching this Friday. After that, I should have a bit more time... In the mean time, I have been updating my Linux build server for the t

Re: [fpc-pascal] presenting fpunit test results

2006-09-24 Thread Vincent Snijders
Vincent Snijders wrote: A sample xml file with test results can be found on http://www.hu.freepascal.org/lazarus/testresults/results.xml What is missing in these files in the test hierarchy: forgot to paste the link :-( http://www.hu.freepascal.org/lazarus/testresults/tree.xml A future vers

Re: [fpc-pascal] presenting fpunit test results

2006-09-24 Thread Vincent Snijders
Vincent Snijders wrote: Ewald Horn wrote: Hi Vincent, most of what I do is programs that output HTML results. I'm sure I can be of some assistance to you. Can you zip and send the unit test results to me so I can make you a small sample of what I have in mind ? Thanks for your offer.

Re: [fpc-pascal] presenting fpunit test results

2006-09-18 Thread Graeme Geldenhuys
Sorry, I got side tracked with work requirements. Who decided there must only be 24 hours in a day! :-) I already have most of the timing results implemented, just need to rework the way the Text TestRunner uses the XML output. I will finish it in this week. Regards, - Graeme - On 19/09/06, V

Re: [fpc-pascal] presenting fpunit test results

2006-09-18 Thread Vincent Snijders
Graeme Geldenhuys schreef: On 9/8/06, Dean Zobec <[EMAIL PROTECTED]> wrote: At first sight, it seems that the methods StartTest and EndTest of the listeners are the right place where to place the code to do the timings. I guess the right approach would be to add an option at command line or othe

Re: [fpc-pascal] presenting fpunit test results

2006-09-10 Thread Vincent Snijders
Graeme Geldenhuys wrote: On 9/8/06, Dean Zobec <[EMAIL PROTECTED]> wrote: At first sight, it seems that the methods StartTest and EndTest of the listeners are the right place where to place the code to do the timings. I guess the right approach would be to add an option at command line or other

Re: [fpc-pascal] presenting fpunit test results

2006-09-08 Thread Graeme Geldenhuys
On 9/8/06, Dean Zobec <[EMAIL PROTECTED]> wrote: At first sight, it seems that the methods StartTest and EndTest of the listeners are the right place where to place the code to do the timings. I guess the right approach would be to add an option at command line or otherwise to add the timing resu

Re: [fpc-pascal] presenting fpunit test results

2006-09-08 Thread Vincent Snijders
Dean Zobec schreef: Graeme Geldenhuys ha scritto: Hi Vincent, Is is easy to add the list of executed tests (5 min job), but the missing feature I believe you are looking for is the timing results. Currently none of the fpcunit results contain timing values. This is something I wanted to add lo

Re: [fpc-pascal] presenting fpunit test results

2006-09-08 Thread Dean Zobec
Graeme Geldenhuys ha scritto: > Hi Vincent, > > Is is easy to add the list of executed tests (5 min job), but the > missing feature I believe you are looking for is the timing results. > Currently none of the fpcunit results contain timing values. This is > something I wanted to add long ago. Th

Re: [fpc-pascal] presenting fpunit test results

2006-09-07 Thread Graeme Geldenhuys
Hi Vincent, Is is easy to add the list of executed tests (5 min job), but the missing feature I believe you are looking for is the timing results. Currently none of the fpcunit results contain timing values. This is something I wanted to add long ago. The GUI TestRunner does show the total time

Re: [fpc-pascal] presenting fpunit test results

2006-09-07 Thread Graeme Geldenhuys
Hi Vincent, Graeme Geldenhuys provided me with some sample xsl files and css files, but what seemed to be missing in those is timing results and a complete listing of all executed tests and results per suite. I don't know how to Oh, I left out the processing of the executed test result Tha

Re: [fpc-pascal] presenting fpunit test results

2006-09-07 Thread Vincent Snijders
Ewald Horn wrote: Hi Vincent, most of what I do is programs that output HTML results. I'm sure I can be of some assistance to you. Can you zip and send the unit test results to me so I can make you a small sample of what I have in mind ? Thanks for your offer. In the coming days, I will s

Re: [fpc-pascal] presenting fpunit test results

2006-09-07 Thread Ewald Horn
Hi Vincent, most of what I do is programs that output HTML results. I'm sure I can be of some assistance to you. Can you zip and send the unit test results to me so I can make you a small sample of what I have in mind ? Kind regards Ewald Horn Web: www.nofuss.co.za _