mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-09-01 23:30:20 +02:00
* Delete the test.xml file on exit.
git-svn-id: trunk@48379 -
This commit is contained in:
parent
e84fbcedac
commit
31135b3890
@ -39,6 +39,7 @@ end;
|
|||||||
procedure TTestXMLRegistry.TearDown;
|
procedure TTestXMLRegistry.TearDown;
|
||||||
begin
|
begin
|
||||||
FreeAndNil(FXMLReg);
|
FreeAndNil(FXMLReg);
|
||||||
|
DeleteFile('test.xml');
|
||||||
inherited TearDown;
|
inherited TearDown;
|
||||||
end;
|
end;
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user