From 6cf00eddfd382dba04f581883ba8713a646d75b7 Mon Sep 17 00:00:00 2001 From: Wolfgang Sourdeau Date: Tue, 5 Apr 2011 00:44:23 +0000 Subject: [PATCH] Monotone-Parent: 222083e95ee04558a1c46c2bcf14f8fb5ccebb98 Monotone-Revision: 7fea1717f3e58bcc3b875cf6edf4d2a046f7de07 Monotone-Author: wsourdeau@inverse.ca Monotone-Date: 2011-04-05T00:44:23 Monotone-Branch: ca.inverse.sogo --- ChangeLog | 12 +++++------- 1 file changed, 5 insertions(+), 7 deletions(-) diff --git a/ChangeLog b/ChangeLog index 1f0887e46..eaff1bb17 100644 --- a/ChangeLog +++ b/ChangeLog @@ -5,13 +5,6 @@ char * and NSString * that could cause a crash under certain circumstances. -2011-04-01 Wolfgang Sourdeau - - * 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 * SoObjects/Appointments/SOGoAppointmentObject.m (-PUTAction:): @@ -20,6 +13,11 @@ 2011-04-01 Wolfgang Sourdeau + * 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.