tests: test ResolveDots

git-svn-id: trunk@56183 -
This commit is contained in:
mattias 2017-10-25 10:19:31 +00:00
parent 5644927054
commit b5ad39d341
3 changed files with 8 additions and 4 deletions

View File

@ -97,7 +97,6 @@ begin
end;
initialization
// Maybe this test case should be moved to another testsuite, e.g. lcl test
AddToBugsTestSuite(TTestSuite.Create(TTestFileUtil, 'TestFileUtil'));
AddToLazUtilsTestSuite(TTestFileUtil);
end.

View File

@ -82,7 +82,7 @@
<PackageName Value="LCL"/>
</Item4>
</RequiredPackages>
<Units Count="12">
<Units Count="13">
<Unit0>
<Filename Value="runtests.lpr"/>
<IsPartOfProject Value="True"/>
@ -136,6 +136,11 @@
<IsPartOfProject Value="True"/>
<UnitName Value="TestLazUTF16"/>
</Unit11>
<Unit12>
<Filename Value="lazutils\testlazfileutils.pas"/>
<IsPartOfProject Value="True"/>
<UnitName Value="TestLazFileUtils"/>
</Unit12>
</Units>
</ProjectOptions>
<CompilerOptions>

View File

@ -25,7 +25,7 @@ uses
testglobals, testunits, dom,
{Unit needed to set the LCL version and widget set name}
LCLVersion, InterfaceBase, LCLPlatformDef, Interfaces, TestLazXML,
TestAvgLvlTree, TestLConvEncoding;
TestAvgLvlTree, TestLConvEncoding, testlazfileutils;
type