diff options
author | zuu <zuu@openttd.org> | 2012-10-25 20:05:04 +0000 |
---|---|---|
committer | zuu <zuu@openttd.org> | 2012-10-25 20:05:04 +0000 |
commit | cb01e4b496806172961c8ed11151e09ab3a6eef3 (patch) | |
tree | 45e3f0223745d6c6cbd65a8aba27242e2b348a16 /bin/ai | |
parent | 1f764f51f0a146ee797dd21bda65507d361c79da (diff) | |
download | openttd-cb01e4b496806172961c8ed11151e09ab3a6eef3.tar.xz |
(svn r24629) -Fix (r24628): Also update regression test
Diffstat (limited to 'bin/ai')
-rw-r--r-- | bin/ai/regression/regression.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/bin/ai/regression/regression.txt b/bin/ai/regression/regression.txt index b199c492b..fe5b70056 100644 --- a/bin/ai/regression/regression.txt +++ b/bin/ai/regression/regression.txt @@ -7384,7 +7384,7 @@ ERROR: IsEnd() is invalid as Begin() is never called HasRoadType(Road): true HasRoadType(Tram): false GetNeighbourRoadCount(): 2 - RemoveRoad(): true + RemoveRoad(): false RemoveRoad(): true RemoveRoad(): false RemoveRoad(): true @@ -8951,7 +8951,7 @@ ERROR: IsEnd() is invalid as Begin() is never called GetWagonEngineType(): 27 GetWagonAge(): 1 GetWagonEngineType(): 27 - GetWagonAge(): 1 + GetWagonAge(): 0 GetWagonEngineType(): 65535 GetWagonAge(): -1 --Errors-- |