mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-07-08 09:55:09 +00:00
Monotone-Parent: 52bbcfeb1dfff49a3bb753faaefd8bf92a5ad7eb
Monotone-Revision: 7d7bd9ebaef743c2d234e3487f041c1d213b742e Monotone-Author: wsourdeau@inverse.ca Monotone-Date: 2010-03-22T17:10:27 Monotone-Branch: ca.inverse.sogo
This commit is contained in:
@@ -1,5 +1,10 @@
|
||||
2010-03-22 Wolfgang Sourdeau <wsourdeau@inverse.ca>
|
||||
|
||||
* Tests/Unit/SOGoTestRunner.m (-init): messages must be
|
||||
initialized to a mutable array.
|
||||
|
||||
2010-03-18 Ludovic Marcotte <lmarcotte@inverse.ca>
|
||||
|
||||
|
||||
* Replaced SOGoUIxUserCanChangePassword with
|
||||
SOGoPasswordChangeEnabled
|
||||
|
||||
|
||||
@@ -51,7 +51,7 @@
|
||||
failuresCount = 0;
|
||||
errorsCount = 0;
|
||||
hasFailed = NO;
|
||||
messages = nil;
|
||||
messages = [NSMutableArray new];
|
||||
}
|
||||
|
||||
return self;
|
||||
|
||||
Reference in New Issue
Block a user