* Delete the test.xml file on exit.

git-svn-id: trunk@48379 -
(cherry picked from commit 31135b3890)
This commit is contained in:
yury 2021-01-24 10:14:36 +00:00 committed by florian
parent 794c4a3b0e
commit 37bce2fcbe

View File

@ -39,6 +39,7 @@ end;
procedure TTestXMLRegistry.TearDown;
begin
FreeAndNil(FXMLReg);
DeleteFile('test.xml');
inherited TearDown;
end;