|
@@ -1,4 +1,15 @@
|
|
|
-unit utcbaseevents;
|
|
|
+{
|
|
|
+ *****************************************************************************
|
|
|
+ This file is part of Fresnel.
|
|
|
+
|
|
|
+ See the file COPYING.modifiedLGPL.txt, included in this distribution,
|
|
|
+ for details about the license.
|
|
|
+ *****************************************************************************
|
|
|
+
|
|
|
+ Examples:
|
|
|
+ ./testfresnelbase --suite=TCEventsRegistry.TestRegister
|
|
|
+}
|
|
|
+unit TCFresnelBaseEvents;
|
|
|
|
|
|
{$mode objfpc}
|
|
|
{$H+}
|
|
@@ -8,7 +19,7 @@ unit utcbaseevents;
|
|
|
interface
|
|
|
|
|
|
uses
|
|
|
- Classes, SysUtils, fpcunit, testutils, testregistry, fcl.events;
|
|
|
+ Classes, SysUtils, fpcunit, testregistry, fcl.events;
|
|
|
|
|
|
Const
|
|
|
MaxEvents = 5;
|