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

Comparing ibx/trunk/testsuite/Test11.pas (file contents):
Revision 380 by tony, Mon Jan 10 10:13:17 2022 UTC vs.
Revision 410 by tony, Thu Jun 22 13:52:39 2023 UTC

# Line 118 | Line 118 | begin
118      FExecProc.ExecProc;
119      writeln(OutFile,'Event Called');
120      IBTransaction.Commit;
121 <    CheckSynchronize(5);
121 >    CheckSynchronize(100);
122 >    FEvents.UnRegisterEvents;
123    finally
124 +    CheckSynchronize(100);
125      IBDatabase.DropDatabase;
126    end;
127    writeln(OutFile,'Case #2: Event Registration after DB Open');
# Line 134 | Line 136 | begin
136      FExecProc.ExecProc;
137      writeln(OutFile,'Event Called');
138      IBTransaction.Commit;
139 <    CheckSynchronize(5);
140 <    Sleep(1000);
139 >    CheckSynchronize(100);
140 > //    Sleep(1000);
141      FEvents.UnRegisterEvents;
142    finally
143 +    CheckSynchronize(100);
144      IBDatabase.DropDatabase;
145    end;
146   end;

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines