Browse Source

* Delete the test.xml file on exit.

git-svn-id: trunk@48379 -
(cherry picked from commit 31135b38908d9fe3bbc7d6a8acaf104949b7e2e7)
yury 4 years ago
parent
commit
37bce2fcbe
1 changed files with 1 additions and 0 deletions
  1. 1 0
      packages/fcl-registry/tests/tcxmlreg.pp

+ 1 - 0
packages/fcl-registry/tests/tcxmlreg.pp

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