diff --git a/Tests/Unit/SOGoTest.m b/Tests/Unit/SOGoTest.m index 5c58c9938..3574ac1b1 100644 --- a/Tests/Unit/SOGoTest.m +++ b/Tests/Unit/SOGoTest.m @@ -164,7 +164,7 @@ static NSString *SOGoTestAssertException = @"SOGoTestAssertException"; int count, max; SEL testMethod; - methods = GSObjCMethodNames (self); + methods = GSObjCMethodNames (self, NO); max = [methods count]; for (count = 0; count < max; count++) {