Hi,
The following program crashes if compiled with fpc 2.0.4. It works correctly if fpc
2.1.1 is used. Should I create a bug report or is the 2.0.x series not maintained
anymore?
program xmloutput;
{$mode objfpc}{$H+}
uses
xmlwrite, dom
{ add your units here };
var
XMLDoc : TXMLDocum
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
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