Index: tests/Tests.m ================================================================== --- tests/Tests.m +++ tests/Tests.m @@ -33,11 +33,11 @@ @end OF_APPLICATION_DELEGATE(Test) @implementation Test -- (void)applicationDidFinishLaunching +- (void)applicationDidFinishLaunching: (OFNotification *)notification { OFString *username = [[OFApplication environment] objectForKey: @"USER"]; PGResult *result;