ObjFW  Diff

Differences From Artifact [fcc3870011]:

To Artifact [9cd0e6ac62]:


219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
	}
#endif
}

- (void)applicationDidFinishLaunching
{
#ifdef __wii__
	[OFFile changeToDirectoryAtPath: @"/apps/objfw-tests"];
#endif

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







|







219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
	}
#endif
}

- (void)applicationDidFinishLaunching
{
#ifdef __wii__
	[OFFile changeCurrentDirectoryPath: @"/apps/objfw-tests"];
#endif

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