Differences From Artifact [90a6cf5f0f]:
- File tests/OFTCPSocket.m — part of check-in [2f85ceeed7] at 2009-11-22 16:33:04 on branch trunk — Add -[drain] to OFAutoreleasePool. (user: js, size: 1565) [annotate] [blame] [check-ins using]
To Artifact [6b65fc55ca]:
- File
tests/OFTCPSocket.m
— part of check-in
[273d5b90f8]
at
2010-01-22 18:40:04
on branch trunk
— Clean up OFStream and OFSocket interface.
This allows better compile-time checks. (user: js, size: 1568) [annotate] [blame] [check-ins using]
| ︙ | |||
25 26 27 28 29 30 31 | 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 | - + |
static OFString *module = @"OFTCPSocket";
void
tcpsocket_tests()
{
OFAutoreleasePool *pool = [[OFAutoreleasePool alloc] init];
|
| ︙ |