In the past some streams returned Eof() before the end was read past rather
authorMichael Wetherell <mike.wetherell@ntlworld.com>
Sun, 18 Dec 2005 13:58:55 +0000 (13:58 +0000)
committerMichael Wetherell <mike.wetherell@ntlworld.com>
Sun, 18 Dec 2005 13:58:55 +0000 (13:58 +0000)
commit716e748b2fe86beba88b390f4e6c81d2e268035a
tree11cd6142ccb24d7c50624aea5e85c40f84284d82
parentabffc1ff5d6546356804b0c2c6805a655c28104b
In the past some streams returned Eof() before the end was read past rather
after, and also some streams give an error instead of Eof(). Test the archive
streams work with parent streams that have any of these behaviours.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@36429 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
tests/archive/archivetest.cpp
tests/archive/archivetest.h
tests/archive/ziptest.cpp