aboutsummaryrefslogtreecommitdiff
path: root/test/common/memoryreadstream.h
AgeCommit message (Collapse)Author
2010-11-23TEST: Add/extend MemoryReadStream(Endian) test casesMax Horn
svn-id: r54440
2010-11-19COMMON: Split common/stream.h into several headersMax Horn
svn-id: r54385
2009-04-20TESTS: Code formatting; also changed some TS_ASSERT to TS_ASSERT_EQUALSMax Horn
svn-id: r40026
2009-03-05Fix for bug #2664460: Various SeekableReadStream::seek() implementations (as ↵Max Horn
well as our unit tests, ouch) handled SEEK_END incorrectly (using -offset instead of offset), contrary to what the docs said and what fseek does. Hopefully I found and fixed all affected parts, but still watch out for regressions svn-id: r39135