Differences From Artifact [0326ef9bb8]:
- File
tests/OFSPXStreamSocketTests.m
— part of check-in
[14f1e22d79]
at
2021-05-08 23:22:59
on branch trunk
— tests: Align more with ObjFW style
ObjFW's style changed over the years, but the tests were never adjusted
to it. (user: js, size: 5412) [annotate] [blame] [check-ins using] [more...]
To Artifact [72b39a0862]:
- File tests/OFSPXStreamSocketTests.m — part of check-in [aaf477fc88] at 2021-10-24 21:15:35 on branch unix-sockets — Add OFUNIXStreamSocket (user: js, size: 5411) [annotate] [blame] [check-ins using] [more...]
| ︙ | ︙ | |||
68 69 70 71 72 73 74 |
}
@end
@implementation TestsAppDelegate (OFSPXStreamSocketTests)
- (void)SPXStreamSocketTests
{
void *pool = objc_autoreleasePoolPush();
| | | 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 |
}
@end
@implementation TestsAppDelegate (OFSPXStreamSocketTests)
- (void)SPXStreamSocketTests
{
void *pool = objc_autoreleasePoolPush();
OFSPXStreamSocket *sockClient, *sockServer, *sockAccepted;
OFSocketAddress address1;
const OFSocketAddress *address2;
unsigned char node[IPX_NODE_LEN], node2[IPX_NODE_LEN];
uint32_t network;
uint16_t port;
char buffer[5];
SPXStreamSocketDelegate *delegate;
|
| ︙ | ︙ |