Updated test project settings
This commit is contained in:
parent
4027c3a712
commit
132c19d018
|
@ -50,7 +50,7 @@
|
||||||
<Version Value="11"/>
|
<Version Value="11"/>
|
||||||
<PathDelim Value="\"/>
|
<PathDelim Value="\"/>
|
||||||
<Target>
|
<Target>
|
||||||
<Filename Value="AdventOfCodeFPCUnit"/>
|
<Filename Value="bin\AdventOfCodeFPCUnit"/>
|
||||||
</Target>
|
</Target>
|
||||||
<SearchPaths>
|
<SearchPaths>
|
||||||
<IncludeFiles Value="$(ProjOutDir)"/>
|
<IncludeFiles Value="$(ProjOutDir)"/>
|
||||||
|
@ -79,6 +79,9 @@
|
||||||
<Item>
|
<Item>
|
||||||
<Name Value="EFOpenError"/>
|
<Name Value="EFOpenError"/>
|
||||||
</Item>
|
</Item>
|
||||||
|
<Item>
|
||||||
|
<Name Value="EAssertionFailedError"/>
|
||||||
|
</Item>
|
||||||
</Exceptions>
|
</Exceptions>
|
||||||
</Debugging>
|
</Debugging>
|
||||||
</CONFIG>
|
</CONFIG>
|
||||||
|
|
|
@ -0,0 +1,25 @@
|
||||||
|
[WindowState]
|
||||||
|
Left=2409
|
||||||
|
Top=196
|
||||||
|
Width=575
|
||||||
|
Height=663
|
||||||
|
|
||||||
|
[Tests]
|
||||||
|
All Tests.Checked=1
|
||||||
|
All Tests.Expanded=1
|
||||||
|
TGearRatiosEngineTestCase.Checked=1
|
||||||
|
TGearRatiosEngineTestCase.Expanded=1
|
||||||
|
TGearRatiosEngineTestCase.TestFullDataPart1.Checked=1
|
||||||
|
TGearRatiosEngineTestCase.TestFullDataPart1.Expanded=0
|
||||||
|
TGearRatiosEngineTestCase.TestFullDataPart2.Checked=1
|
||||||
|
TGearRatiosEngineTestCase.TestFullDataPart2.Expanded=0
|
||||||
|
TGearRatiosTestCase.Checked=1
|
||||||
|
TGearRatiosTestCase.Expanded=1
|
||||||
|
TGearRatiosTestCase.TestEndOfLineNumber.Checked=1
|
||||||
|
TGearRatiosTestCase.TestEndOfLineNumber.Expanded=0
|
||||||
|
TGearRatiosPuzzleExampleTestCase.Checked=1
|
||||||
|
TGearRatiosPuzzleExampleTestCase.Expanded=1
|
||||||
|
TGearRatiosPuzzleExampleTestCase.TestPart1.Checked=1
|
||||||
|
TGearRatiosPuzzleExampleTestCase.TestPart1.Expanded=0
|
||||||
|
TGearRatiosPuzzleExampleTestCase.TestPart2.Checked=1
|
||||||
|
TGearRatiosPuzzleExampleTestCase.TestPart2.Expanded=0
|
Loading…
Reference in New Issue