Monotone-Parent: 222083e95ee04558a1c46c2bcf14f8fb5ccebb98

Monotone-Revision: 7fea1717f3e58bcc3b875cf6edf4d2a046f7de07

Monotone-Author: wsourdeau@inverse.ca
Monotone-Date: 2011-04-05T00:44:23
Monotone-Branch: ca.inverse.sogo
maint-2.0.2
Wolfgang Sourdeau 2011-04-05 00:44:23 +00:00
parent ae3b315468
commit 6cf00eddfd
1 changed files with 5 additions and 7 deletions

View File

@ -5,13 +5,6 @@
char * and NSString * that could cause a crash under certain
circumstances.
2011-04-01 Wolfgang Sourdeau <wsourdeau@inverse.ca>
* Tests/Unit/TestSBJsonParser.m (-test_parseJSONString): input and
expected result are embedded in an array since SBJsonParser needs
a "container" class.
(-test_parseJSONNumber): same as above.
2011-04-01 Francis Lachapelle <flachapelle@inverse.ca>
* SoObjects/Appointments/SOGoAppointmentObject.m (-PUTAction:):
@ -20,6 +13,11 @@
2011-04-01 Wolfgang Sourdeau <wsourdeau@inverse.ca>
* Tests/Unit/TestSBJsonParser.m (-test_parseJSONString): input and
expected result are embedded in an array since SBJsonParser needs
a "container" class.
(-test_parseJSONNumber): same as above.
* Tests/Integration/all.py: (from Jean Raby) make use of the
"SOGoLanguage" defaults key rather than the old "Language" one.