mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-12-05 05:37:14 +01:00
codetools: tests: renamed testfinddeclaration.pas
git-svn-id: trunk@53176 -
This commit is contained in:
parent
1d83009108
commit
3677cdfb7f
2
.gitattributes
vendored
2
.gitattributes
vendored
@ -986,7 +986,6 @@ components/codetools/resourcecodetool.pas svneol=native#text/pascal
|
||||
components/codetools/sourcechanger.pas svneol=native#text/pascal
|
||||
components/codetools/sourcelog.pas svneol=native#text/pascal
|
||||
components/codetools/stdcodetools.pas svneol=native#text/pascal
|
||||
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
|
||||
@ -1047,6 +1046,7 @@ components/codetools/tests/testcompleteblock.pas svneol=native#text/plain
|
||||
components/codetools/tests/testcth2pas.pas svneol=native#text/pascal
|
||||
components/codetools/tests/testctrangescan.pas svneol=native#text/plain
|
||||
components/codetools/tests/testctxmlfixfragments.pas svneol=native#text/pascal
|
||||
components/codetools/tests/testfinddeclaration.pas svneol=native#text/plain
|
||||
components/codetools/tests/testmethodjumptool.pas svneol=native#text/plain
|
||||
components/codetools/tests/teststdcodetools.pas svneol=native#text/plain
|
||||
components/codetools/unitdictionary.pas svneol=native#text/plain
|
||||
|
||||
@ -12,7 +12,7 @@ interface
|
||||
uses
|
||||
Classes, SysUtils, CodeToolManager, CodeCache, CodeTree,
|
||||
BasicCodeTools, LazLogger, LazFileUtils, fpcunit, testregistry,
|
||||
FindDeclarationTests;
|
||||
TestFinddeclaration;
|
||||
|
||||
const
|
||||
ExplodeWithMarker = 'explodewith:';
|
||||
|
||||
@ -43,9 +43,8 @@
|
||||
<IsPartOfProject Value="True"/>
|
||||
</Unit0>
|
||||
<Unit1>
|
||||
<Filename Value="finddeclarationtests.pas"/>
|
||||
<Filename Value="testfinddeclaration.pas"/>
|
||||
<IsPartOfProject Value="True"/>
|
||||
<UnitName Value="FindDeclarationTests"/>
|
||||
</Unit1>
|
||||
<Unit2>
|
||||
<Filename Value="fdt_typehelper.pas"/>
|
||||
|
||||
@ -24,7 +24,7 @@ uses
|
||||
CodeToolManager, CodeToolsConfig,
|
||||
testglobals,
|
||||
TestBasicCodetools, TestCTRangeScan, TestMethodJumpTool, TestStdCodetools,
|
||||
FindDeclarationTests, TestCompleteBlock, RefactoringTests,
|
||||
testfinddeclaration, TestCompleteBlock, RefactoringTests,
|
||||
// non Pascal
|
||||
TestCfgScript, TestCTH2Pas, TestCTXMLFixFragments,
|
||||
// compile test files to make sure they are valid Pascal
|
||||
|
||||
@ -20,7 +20,7 @@
|
||||
./testcodetools --format=plain --suite=TestFindDeclaration_LazTests --filemask=t*.pp
|
||||
./testcodetools --format=plain --suite=TestFindDeclaration_LazTests --filemask=tdefaultproperty1.pp
|
||||
}
|
||||
unit FindDeclarationTests;
|
||||
unit TestFinddeclaration;
|
||||
|
||||
{$mode objfpc}{$H+}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user