ObjFW  Diff

Differences From Artifact [d96f547fea]:

  • File tests/OFIPXSocketTests.m — part of check-in [e73c65a849] at 2021-04-18 22:56:46 on branch new-naming-convention — Rename all symbols marked extern (user: js size: 1961) [more...]

To Artifact [a26f3af451]:

  • File tests/OFIPXSocketTests.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: 1967) [more...]

15
16
17
18
19
20
21
22

23
24
25
26
27
28
29
15
16
17
18
19
20
21

22
23
24
25
26
27
28
29







-
+








#include "config.h"

#include <errno.h>

#import "TestsAppDelegate.h"

static OFString *module = @"OFIPXSocket";
static OFString *const module = @"OFIPXSocket";

@implementation TestsAppDelegate (OFIPXSocketTests)
- (void)IPXSocketTests
{
	void *pool = objc_autoreleasePoolPush();
	OFIPXSocket *sock;
	OFSocketAddress address1, address2;