Browse Source

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

git-svn-id: trunk@9894 -
joost 17 years ago
parent
commit
3154a97ef4
2 changed files with 2 additions and 2 deletions
  1. 1 1
      .gitattributes
  2. 1 1
      packages/fcl-db/tests/testfieldtypes.pas

+ 1 - 1
.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

+ 1 - 1
packages/fcl-db/tests/testsqlfieldtypes.pas → packages/fcl-db/tests/testfieldtypes.pas

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