ViewVC Help
View File | Revision Log | Show Annotations | Download File | View Changeset | Root Listing
root/public/ibx/branches/udr/testsuite/testsuite.dpr
(Generate patch)

Comparing:
ibx/trunk/fbintf/testsuite/testsuite.dpr (file contents), Revision 345 by tony, Mon Aug 23 14:22:29 2021 UTC vs.
ibx/branches/udr/testsuite/testsuite.dpr (file contents), Revision 381 by tony, Sat Jan 15 00:06:22 2022 UTC

# Line 5 | Line 5 | program testsuite;
5   {$R *.res}
6  
7   uses
8 <  SysUtils,
8 >  System.SysUtils,
9 >  FBTestApp in 'FBTestApp.pas',
10    Test1 in 'Test1.pas',
11 +  Test2 in 'Test2.pas',
12    Test3 in 'Test3.pas',
13    Test4 in 'Test4.pas',
14    Test5 in 'Test5.pas',
# Line 23 | Line 25 | uses
25    Test16 in 'Test16.pas',
26    Test17 in 'Test17.pas',
27    Test18 in 'Test18.pas',
26  Test2 in 'Test2.pas',
27  TestApplication in 'testApp\TestApplication.pas',
28  FBTestApp in 'FBTestApp.pas',
28    Test19 in 'Test19.pas',
29 <  Test20 in 'Test20.pas';
29 >  Test20 in 'Test20.pas',
30 >  Test21 in 'Test21.pas',
31 >  Test22 in 'Test22.pas',
32 >  TestApplication in 'testApp\TestApplication.pas';
33  
34   var
35    Application: TTestApplication;

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines