Fixed day 12 tests
This commit is contained in:
parent
2ff41caf37
commit
a55cae955a
|
@ -26,16 +26,6 @@ uses
|
||||||
|
|
||||||
type
|
type
|
||||||
|
|
||||||
{ THotSpringsFullDataTestCase }
|
|
||||||
|
|
||||||
THotSpringsFullDataTestCase = class(TEngineBaseTest)
|
|
||||||
protected
|
|
||||||
function CreateSolver: ISolver; override;
|
|
||||||
published
|
|
||||||
procedure TestPart1;
|
|
||||||
procedure TestPart2;
|
|
||||||
end;
|
|
||||||
|
|
||||||
{ THotSpringsExampleTestCase }
|
{ THotSpringsExampleTestCase }
|
||||||
|
|
||||||
THotSpringsExampleTestCase = class(TExampleEngineBaseTest)
|
THotSpringsExampleTestCase = class(TExampleEngineBaseTest)
|
||||||
|
@ -69,11 +59,6 @@ type
|
||||||
|
|
||||||
implementation
|
implementation
|
||||||
|
|
||||||
procedure THotSpringsFullDataTestCase.TestPart2;
|
|
||||||
begin
|
|
||||||
AssertEquals(-1, FSolver.GetResultPart2);
|
|
||||||
end;
|
|
||||||
|
|
||||||
{ THotSpringsExampleTestCase }
|
{ THotSpringsExampleTestCase }
|
||||||
|
|
||||||
function THotSpringsExampleTestCase.CreateSolver: ISolver;
|
function THotSpringsExampleTestCase.CreateSolver: ISolver;
|
||||||
|
|
Loading…
Reference in New Issue