ObjFW  Diff

Differences From Artifact [57375072ae]:

To Artifact [41ca74ff1a]:


318
319
320
321
322
323
324

325

326
327
328
329
330
331
332
318
319
320
321
322
323
324
325

326
327
328
329
330
331
332
333







+
-
+







		   inColor: RED];
#endif
}

- (void)applicationDidFinishLaunching
{
#if defined(__wii__) && defined(OF_HAVE_FILES)
	[[OFFileManager defaultManager]
	[OFFile changeCurrentDirectoryPath: @"/apps/objfw-tests"];
	    changeCurrentDirectoryPath: @"/apps/objfw-tests"];
#endif

	[self objectTests];
#ifdef OF_HAVE_BLOCKS
	[self blockTests];
#endif
	[self stringTests];