Monotone-Parent: efb4cad1d07472e5ed5121c7bb6c6545f37d2f0e

Monotone-Revision: e36d8d24bc74c3d965cac3d3370bd3d5681f3ffc

Monotone-Author: wsourdeau@inverse.ca
Monotone-Date: 2010-09-01T20:53:50
Monotone-Branch: ca.inverse.sogo
This commit is contained in:
Wolfgang Sourdeau
2010-09-01 20:53:50 +00:00
parent 186eff9c85
commit d0577e001f
2 changed files with 7 additions and 0 deletions
+2
View File
@@ -1,5 +1,7 @@
2010-09-01 Wolfgang Sourdeau <wsourdeau@inverse.ca>
* Tests/Unit/SOGoTest.m (-run): fixed build on GNUstep >= 1.20.
* UI/MailerUI/UIxMailView.m (-sendMDNAction): new action for
sending an MDN from the confirmation dialog.
+5
View File
@@ -164,7 +164,12 @@ static NSString *SOGoTestAssertException = @"SOGoTestAssertException";
int count, max;
SEL testMethod;
#if ((GNUSTEP_BASE_MAJOR_VERSION > 1) \
|| ((GNUSTEP_BASE_MAJOR_VERSION == 1) && (GNUSTEP_BASE_MINOR_VERSION >= 20)))
methods = GSObjCMethodNames (self, NO);
#else
methods = GSObjCMethodNames (self);
#endif
max = [methods count];
for (count = 0; count < max; count++)
{