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

Comparing ibx/trunk/testsuite/Test17.pas (file contents):
Revision 410 by tony, Thu Jun 22 13:52:39 2023 UTC vs.
Revision 419 by tony, Sat Aug 5 12:42:00 2023 UTC

# Line 462 | Line 462 | begin
462        Bookmark := B;
463        Delete;
464        PrintDataSet(FIBDataSet1);
465 <      writeln('Insert/Delete after first row');
465 >      writeln(outfile,'Insert/Delete after first row');
466        Next;
467        Insert;
468        FieldByName('PlainText').AsString := 'This is an insert test #2';
# Line 473 | Line 473 | begin
473        Bookmark := B;
474        Delete;
475        PrintDataSet(FIBDataSet1);
476 <      writeln('Insert/Delete at last row');
476 >      writeln(outfile,'Insert/Delete at last row');
477        Last;
478        Insert;
479        FieldByName('PlainText').AsString := 'This is an insert test #3';

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines