소스 검색

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

git-svn-id: trunk@9894 -
joost 17 년 전
부모
커밋
3154a97ef4
2개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  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+}