summaryrefslogtreecommitdiff
path: root/bin/ai/regression/regression.txt
diff options
context:
space:
mode:
authorfrosch <frosch@openttd.org>2010-02-28 19:53:11 +0000
committerfrosch <frosch@openttd.org>2010-02-28 19:53:11 +0000
commitac1a08ef4ad2414491b050b374714d7313373c1f (patch)
treeb5129d8724bb4706b793c15d0cccf6040529cb6a /bin/ai/regression/regression.txt
parentb3f2f3e278b1eaa2ecc6aa006d1789ffe2792534 (diff)
downloadopenttd-ac1a08ef4ad2414491b050b374714d7313373c1f.tar.xz
(svn r19293) -Fix [FS#3566]: Some methods of AIAbstractList left invalid iterators.
Diffstat (limited to 'bin/ai/regression/regression.txt')
-rw-r--r--bin/ai/regression/regression.txt8
1 files changed, 8 insertions, 0 deletions
diff --git a/bin/ai/regression/regression.txt b/bin/ai/regression/regression.txt
index aa45f1151..2b499f62c 100644
--- a/bin/ai/regression/regression.txt
+++ b/bin/ai/regression/regression.txt
@@ -569,6 +569,14 @@
[]:
4000 => 50
IsEmpty(): true
+ 0 => 5 (true)
+ERROR: Next() is invalid as Begin() is never called
+ERROR: HasNext() is invalid as Begin() is never called
+ 0 => 5 (false)
+ 0 => 5 (true)
+ 2 => 6 (true)
+ 3 => 6 (true)
+ 9 => 0 (false)
--Company--
SetName(): true