codetools: tests: renamed testrefactoring.pas

git-svn-id: trunk@53177 -
This commit is contained in:
mattias 2016-10-20 14:37:14 +00:00
parent 3677cdfb7f
commit f495d5d398
4 changed files with 6 additions and 5 deletions

2
.gitattributes vendored
View File

@ -1037,7 +1037,6 @@ components/codetools/tests/moduletests/rt_explodewith.pas svneol=native#text/pla
components/codetools/tests/parsertbase.pas svneol=native#text/plain
components/codetools/tests/parsertest.lpi svneol=native#text/plain
components/codetools/tests/parsertest.lpr svneol=native#text/plain
components/codetools/tests/refactoringtests.pas svneol=native#text/plain
components/codetools/tests/testbasiccodetools.pas svneol=native#text/plain
components/codetools/tests/testcfgscript.pas svneol=native#text/plain
components/codetools/tests/testcodetools.lpi svneol=native#text/plain
@ -1048,6 +1047,7 @@ 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/testrefactoring.pas svneol=native#text/plain
components/codetools/tests/teststdcodetools.pas svneol=native#text/plain
components/codetools/unitdictionary.pas svneol=native#text/plain
components/compilers/c/examples/test.c svneol=native#text/plain

View File

@ -45,6 +45,7 @@
<Unit1>
<Filename Value="testfinddeclaration.pas"/>
<IsPartOfProject Value="True"/>
<UnitName Value="TestFinddeclaration"/>
</Unit1>
<Unit2>
<Filename Value="fdt_typehelper.pas"/>
@ -75,9 +76,9 @@
<IsPartOfProject Value="True"/>
</Unit8>
<Unit9>
<Filename Value="refactoringtests.pas"/>
<Filename Value="testrefactoring.pas"/>
<IsPartOfProject Value="True"/>
<UnitName Value="RefactoringTests"/>
<UnitName Value="TestRefactoring"/>
</Unit9>
<Unit10>
<Filename Value="rt_explodewith.pas"/>

View File

@ -24,7 +24,7 @@ uses
CodeToolManager, CodeToolsConfig,
testglobals,
TestBasicCodetools, TestCTRangeScan, TestMethodJumpTool, TestStdCodetools,
testfinddeclaration, TestCompleteBlock, RefactoringTests,
TestFinddeclaration, TestCompleteBlock, TestRefactoring,
// non Pascal
TestCfgScript, TestCTH2Pas, TestCTXMLFixFragments,
// compile test files to make sure they are valid Pascal

View File

@ -3,7 +3,7 @@
./testcodetools --format=plain --suite=TTestRefactoring
./testcodetools --format=plain --suite=TestExplodeWith
}
unit RefactoringTests;
unit TestRefactoring;
{$mode objfpc}{$H+}