* fixed test

git-svn-id: trunk@13361 -
This commit is contained in:
florian 2009-07-04 16:29:59 +00:00
parent 04402dd6cc
commit ea4d5a74c2

View File

@ -45,7 +45,11 @@ begin
c.EndUpdate;
end;
writeln('updates: ', update_counter);
c.Free;
if update_counter<>1 then
begin
c.Free;
Halt(1);
end;
c.Free;
writeln('ok');
end.