Changeset 128 for trunk/UTest.pas


Ignore:
Timestamp:
Apr 8, 2022, 9:43:55 PM (2 years ago)
Author:
chronos
Message:
  • Modified: Use Generics.Collection instead of fgl for better Delphi compatibility.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/UTest.pas

    r127 r128  
    44
    55uses
    6   Classes, SysUtils, fgl, UContact;
     6  Classes, SysUtils, Generics.Collections, UContact;
    77
    88type
     
    2626  { TTestCases }
    2727
    28   TTestCases = class(TFPGObjectList<TTestCase>)
     28  TTestCases = class(TObjectList<TTestCase>)
    2929    function AddNew(Name: string; TestClass: TTestCaseClass): TTestCase;
    3030  end;
Note: See TracChangeset for help on using the changeset viewer.