Explorar el Código

* Delete the test.xml file on exit.

git-svn-id: trunk@48379 -
yury hace 4 años
padre
commit
31135b3890
Se han modificado 1 ficheros con 1 adiciones y 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;