@@ -221,11 +221,11 @@ } - (void)applicationDidFinishLaunching { #ifdef __wii__ - [OFFile changeToDirectoryAtPath: @"/apps/objfw-tests"]; + [OFFile changeCurrentDirectoryPath: @"/apps/objfw-tests"]; #endif [self objectTests]; #ifdef OF_HAVE_BLOCKS [self blockTests];