codetools: tests: renamed fdtbase to finddeclarationtests.pas

git-svn-id: trunk@50258 -
This commit is contained in:
mattias 2015-11-08 17:15:49 +00:00
parent 0135b416cb
commit f0fbc37841
4 changed files with 4 additions and 4 deletions

2
.gitattributes vendored
View File

@ -993,9 +993,9 @@ components/codetools/tests/fdt_objccategory.pas svneol=native#text/plain
components/codetools/tests/fdt_objcclass.pas svneol=native#text/plain
components/codetools/tests/fdt_typehelper.pas svneol=native#text/plain
components/codetools/tests/fdt_with.pas svneol=native#text/plain
components/codetools/tests/fdtbase.pas svneol=native#text/plain
components/codetools/tests/finddeclarationtest.lpi svneol=native#text/plain
components/codetools/tests/finddeclarationtest.lpr svneol=native#text/plain
components/codetools/tests/finddeclarationtests.pas svneol=native#text/plain
components/codetools/tests/fpctests/README.txt svneol=native#text/plain
components/codetools/tests/fpctests/tchlp14.pp svneol=native#text/plain
components/codetools/tests/fpctests/tchlp15.pp svneol=native#text/plain

View File

@ -46,7 +46,7 @@
<IsPartOfProject Value="True"/>
</Unit0>
<Unit1>
<Filename Value="fdtbase.pas"/>
<Filename Value="finddeclarationtests.pas"/>
<IsPartOfProject Value="True"/>
</Unit1>
<Unit2>

View File

@ -21,7 +21,7 @@ program finddeclarationtest;
uses
Classes, sysutils, consoletestrunner, dom, fpcunit, CodeToolManager,
CodeToolsConfig, LazLogger, fdtbase, fdt_classhelper,
CodeToolsConfig, LazLogger, finddeclarationtests, fdt_classhelper,
{$IF FPC_FULLVERSION >= 30101}
fdt_typehelper,
{$ENDIF}

View File

@ -18,7 +18,7 @@
./finddeclarationtest --format=plain --suite=TestFindDeclaration_LazTests --filemask=t*.pp
./finddeclarationtest --format=plain --suite=TestFindDeclaration_LazTests --filemask=tdefaultproperty1.pp
}
unit fdtbase;
unit finddeclarationtests;
{$mode objfpc}{$H+}