Monotone-Parent: 9b0c9808ab9e22363180fcaa54ce560262e7188f

Monotone-Revision: eafd3c0c3b5dc6879988981674509a8d1ccfc286

Monotone-Author: wsourdeau@inverse.ca
Monotone-Date: 2010-08-31T12:30:02
Monotone-Branch: ca.inverse.sogo
maint-2.0.2
Wolfgang Sourdeau 2010-08-31 12:30:02 +00:00
parent 1be000404c
commit f591023b2c
1 changed files with 1 additions and 1 deletions

View File

@ -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++)
{