Browse Source

* Delete the test.xml file on exit.

git-svn-id: trunk@48379 -
yury 4 năm trước cách đây
mục cha
commit
31135b3890
1 tập tin đã thay đổi với 1 bổ sung0 xóa
  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;