X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=test%2Ftst_icu_I18N.c;fp=test%2Ftst_icu_I18N.c;h=4bef6653126acfd62993a6cdfbde7058300968b8;hb=ecd6d03e10dfbe4b6bb5b1b599c23bdb7ff305ca;hp=c58ac85b15dfa4376e3973ff6ce58f418c4fe80a;hpb=5a4df800518e830b12ea3a0e906939506a7c3a65;p=yaz-moved-to-github.git diff --git a/test/tst_icu_I18N.c b/test/tst_icu_I18N.c index c58ac85..4bef665 100644 --- a/test/tst_icu_I18N.c +++ b/test/tst_icu_I18N.c @@ -2,7 +2,7 @@ * Copyright (C) 2005-2007, Index Data ApS * See the file LICENSE for details. * - * $Id: tst_icu_I18N.c,v 1.14 2007-11-08 13:35:14 adam Exp $ + * $Id: tst_icu_I18N.c,v 1.15 2007-11-12 11:11:16 adam Exp $ * */ @@ -481,9 +481,9 @@ void test_icu_I18N_chain(int argc, char **argv) const char * xml_str = "" - "" + "" "" - "" + "" "" "" ""; @@ -537,10 +537,10 @@ void test_bug_1140(void) /* if the first rule is normalize instead. Then it works */ #if 0 - "" + "" #endif "" - "" + "" "" "" ""; @@ -596,7 +596,7 @@ void test_chain_empty_token(void) const char * xml_str = "" "" - "" + "" ""; xmlDoc *doc = xmlParseMemory(xml_str, strlen(xml_str));