Issue Type: Bug Created: 2010-10-20T09:25:31.000+0000 Last Updated: 2010-10-20T11:59:38.000+0000 Status: Closed Fix version(s): - 1.11.0 (02/Nov/10)
Reporter: Marc Bennewitz (private) (mabe) Assignee: Marc Bennewitz (private) (mabe) Tags: - Zend_Paginator
Related issues: Attachments:
<pre class="literal">
phpunit Zend/Paginator/AllTests.php
PHPUnit 3.4.15 by Sebastian Bergmann.
............................................................ 60 / 177
....F....................................................... 120 / 177
.........................................................
Time: 1 second, Memory: 16.50Mb
There was 1 failure:
1) Zend_PaginatorTest::testArrayAccessInClassSerializableLimitIterator
Failed asserting that matches expected
Posted by Marc Bennewitz (private) (mabe) on 2010-10-20T11:59:35.000+0000
fixed in r23188 (trunk) & r23189 (1.11 branch)
-> Using php 5.3 calls of seek doesn't work correctly after an OutOfBoundsException without calling rewind -> see http://bugs.php.net/bug.php?id=53119