(svn r16456) -Fix (r16429): forgot to update regression test

replace/41b28d7194a279bdc17475d4fbe2ea6ec885a466
yexo 15 years ago
parent 91fe6f5e13
commit d7b0aa47c5

@ -1070,17 +1070,17 @@
GetAutoRenewStatus(); false
SetAutoRenewStatus(true); true
GetAutoRenewStatus(); true
SetAutoRenewStatus(true); false
SetAutoRenewStatus(true); true
SetAutoRenewStatus(false); true
GetAutoRenewMonths(); 6
SetAutoRenewMonths(-12); true
GetAutoRenewMonths(); -12
SetAutoRenewMonths(-12); false
SetAutoRenewMonths(-12); true
SetAutoRenewMonths(6); true
GetAutoRenewMoney(); 100000
SetAutoRenewMoney(200000); true
GetAutoRenewMoney(); 200000
SetAutoRenewMoney(200000); false
SetAutoRenewMoney(200000); true
SetAutoRenewMoney(100000); true
--Engine--
@ -8359,7 +8359,7 @@
GetNumWagons(): 3
GetLength(): 24
GetWagonEngineType(): 9
GetWagonAge(): 0
GetWagonAge(): 1
GetWagonEngineType(): 27
GetWagonAge(): 0
GetWagonEngineType(): 27
@ -8395,11 +8395,11 @@
14 => 1
12 => 1
Age ListDump:
17 => 0
16 => 0
14 => 0
13 => 0
12 => 0
17 => 1
16 => 1
14 => 1
13 => 1
12 => 1
MaxAge ListDump:
16 => 10980
14 => 10980
@ -8407,11 +8407,11 @@
13 => 5490
12 => 5490
AgeLeft ListDump:
16 => 10980
14 => 10980
17 => 7320
13 => 5490
12 => 5490
16 => 10979
14 => 10979
17 => 7319
13 => 5489
12 => 5489
CurrentSpeed ListDump:
12 => 21
17 => 0
@ -8429,7 +8429,7 @@
16 => 0
14 => 0
13 => 0
12 => 0
12 => -1
ProfitLastYear ListDump:
17 => 0
16 => 0

Loading…
Cancel
Save