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

Comparing ibx/trunk/fbintf/testsuite/TestManager.pas (file contents):
Revision 86 by tony, Sun Apr 2 11:40:29 2017 UTC vs.
Revision 87 by tony, Mon Jan 1 11:31:26 2018 UTC

# Line 401 | Line 401 | var i: integer;
401   begin
402    writeln(OutFile,'Firebird Configuration File');
403    for i := 0 to config.getCount - 1 do
404 <    writeln(OutFile,'Key = ',config.getItemType,', Value = ',config.getAsInteger);
404 >    writeln(OutFile,'Key = ',config[i].getItemType,', Value = ',config[i].getAsInteger);
405    writeln(OutFile);
406   end;
407  

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines