ObjFW  Diff

Differences From Artifact [db4c4e8f5b]:

To Artifact [faae433041]:


415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
415
416
417
418
419
420
421



422
423
424
425
426
427
428







-
-
-







	[self XMLNodeTests];
	[self XMLElementBuilderTests];

#ifdef OF_WINDOWS
	[self windowsRegistryKeyTests];
#endif

#ifdef OF_HAVE_SOCKETS
	[self DNSResolverTests];
#endif
	[self localeTests];

	[OFStdOut reset];

#if defined(OF_IOS)
	[OFStdOut writeFormat: @"%d tests failed!", _fails];
	[OFApplication terminateWithStatus: _fails];