瀏覽代碼

* Change writeln+exit to ignore

Michaël Van Canneyt 3 年之前
父節點
當前提交
c6e9c7c1f8
共有 1 個文件被更改,包括 1 次插入4 次删除
  1. 1 4
      packages/fcl-db/tests/testfieldtypes.pas

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

@@ -470,10 +470,7 @@ var
   I: Integer;
 begin
   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);
   try
     Q.SQLConnection := TSQLDBConnector(DBConnector).Connection;