You've already forked lazarus-ccr
fpspreadsheet: Fix test suite not removing a particular temporay file after test,
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@4445 8e941d3f-bd1b-0410-a28a-d453659cc2b4
This commit is contained in:
@ -185,6 +185,8 @@ begin
|
|||||||
end;
|
end;
|
||||||
if FirstFileHash=MD5Print(MD5File(TempFile)) then
|
if FirstFileHash=MD5Print(MD5File(TempFile)) then
|
||||||
fail('File contents are still those of the first file.');
|
fail('File contents are still those of the first file.');
|
||||||
|
|
||||||
|
DeleteFile(TempFile);
|
||||||
end;
|
end;
|
||||||
|
|
||||||
procedure TSpreadInternalTests.ReadDateAsUTF8;
|
procedure TSpreadInternalTests.ReadDateAsUTF8;
|
||||||
|
@ -1,185 +0,0 @@
|
|||||||
<?xml version="1.0" encoding="UTF-8"?>
|
|
||||||
<CONFIG>
|
|
||||||
<ProjectOptions>
|
|
||||||
<Version Value="9"/>
|
|
||||||
<PathDelim Value="\"/>
|
|
||||||
<General>
|
|
||||||
<SessionStorage Value="InProjectDir"/>
|
|
||||||
<MainUnit Value="0"/>
|
|
||||||
<Title Value="spreadtestgui"/>
|
|
||||||
<ResourceType Value="res"/>
|
|
||||||
</General>
|
|
||||||
<i18n>
|
|
||||||
<EnableI18N LFM="False"/>
|
|
||||||
</i18n>
|
|
||||||
<VersionInfo>
|
|
||||||
<StringTable ProductVersion=""/>
|
|
||||||
</VersionInfo>
|
|
||||||
<BuildModes Count="1">
|
|
||||||
<Item1 Name="Default" Default="True"/>
|
|
||||||
</BuildModes>
|
|
||||||
<PublishOptions>
|
|
||||||
<Version Value="2"/>
|
|
||||||
</PublishOptions>
|
|
||||||
<RunParams>
|
|
||||||
<local>
|
|
||||||
<FormatVersion Value="1"/>
|
|
||||||
</local>
|
|
||||||
</RunParams>
|
|
||||||
<RequiredPackages Count="4">
|
|
||||||
<Item1>
|
|
||||||
<PackageName Value="LCLBase"/>
|
|
||||||
</Item1>
|
|
||||||
<Item2>
|
|
||||||
<PackageName Value="FPCUnitTestRunner"/>
|
|
||||||
</Item2>
|
|
||||||
<Item3>
|
|
||||||
<PackageName Value="LCL"/>
|
|
||||||
</Item3>
|
|
||||||
<Item4>
|
|
||||||
<PackageName Value="FCL"/>
|
|
||||||
</Item4>
|
|
||||||
</RequiredPackages>
|
|
||||||
<Units Count="25">
|
|
||||||
<Unit0>
|
|
||||||
<Filename Value="spreadtestgui.lpr"/>
|
|
||||||
<IsPartOfProject Value="True"/>
|
|
||||||
</Unit0>
|
|
||||||
<Unit1>
|
|
||||||
<Filename Value="datetests.pas"/>
|
|
||||||
<IsPartOfProject Value="True"/>
|
|
||||||
</Unit1>
|
|
||||||
<Unit2>
|
|
||||||
<Filename Value="stringtests.pas"/>
|
|
||||||
<IsPartOfProject Value="True"/>
|
|
||||||
</Unit2>
|
|
||||||
<Unit3>
|
|
||||||
<Filename Value="numberstests.pas"/>
|
|
||||||
<IsPartOfProject Value="True"/>
|
|
||||||
</Unit3>
|
|
||||||
<Unit4>
|
|
||||||
<Filename Value="manualtests.pas"/>
|
|
||||||
<IsPartOfProject Value="True"/>
|
|
||||||
</Unit4>
|
|
||||||
<Unit5>
|
|
||||||
<Filename Value="testsutility.pas"/>
|
|
||||||
<IsPartOfProject Value="True"/>
|
|
||||||
</Unit5>
|
|
||||||
<Unit6>
|
|
||||||
<Filename Value="internaltests.pas"/>
|
|
||||||
<IsPartOfProject Value="True"/>
|
|
||||||
</Unit6>
|
|
||||||
<Unit7>
|
|
||||||
<Filename Value="formattests.pas"/>
|
|
||||||
<IsPartOfProject Value="True"/>
|
|
||||||
</Unit7>
|
|
||||||
<Unit8>
|
|
||||||
<Filename Value="colortests.pas"/>
|
|
||||||
<IsPartOfProject Value="True"/>
|
|
||||||
</Unit8>
|
|
||||||
<Unit9>
|
|
||||||
<Filename Value="fonttests.pas"/>
|
|
||||||
<IsPartOfProject Value="True"/>
|
|
||||||
</Unit9>
|
|
||||||
<Unit10>
|
|
||||||
<Filename Value="optiontests.pas"/>
|
|
||||||
<IsPartOfProject Value="True"/>
|
|
||||||
</Unit10>
|
|
||||||
<Unit11>
|
|
||||||
<Filename Value="numformatparsertests.pas"/>
|
|
||||||
<IsPartOfProject Value="True"/>
|
|
||||||
</Unit11>
|
|
||||||
<Unit12>
|
|
||||||
<Filename Value="rpnformulaunit.pas"/>
|
|
||||||
<IsPartOfProject Value="True"/>
|
|
||||||
<UnitName Value="rpnFormulaUnit"/>
|
|
||||||
</Unit12>
|
|
||||||
<Unit13>
|
|
||||||
<Filename Value="formulatests.pas"/>
|
|
||||||
<IsPartOfProject Value="True"/>
|
|
||||||
</Unit13>
|
|
||||||
<Unit14>
|
|
||||||
<Filename Value="emptycelltests.pas"/>
|
|
||||||
<IsPartOfProject Value="True"/>
|
|
||||||
</Unit14>
|
|
||||||
<Unit15>
|
|
||||||
<Filename Value="errortests.pas"/>
|
|
||||||
<IsPartOfProject Value="True"/>
|
|
||||||
</Unit15>
|
|
||||||
<Unit16>
|
|
||||||
<Filename Value="virtualmodetests.pas"/>
|
|
||||||
<IsPartOfProject Value="True"/>
|
|
||||||
</Unit16>
|
|
||||||
<Unit17>
|
|
||||||
<Filename Value="insertdeletetests.pas"/>
|
|
||||||
<IsPartOfProject Value="True"/>
|
|
||||||
</Unit17>
|
|
||||||
<Unit18>
|
|
||||||
<Filename Value="celltypetests.pas"/>
|
|
||||||
<IsPartOfProject Value="True"/>
|
|
||||||
</Unit18>
|
|
||||||
<Unit19>
|
|
||||||
<Filename Value="sortingtests.pas"/>
|
|
||||||
<IsPartOfProject Value="True"/>
|
|
||||||
</Unit19>
|
|
||||||
<Unit20>
|
|
||||||
<Filename Value="copytests.pas"/>
|
|
||||||
<IsPartOfProject Value="True"/>
|
|
||||||
</Unit20>
|
|
||||||
<Unit21>
|
|
||||||
<Filename Value="commenttests.pas"/>
|
|
||||||
<IsPartOfProject Value="True"/>
|
|
||||||
</Unit21>
|
|
||||||
<Unit22>
|
|
||||||
<Filename Value="enumeratortests.pas"/>
|
|
||||||
<IsPartOfProject Value="True"/>
|
|
||||||
</Unit22>
|
|
||||||
<Unit23>
|
|
||||||
<Filename Value="hyperlinktests.pas"/>
|
|
||||||
<IsPartOfProject Value="True"/>
|
|
||||||
</Unit23>
|
|
||||||
<Unit24>
|
|
||||||
<Filename Value="pagelayouttests.pas"/>
|
|
||||||
<IsPartOfProject Value="True"/>
|
|
||||||
</Unit24>
|
|
||||||
</Units>
|
|
||||||
</ProjectOptions>
|
|
||||||
<CompilerOptions>
|
|
||||||
<Version Value="11"/>
|
|
||||||
<PathDelim Value="\"/>
|
|
||||||
<Target>
|
|
||||||
<Filename Value="spreadtestgui"/>
|
|
||||||
</Target>
|
|
||||||
<SearchPaths>
|
|
||||||
<IncludeFiles Value="$(ProjOutDir)"/>
|
|
||||||
<OtherUnitFiles Value=".."/>
|
|
||||||
<UnitOutputDirectory Value="lib\$(TargetCPU)-$(TargetOS)"/>
|
|
||||||
</SearchPaths>
|
|
||||||
</CompilerOptions>
|
|
||||||
<Debugging>
|
|
||||||
<Exceptions Count="6">
|
|
||||||
<Item1>
|
|
||||||
<Name Value="EAbort"/>
|
|
||||||
<Enabled Value="False"/>
|
|
||||||
</Item1>
|
|
||||||
<Item2>
|
|
||||||
<Name Value="ECodetoolError"/>
|
|
||||||
<Enabled Value="False"/>
|
|
||||||
</Item2>
|
|
||||||
<Item3>
|
|
||||||
<Name Value="EFOpenError"/>
|
|
||||||
<Enabled Value="False"/>
|
|
||||||
</Item3>
|
|
||||||
<Item4>
|
|
||||||
<Name Value="EAssertionFailedError"/>
|
|
||||||
</Item4>
|
|
||||||
<Item5>
|
|
||||||
<Name Value="EIgnoredTest"/>
|
|
||||||
</Item5>
|
|
||||||
<Item6>
|
|
||||||
<Name Value="EConvertError"/>
|
|
||||||
<Enabled Value="False"/>
|
|
||||||
</Item6>
|
|
||||||
</Exceptions>
|
|
||||||
</Debugging>
|
|
||||||
</CONFIG>
|
|
||||||
|
Reference in New Issue
Block a user