Browse Source

* Delete the test.xml file on exit.

git-svn-id: trunk@48379 -
yury 4 years ago
parent
commit
31135b3890
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;