Browse Source

* Change writeln+exit to ignore

Michaël Van Canneyt 3 years ago
parent
commit
c6e9c7c1f8
1 changed files with 1 additions and 4 deletions
  1. 1 4
      packages/fcl-db/tests/testfieldtypes.pas

+ 1 - 4
packages/fcl-db/tests/testfieldtypes.pas

@@ -470,10 +470,7 @@ var
   I: Integer;
   I: Integer;
 begin
 begin
   if SQLServerType<>ssMSSQL then
   if SQLServerType<>ssMSSQL then
-  begin
-    WriteLn('TestMSSQLLargeStrings is suitable only for MSSQL');
-    Exit;
-  end;
+    Ignore('TestMSSQLLargeStrings is suitable only for MSSQL');
   Q := TSQLQuery.Create(nil);
   Q := TSQLQuery.Create(nil);
   try
   try
     Q.SQLConnection := TSQLDBConnector(DBConnector).Connection;
     Q.SQLConnection := TSQLDBConnector(DBConnector).Connection;