ObjFW  Diff

Differences From Artifact [bc05260f0b]:

To Artifact [5330eaa06d]:


372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
372
373
374
375
376
377
378



379
380
381
382
383
384
385







-
-
-








	[self dataTests];
	[self dictionaryTests];
	[self listTests];
	[self valueTests];
	[self streamTests];
	[self memoryStreamTests];
#ifdef OF_HAVE_SOCKETS
	[self kernelEventObserverTests];
#endif
	[self XMLParserTests];
	[self XMLNodeTests];

	[OFStdOut reset];

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