ObjFW  Check-in [7fec2ef57e]

Overview
Comment:Add tests for generic OFArray / OFMutableArray

These are usually not used, as OFArray_adjacent and
OFMutableArray_adjacent are used instead. However, they are used if
someone creates their own subclass of OFArray / OFMutableArray. As they
are rarely used in production, it is important to run all tests on them.

Downloads: Tarball | ZIP archive | SQL archive
Timelines: family | ancestors | descendants | both | trunk
Files: files | file ages | folders
SHA3-256: 7fec2ef57e6b1f33870614a0532dd2e5b8f8c1a60743d3d83a8e543b3a0d3bb4
User & Date: js on 2017-05-01 13:37:26
Other Links: manifest | tags
Context
2017-05-01
13:51
Add tests for generic OF(Mutable)Dictionary check-in: cfd54bd090 user: js tags: trunk
13:37
Add tests for generic OFArray / OFMutableArray check-in: 7fec2ef57e user: js tags: trunk
13:26
Prepare OFArrayTests for different array classes check-in: d36735bfd9 user: js tags: trunk
Changes