Explorar o código

* Delete the test.xml file on exit.

git-svn-id: trunk@48379 -
yury %!s(int64=4) %!d(string=hai) anos
pai
achega
31135b3890
Modificáronse 1 ficheiros con 1 adicións e 0 borrados
  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;