From a55cae955ac210041332b224cd362cc7c3f50673 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Stefan=20M=C3=BCller?= Date: Tue, 19 Nov 2024 22:58:51 +0100 Subject: [PATCH] Fixed day 12 tests --- tests/UHotSpringsTestCases.pas | 15 --------------- 1 file changed, 15 deletions(-) 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;