Removed or unregistered tests for incomplete solutions

This commit is contained in:
Stefan Müller 2023-12-21 21:14:50 +01:00 committed by Stefan Müller
parent 9855a38e50
commit 4e28a7a4c2
3 changed files with 4 additions and 10 deletions

View File

@ -84,7 +84,7 @@ end;
initialization
RegisterTest(TClumsyCrucibleFullDataTestCase);
RegisterTest(TClumsyCrucibleExampleTestCase);
//RegisterTest(TClumsyCrucibleFullDataTestCase);
//RegisterTest(TClumsyCrucibleExampleTestCase);
end.

View File

@ -84,7 +84,7 @@ end;
initialization
RegisterTest(TLavaductLagoonFullDataTestCase);
RegisterTest(TLavaductLagoonExampleTestCase);
//RegisterTest(TLavaductLagoonFullDataTestCase);
//RegisterTest(TLavaductLagoonExampleTestCase);
end.

View File

@ -33,7 +33,6 @@ type
function CreateSolver: ISolver; override;
published
procedure TestPart1;
procedure TestPart2;
end;
{ TPulsePropagationExampleTestCase }
@ -74,11 +73,6 @@ begin
AssertEquals(949764474, FSolver.GetResultPart1);
end;
procedure TPulsePropagationFullDataTestCase.TestPart2;
begin
AssertEquals(-1, FSolver.GetResultPart2);
end;
{ TPulsePropagationExampleTestCase }
function TPulsePropagationExampleTestCase.CreateSolver: ISolver;