* Cleanup on exit.

git-svn-id: trunk@23618 -
This commit is contained in:
yury 2013-02-14 14:05:01 +00:00
parent eae9c8df3c
commit 9ef9c395c6
3 changed files with 3 additions and 0 deletions

View File

@ -41,5 +41,6 @@ begin
AssertTrue(PassException);
end;
FreeDBConnector;
end.

View File

@ -45,4 +45,5 @@ begin
post;
AssertTrue(PassException);
end;
FreeDBConnector;
end.

View File

@ -45,6 +45,7 @@ begin
if DateFloat<>0 then Halt(1);
Db1.Free;
DeleteFile('testdatestr.dbf');
end.