ViewVC Help
View File | Revision Log | Show Annotations | Download File | View Changeset | Root Listing
root/public/ibx/trunk/testsuite/IBXTestBase.pas
(Generate patch)

Comparing ibx/trunk/testsuite/IBXTestBase.pas (file contents):
Revision 318 by tony, Thu Feb 25 11:56:36 2021 UTC vs.
Revision 319 by tony, Thu Feb 25 12:05:40 2021 UTC

# Line 207 | Line 207 | begin
207    else
208    while not aDataSet.EOF do
209    begin
210 <    CheckSynchronize(1);
210 >    CheckSynchronize(100);
211      writeln(OutFile,'Row No = ',rowno);
212      PrintDataSetRow(aDataset);
213      aDataSet.Next;

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines