Browse Source

+ public property TXMLResultsWriter.Document

git-svn-id: trunk@6311 -
Vincent Snijders 18 years ago
parent
commit
d1f8bcc26f
1 changed files with 2 additions and 0 deletions
  1. 2 0
      fcl/fpcunit/xmltestreport.pp

+ 2 - 0
fcl/fpcunit/xmltestreport.pp

@@ -61,6 +61,8 @@ type
     procedure StartTest(ATest: TTest); override;
     procedure EndTest(ATest: TTest); override;
     procedure WriteResult(aResult: TTestResult); override;
+    { A public property to the internal XML document }
+    property Document: TXMLDocument read FDoc;
   end;