@@ -359,10 +359,12 @@ #if defined(OF_WII) && defined(OF_HAVE_FILES) [[OFFileManager defaultManager] changeCurrentDirectoryPath: @"/apps/objfw-tests"]; #endif + [self runtimeTests]; + [self forwardingTests]; [self objectTests]; #ifdef OF_HAVE_BLOCKS [self blockTests]; #endif [self stringTests]; @@ -404,12 +406,10 @@ #endif [self JSONTests]; #ifdef OF_HAVE_PLUGINS [self pluginTests]; #endif - [self forwardingTests]; - [self propertiesTests]; #if defined(OF_WII) [self outputString: @"Press home button to exit!\n" inColor: NO_COLOR]; for (;;) {