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:
Wolfgang Sourdeau
2010-03-22 17:10:27 +00:00
parent bf275960b4
commit 9971737b29
2 changed files with 7 additions and 2 deletions
+6 -1
View File
@@ -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
+1 -1
View File
@@ -51,7 +51,7 @@
failuresCount = 0;
errorsCount = 0;
hasFailed = NO;
messages = nil;
messages = [NSMutableArray new];
}
return self;