From 9a9ad2d44eb492144a94a55f13dee16b322cafb9 Mon Sep 17 00:00:00 2001 From: James G Sack Date: Tue, 6 Nov 2007 08:07:15 +0000 Subject: [PATCH] fix broken ansel input module by porting (updated) 2.2 version;minor fix to test_util_test.py svn: r9306 --- ChangeLog | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/ChangeLog b/ChangeLog index 53fdd66c7..7131d6522 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,11 @@ +2007-11-05 Jim Sack + * src/test/test/test_util_test.py fix subtle error in test 2a + * src/GrampsDbUtils/test/_GedcomChar_test.py add for testing next + * src/ansel_utf8.py replacement fixes failed _GedcomChar + * src/test/ansel_utf8_test.py detailed test for above + Note that ansel_utf8 fixes one mis-mapped char in the 2.2 version + (this fix will be back-ported; both use identical code) + 2007-11-05 Jim Sack * src/test/gramps_cli_test.py simple test for gramps CLI (after bugfix #1331-1334 )