* Renamed TestSQLFieldTypes.pas to TestFieldTypes.pas for consistency needed by dbdigest

git-svn-id: trunk@9894 -
This commit is contained in:
joost 2008-01-24 16:35:58 +00:00
parent 200f1e5643
commit 3154a97ef4
2 changed files with 2 additions and 2 deletions

2
.gitattributes vendored
View File

@ -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

View File

@ -1,4 +1,4 @@
unit TestSQLFieldTypes;
unit TestFieldTypes;
{$mode objfpc}{$H+}