From 3154a97ef4e8f7f03f8c5e13f81ea2d2a689e2da Mon Sep 17 00:00:00 2001 From: joost Date: Thu, 24 Jan 2008 16:35:58 +0000 Subject: [PATCH] * Renamed TestSQLFieldTypes.pas to TestFieldTypes.pas for consistency needed by dbdigest git-svn-id: trunk@9894 - --- .gitattributes | 2 +- .../fcl-db/tests/{testsqlfieldtypes.pas => testfieldtypes.pas} | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) rename packages/fcl-db/tests/{testsqlfieldtypes.pas => testfieldtypes.pas} (99%) diff --git a/.gitattributes b/.gitattributes index 6527be1f24..f140b632a6 100644 --- a/.gitattributes +++ b/.gitattributes @@ -4133,7 +4133,7 @@ packages/fcl-db/tests/memdstoolsunit.pas svneol=native#text/plain packages/fcl-db/tests/sqldbtoolsunit.pas -text packages/fcl-db/tests/testbasics.pas svneol=native#text/plain packages/fcl-db/tests/testdbbasics.pas -text -packages/fcl-db/tests/testsqlfieldtypes.pas -text +packages/fcl-db/tests/testfieldtypes.pas svneol=native#text/plain packages/fcl-db/tests/toolsunit.pas -text packages/fcl-fpcunit/Makefile svneol=native#text/plain packages/fcl-fpcunit/Makefile.fpc svneol=native#text/plain diff --git a/packages/fcl-db/tests/testsqlfieldtypes.pas b/packages/fcl-db/tests/testfieldtypes.pas similarity index 99% rename from packages/fcl-db/tests/testsqlfieldtypes.pas rename to packages/fcl-db/tests/testfieldtypes.pas index 78d47750d0..fcf5d4ec0e 100644 --- a/packages/fcl-db/tests/testsqlfieldtypes.pas +++ b/packages/fcl-db/tests/testfieldtypes.pas @@ -1,4 +1,4 @@ -unit TestSQLFieldTypes; +unit TestFieldTypes; {$mode objfpc}{$H+}