ObjFW  Diff

Differences From Artifact [b4ea34d386]:

To Artifact [fdc6390186]:


366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
366
367
368
369
370
371
372

373
374

375
376
377
378
379
380
381







-


-







	    [OFString stringWithUTF8String: (const char *)resourcesPath]];
#endif
#if defined(OF_WII) && defined(OF_HAVE_FILES)
	[[OFFileManager defaultManager]
	    changeCurrentDirectoryPath: @"/apps/objfw-tests"];
#endif

	[self dataTests];
	[self valueTests];
	[self streamTests];
	[self memoryStreamTests];
	[self XMLParserTests];
	[self XMLNodeTests];

	[OFStdOut reset];

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