From f591023b2c28f20f44dbfd76ac2943c6cbaff9e6 Mon Sep 17 00:00:00 2001 From: Wolfgang Sourdeau Date: Tue, 31 Aug 2010 12:30:02 +0000 Subject: [PATCH] Monotone-Parent: 9b0c9808ab9e22363180fcaa54ce560262e7188f Monotone-Revision: eafd3c0c3b5dc6879988981674509a8d1ccfc286 Monotone-Author: wsourdeau@inverse.ca Monotone-Date: 2010-08-31T12:30:02 Monotone-Branch: ca.inverse.sogo --- Tests/Unit/SOGoTest.m | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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++) {