diff --git a/tests/UHotSpringsTestCases.pas b/tests/UHotSpringsTestCases.pas index 6819d82..cac94b0 100644 --- a/tests/UHotSpringsTestCases.pas +++ b/tests/UHotSpringsTestCases.pas @@ -26,16 +26,6 @@ uses type - { THotSpringsFullDataTestCase } - - THotSpringsFullDataTestCase = class(TEngineBaseTest) - protected - function CreateSolver: ISolver; override; - published - procedure TestPart1; - procedure TestPart2; - end; - { THotSpringsExampleTestCase } THotSpringsExampleTestCase = class(TExampleEngineBaseTest) @@ -69,11 +59,6 @@ type implementation -procedure THotSpringsFullDataTestCase.TestPart2; -begin - AssertEquals(-1, FSolver.GetResultPart2); -end; - { THotSpringsExampleTestCase } function THotSpringsExampleTestCase.CreateSolver: ISolver;