Changed some of the expected input file names to stay closer to the day titles

This commit is contained in:
Stefan Müller 2024-02-22 22:54:45 +01:00
parent 801f8aa643
commit 5b0a7996c5
5 changed files with 5 additions and 5 deletions

View File

@ -269,7 +269,7 @@ end;
function TFloorWillBeLava.GetDataFileName: string;
begin
Result := 'floor_will_be_lava.txt';
Result := 'the_floor_will_be_lava.txt';
end;
function TFloorWillBeLava.GetPuzzleName: string;

View File

@ -255,7 +255,7 @@ end;
function TGiveSeedFertilizer.GetDataFileName: string;
begin
Result := 'give_seed_fertilizer.txt';
Result := 'if_you_give_a_seed_a_fertilizer.txt';
end;
function TGiveSeedFertilizer.GetPuzzleName: string;

View File

@ -309,7 +309,7 @@ end;
function TLongWalk.GetDataFileName: string;
begin
Result := 'long_walk.txt';
Result := 'a_long_walk.txt';
end;
function TLongWalk.GetPuzzleName: string;

View File

@ -151,7 +151,7 @@ end;
function TTrebuchet.GetDataFileName: string;
begin
Result := 'trebuchet_calibration_document.txt';
Result := 'trebuchet.txt';
end;
function TTrebuchet.GetPuzzleName: string;

View File

@ -95,7 +95,7 @@ end;
function TExample2Trebuchet.GetDataFileName: string;
begin
Result := 'trebuchet_calibration_document2.txt';
Result := 'trebuchet2.txt';
end;
{ TTrebuchetExample2TestCase }