mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-04-05 08:37:58 +02:00
tests: test ResolveDots
git-svn-id: trunk@56183 -
This commit is contained in:
parent
5644927054
commit
b5ad39d341
@ -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.
|
||||
|
||||
|
@ -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>
|
||||
|
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user