Changeset 559


Ignore:
Timestamp:
Aug 23, 2022, 11:24:28 PM (21 months ago)
Author:
chronos
Message:
  • Added: UTestCase unit.
Location:
Common
Files:
6 added
2 edited

Legend:

Unmodified
Added
Removed
  • Common/Common.lpk

    r558 r559  
    4242    <License Value="Copy left."/>
    4343    <Version Minor="10"/>
    44     <Files Count="29">
     44    <Files Count="31">
    4545      <Item1>
    4646        <Filename Value="StopWatch.pas"/>
     
    171171        <UnitName Value="UPixelPointer"/>
    172172      </Item29>
     173      <Item30>
     174        <Filename Value="UDataFile.pas"/>
     175        <UnitName Value="UDataFile"/>
     176      </Item30>
     177      <Item31>
     178        <Filename Value="UTestCase.pas"/>
     179        <UnitName Value="UTestCase"/>
     180      </Item31>
    173181    </Files>
    174182    <CompatibilityMode Value="True"/>
  • Common/Common.pas

    r549 r559  
    1414  UPersistentForm, UFindFile, UScaleDPI, UTheme, UStringTable, UMetaCanvas,
    1515  UGeometric, UTranslator, ULanguages, UFormAbout, UAboutDialog,
    16   UPixelPointer, LazarusPackageIntf;
     16  UPixelPointer, UDataFile, UTestCase, LazarusPackageIntf;
    1717
    1818implementation
Note: See TracChangeset for help on using the changeset viewer.