mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-24 14:29:22 +02:00
* Cleanup on exit.
git-svn-id: trunk@23618 -
This commit is contained in:
parent
eae9c8df3c
commit
9ef9c395c6
@ -41,5 +41,6 @@ begin
|
|||||||
AssertTrue(PassException);
|
AssertTrue(PassException);
|
||||||
|
|
||||||
end;
|
end;
|
||||||
|
FreeDBConnector;
|
||||||
end.
|
end.
|
||||||
|
|
||||||
|
@ -45,4 +45,5 @@ begin
|
|||||||
post;
|
post;
|
||||||
AssertTrue(PassException);
|
AssertTrue(PassException);
|
||||||
end;
|
end;
|
||||||
|
FreeDBConnector;
|
||||||
end.
|
end.
|
||||||
|
@ -45,6 +45,7 @@ begin
|
|||||||
if DateFloat<>0 then Halt(1);
|
if DateFloat<>0 then Halt(1);
|
||||||
|
|
||||||
Db1.Free;
|
Db1.Free;
|
||||||
|
DeleteFile('testdatestr.dbf');
|
||||||
end.
|
end.
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user