1 |
+ |
(* |
2 |
+ |
* IBX Test suite. This program is used to test the IBX non-visual |
3 |
+ |
* components and provides a semi-automated pass/fail check for each test. |
4 |
+ |
* |
5 |
+ |
* The contents of this file are subject to the Initial Developer's |
6 |
+ |
* Public License Version 1.0 (the "License"); you may not use this |
7 |
+ |
* file except in compliance with the License. You may obtain a copy |
8 |
+ |
* of the License here: |
9 |
+ |
* |
10 |
+ |
* http://www.firebirdsql.org/index.php?op=doc&id=idpl |
11 |
+ |
* |
12 |
+ |
* Software distributed under the License is distributed on an "AS |
13 |
+ |
* IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or |
14 |
+ |
* implied. See the License for the specific language governing rights |
15 |
+ |
* and limitations under the License. |
16 |
+ |
* |
17 |
+ |
* The Initial Developer of the Original Code is Tony Whyman. |
18 |
+ |
* |
19 |
+ |
* The Original Code is (C) 2021 Tony Whyman, MWA Software |
20 |
+ |
* (http://www.mwasoftware.co.uk). |
21 |
+ |
* |
22 |
+ |
* All Rights Reserved. |
23 |
+ |
* |
24 |
+ |
* Contributor(s): ______________________________________. |
25 |
+ |
* |
26 |
+ |
*) |
27 |
|
unit Test22; |
28 |
|
|
29 |
|
{$mode objfpc}{$H+} |