Changeset 10 for trunk/SVNZero.lpr


Ignore:
Timestamp:
Aug 30, 2022, 7:44:36 PM (2 years ago)
Author:
chronos
Message:
  • Modified: General UTest unit moved into Common package.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/SVNZero.lpr

    r9 r10  
    22
    33uses
    4   {$IFDEF UNIX}
    5   cthreads,
    6   {$ENDIF}
    7   Classes, SysUtils, CustApp, USubversion, UTest, USvnZero, UTestCases, UExecute
    8   { you can add units after this };
     4  {$IFDEF UNIX}cthreads,{$ENDIF}
     5  Interfaces, // this includes the LCL widgetset
     6  Classes, SysUtils, CustApp, USubversion, USvnZero, UTestCases, UExecute,
     7  UTestCase;
    98
    109type
     
    2423  end;
    2524
    26 { TSvnZero }
     25{ TSvnZeroApp }
    2726
    2827procedure TSvnZeroApp.DoRun;
     
    123122var
    124123  Application: TSvnZeroApp;
     124
     125{$R *.res}
     126
    125127begin
    126128  {$if declared(UseHeapTrace)}
Note: See TracChangeset for help on using the changeset viewer.