* Delete the test.xml file on exit.

git-svn-id: trunk@48379 -
This commit is contained in:
yury 2021-01-24 10:14:36 +00:00
parent e84fbcedac
commit 31135b3890

View File

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