Differences From Artifact [1c45b38ca1]:
- File
tests/OFSPXSocketTests.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: 5173) [annotate] [blame] [check-ins using] [more...]
To Artifact [ebf8aedc8d]:
- File tests/OFSPXSocketTests.m — part of check-in [aaf477fc88] at 2021-10-24 21:15:35 on branch unix-sockets — Add OFUNIXStreamSocket (user: js, size: 5172) [annotate] [blame] [check-ins using] [more...]
| ︙ | ︙ | |||
68 69 70 71 72 73 74 |
}
@end
@implementation TestsAppDelegate (OFSPXSocketTests)
- (void)SPXSocketTests
{
void *pool = objc_autoreleasePoolPush();
| | | 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 |
}
@end
@implementation TestsAppDelegate (OFSPXSocketTests)
- (void)SPXSocketTests
{
void *pool = objc_autoreleasePoolPush();
OFSPXSocket *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];
SPXSocketDelegate *delegate;
|
| ︙ | ︙ |