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.