ObjFW  Diff

Differences From Artifact [df82488231]:

To Artifact [feef55dc03]:


438
439
440
441
442
443
444



445
446
447
448
449
450
451
#endif
	[self JSONTests];
	[self propertyListTests];
	[self ASN1DERValueTests];
#if defined(OF_HAVE_PLUGINS)
	[self pluginTests];
#endif




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








>
>
>







438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
#endif
	[self JSONTests];
	[self propertyListTests];
	[self ASN1DERValueTests];
#if defined(OF_HAVE_PLUGINS)
	[self pluginTests];
#endif
#ifdef OF_WINDOWS
	[self windowsRegistryKeyTests];
#endif

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