-
-
Save 2TallTyler/8a22c7ad3adf32b2164bf3679664d27c to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
--- | |
regression/regression/result.txt | 56 ++++++++++++++++---------------- | |
1 file changed, 28 insertions(+), 28 deletions(-) | |
diff --git a/regression/regression/result.txt b/regression/regression/result.txt | |
index fac7d1df0d..b11d5b0e95 100644 | |
--- a/regression/regression/result.txt | |
+++ b/regression/regression/result.txt | |
@@ -9299,8 +9299,8 @@ ERROR: IsEnd() is invalid as Begin() is never called | |
CloneVehicle(): 13 | |
BuildVehicle(): 1048575 | |
--Accounting-- | |
- GetCosts(): 11894 | |
- Should be: 11894 | |
+ GetCosts(): 11912 | |
+ Should be: 11912 | |
ResetCosts(): (null : 0x00000000) | |
SellVehicle(13): true | |
IsInDepot(): true | |
@@ -9312,8 +9312,8 @@ ERROR: IsEnd() is invalid as Begin() is never called | |
IsInDepot(): false | |
IsStoppedInDepot(): false | |
--Accounting-- | |
- GetCosts(): -5947 | |
- Should be: -5946 | |
+ GetCosts(): -5956 | |
+ Should be: -5956 | |
GetName(): Road Vehicle #1 | |
SetName(): true | |
GetName(): MyVehicleName | |
@@ -9322,14 +9322,14 @@ ERROR: IsEnd() is invalid as Begin() is never called | |
GetLocation(): 33417 | |
GetEngineType(): 153 | |
GetUnitNumber(): 1 | |
- GetAge(): 1 | |
+ GetAge(): 0 | |
GetMaxAge(): 5479 | |
- GetAgeLeft(): 5478 | |
+ GetAgeLeft(): 5479 | |
GetCurrentSpeed(): 7 | |
- GetRunningCost(): 421 | |
- GetProfitThisYear(): -1 | |
+ GetRunningCost(): 422 | |
+ GetProfitThisYear(): 0 | |
GetProfitLastYear(): 0 | |
- GetCurrentValue(): 5947 | |
+ GetCurrentValue(): 5956 | |
GetVehicleType(): 1 | |
GetRoadType(): 0 | |
GetCapacity(): 12 | |
@@ -9337,7 +9337,7 @@ ERROR: IsEnd() is invalid as Begin() is never called | |
IsInDepot(): false | |
GetNumWagons(): 1 | |
GetWagonEngineType(): 153 | |
- GetWagonAge(): 1 | |
+ GetWagonAge(): 0 | |
GetLength(): 8 | |
GetOwner(): 1 | |
BuildVehicle(): 14 | |
@@ -9410,11 +9410,11 @@ ERROR: IsEnd() is invalid as Begin() is never called | |
14 => 1 | |
12 => 1 | |
Age ListDump: | |
- 12 => 1 | |
- 17 => 0 | |
+ 17 => 1 | |
+ 13 => 1 | |
16 => 0 | |
14 => 0 | |
- 13 => 0 | |
+ 12 => 0 | |
MaxAge ListDump: | |
16 => 10958 | |
14 => 10958 | |
@@ -9424,9 +9424,9 @@ ERROR: IsEnd() is invalid as Begin() is never called | |
AgeLeft ListDump: | |
16 => 10958 | |
14 => 10958 | |
- 17 => 7305 | |
- 13 => 5479 | |
- 12 => 5478 | |
+ 17 => 7304 | |
+ 12 => 5479 | |
+ 13 => 5478 | |
CurrentSpeed ListDump: | |
12 => 27 | |
17 => 0 | |
@@ -9434,17 +9434,17 @@ ERROR: IsEnd() is invalid as Begin() is never called | |
14 => 0 | |
13 => 0 | |
RunningCost ListDump: | |
- 14 => 2756 | |
- 17 => 2296 | |
- 16 => 2296 | |
- 13 => 421 | |
- 12 => 421 | |
+ 14 => 2760 | |
+ 17 => 2300 | |
+ 16 => 2300 | |
+ 13 => 422 | |
+ 12 => 422 | |
ProfitThisYear ListDump: | |
17 => 0 | |
16 => 0 | |
14 => 0 | |
13 => 0 | |
- 12 => -1 | |
+ 12 => 0 | |
ProfitLastYear ListDump: | |
17 => 0 | |
16 => 0 | |
@@ -9452,11 +9452,11 @@ ERROR: IsEnd() is invalid as Begin() is never called | |
13 => 0 | |
12 => 0 | |
CurrentValue ListDump: | |
- 14 => 30761 | |
- 16 => 30468 | |
- 17 => 22265 | |
- 13 => 5947 | |
- 12 => 5947 | |
+ 14 => 30812 | |
+ 16 => 30518 | |
+ 17 => 22302 | |
+ 13 => 5956 | |
+ 12 => 5956 | |
VehicleType ListDump: | |
14 => 3 | |
16 => 2 | |
@@ -9545,7 +9545,7 @@ ERROR: IsEnd() is invalid as Begin() is never called | |
IsValidSubsidy(): true | |
IsAwarded(): false | |
GetAwardedTo(): -1 | |
- GetExpireDate(): 714080 | |
+ GetExpireDate(): 714108 | |
GetSourceType(): 1 | |
GetSourceIndex(): 15 | |
GetDestinationType(): 1 | |
-- | |
2.41.0.windows.1 | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment