Changed some of the expected input file names to stay closer to the day titles
This commit is contained in:
parent
801f8aa643
commit
5b0a7996c5
|
@ -269,7 +269,7 @@ end;
|
||||||
|
|
||||||
function TFloorWillBeLava.GetDataFileName: string;
|
function TFloorWillBeLava.GetDataFileName: string;
|
||||||
begin
|
begin
|
||||||
Result := 'floor_will_be_lava.txt';
|
Result := 'the_floor_will_be_lava.txt';
|
||||||
end;
|
end;
|
||||||
|
|
||||||
function TFloorWillBeLava.GetPuzzleName: string;
|
function TFloorWillBeLava.GetPuzzleName: string;
|
||||||
|
|
|
@ -255,7 +255,7 @@ end;
|
||||||
|
|
||||||
function TGiveSeedFertilizer.GetDataFileName: string;
|
function TGiveSeedFertilizer.GetDataFileName: string;
|
||||||
begin
|
begin
|
||||||
Result := 'give_seed_fertilizer.txt';
|
Result := 'if_you_give_a_seed_a_fertilizer.txt';
|
||||||
end;
|
end;
|
||||||
|
|
||||||
function TGiveSeedFertilizer.GetPuzzleName: string;
|
function TGiveSeedFertilizer.GetPuzzleName: string;
|
||||||
|
|
|
@ -309,7 +309,7 @@ end;
|
||||||
|
|
||||||
function TLongWalk.GetDataFileName: string;
|
function TLongWalk.GetDataFileName: string;
|
||||||
begin
|
begin
|
||||||
Result := 'long_walk.txt';
|
Result := 'a_long_walk.txt';
|
||||||
end;
|
end;
|
||||||
|
|
||||||
function TLongWalk.GetPuzzleName: string;
|
function TLongWalk.GetPuzzleName: string;
|
||||||
|
|
|
@ -151,7 +151,7 @@ end;
|
||||||
|
|
||||||
function TTrebuchet.GetDataFileName: string;
|
function TTrebuchet.GetDataFileName: string;
|
||||||
begin
|
begin
|
||||||
Result := 'trebuchet_calibration_document.txt';
|
Result := 'trebuchet.txt';
|
||||||
end;
|
end;
|
||||||
|
|
||||||
function TTrebuchet.GetPuzzleName: string;
|
function TTrebuchet.GetPuzzleName: string;
|
||||||
|
|
|
@ -95,7 +95,7 @@ end;
|
||||||
|
|
||||||
function TExample2Trebuchet.GetDataFileName: string;
|
function TExample2Trebuchet.GetDataFileName: string;
|
||||||
begin
|
begin
|
||||||
Result := 'trebuchet_calibration_document2.txt';
|
Result := 'trebuchet2.txt';
|
||||||
end;
|
end;
|
||||||
|
|
||||||
{ TTrebuchetExample2TestCase }
|
{ TTrebuchetExample2TestCase }
|
||||||
|
|
Loading…
Reference in New Issue