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
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
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.
[EMAIL PROTECTED] schrieb:
I have encountered a strange phenomenon, and I would like to fix it, if it
weren't for the fact that I have no idea why it appears.
So what happened? When using the zstreams.pp unit in a sample project I
get an error message "Fatal: Can't find unit FPReadPNG". I searc
Am Sonntag, den 24.09.2006, 11:37 -0300 schrieb Felipe Monteiro de
Carvalho:
> This is what almost works:
>
> var
> hw_handlers: array[0..1] of handler_rec =
> (
> (content_type: 'hw_app'; handler: @DefaultHandler),
> nil
> );
>
> But the compiler will complain on the nil:
>
> mod_
This is what almost works:
var
hw_handlers: array[0..1] of handler_rec =
(
(content_type: 'hw_app'; handler: @DefaultHandler),
nil
);
But the compiler will complain on the nil:
mod_hello.lpr(108,5) Fatal: Syntax error, "(" expected but "NIL" found
On 9/23/06, Marc Santhoff <[EMAIL PRO