From b2ad159b5bca06fd5a7ec7f8c1d8d1e8190bbaae Mon Sep 17 00:00:00 2001 From: reiniero Date: Tue, 4 Mar 2014 16:16:55 +0000 Subject: [PATCH] fcl-db: dbtestframework: * cosmetic git-svn-id: trunk@26953 - --- packages/fcl-db/tests/testfieldtypes.pas | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/packages/fcl-db/tests/testfieldtypes.pas b/packages/fcl-db/tests/testfieldtypes.pas index 31e8f4d1bc..bb0993a45f 100644 --- a/packages/fcl-db/tests/testfieldtypes.pas +++ b/packages/fcl-db/tests/testfieldtypes.pas @@ -1746,7 +1746,7 @@ procedure TTestFieldTypes.TestParametersAndDates; var ADateStr : String; begin if not(SQLServerType in [ssPostgreSQL, ssOracle]) then - Ignore('This test does not apply to this sqldb-connection type, since it doesn''t use semicolons for casts'); + Ignore('This test does not apply to this sqldb connection type, since it doesn''t use semicolons for casts'); with TSQLDBConnector(DBConnector).Query do begin @@ -1808,7 +1808,7 @@ begin end; else begin - Ignore('This test does not apply to this sqldb-connection type, since it does not support selectable stored procedures.'); + Ignore('This test does not apply to this sqldb connection type, since it does not support selectable stored procedures.'); Exit; end; end; @@ -2261,7 +2261,7 @@ end; procedure TTestFieldTypes.TestTemporaryTable; begin // Tests rev.6481: "Do not use a new connection for every statement that is executed"; - if SQLServerType in [ssMSSQL, ssSybase] then Ignore('This test does not apply to this sqldb-connection type, since it doesn''t support temporary tables'); + if SQLServerType in [ssMSSQL, ssSybase] then Ignore('This test does not apply to this sqldb connection type, since it doesn''t support temporary tables'); with TSQLDBConnector(DBConnector).Query do begin