From f5c892bf8898f7dfe1e5380638f52abecb410907 Mon Sep 17 00:00:00 2001 From: Adam Dickmeiss Date: Tue, 15 Nov 2011 11:29:21 +0100 Subject: [PATCH] ICU test: use more portable transform Problem is that Title does not produce same results in ICU 3.6 (CentOS 5) and newer versions of ICU. So we just use lowercase transform instead. --- test/test_icu.cfg | 4 ++-- test/test_icu_8.res | 26 +++++++++++++------------- 2 files changed, 15 insertions(+), 15 deletions(-) diff --git a/test/test_icu.cfg b/test/test_icu.cfg index 2febba8..75e8842 100644 --- a/test/test_icu.cfg +++ b/test/test_icu.cfg @@ -30,12 +30,12 @@ - + - + diff --git a/test/test_icu_8.res b/test/test_icu_8.res index 05af6d5..ed8bdcf 100644 --- a/test/test_icu_8.res +++ b/test/test_icu_8.res @@ -7,18 +7,18 @@ Wood, Helen M.1 -Bible1 -Bible. O.t1 -Cartography1 -Community Colleges1 -Computers1 -Imaging Systems In Medicine1 -Optical Pattern Recognition1 -Puget Sound Region (Wash.)1 -Radioisotope Scanning1 -Railroads1 -Scintillation Cameras1 -Tomography1 -Universities And Colleges1 +bible1 +bible. o.t1 +cartography1 +community colleges1 +computers1 +imaging systems in medicine1 +optical pattern recognition1 +puget sound region (wash.)1 +radioisotope scanning1 +railroads1 +scintillation cameras1 +tomography1 +universities and colleges1 \ No newline at end of file -- 1.7.10.4