ObjFW  Diff

Differences From Artifact [3f873c7651]:

To Artifact [ab19980a71]:


433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
	[self XMLParserTests];
	[self XMLNodeTests];
	[self XMLElementBuilderTests];
#ifdef OF_HAVE_FILES
	[self serializationTests];
#endif
	[self JSONTests];
#if defined(OF_HAVE_PLUGINS) && !defined(OF_IOS)
	[self pluginTests];
#endif

#if defined(OF_IOS)
	[self outputString: [OFString stringWithFormat: @"%d tests failed!",
							_fails]
		   inColor: NO_COLOR];







|







433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
	[self XMLParserTests];
	[self XMLNodeTests];
	[self XMLElementBuilderTests];
#ifdef OF_HAVE_FILES
	[self serializationTests];
#endif
	[self JSONTests];
#if defined(OF_HAVE_PLUGINS)
	[self pluginTests];
#endif

#if defined(OF_IOS)
	[self outputString: [OFString stringWithFormat: @"%d tests failed!",
							_fails]
		   inColor: NO_COLOR];