X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=test%2Ftst_icu_I18N.c;h=f5e3e76ba1d928baf755dcd6c9c7892da8287b2d;hb=bc4b50939a936dbb214c783c18a44039ea048fdd;hp=c58ac85b15dfa4376e3973ff6ce58f418c4fe80a;hpb=e089d89f38b4fc61fce16eb03150776844b053f8;p=yaz-moved-to-github.git diff --git a/test/tst_icu_I18N.c b/test/tst_icu_I18N.c index c58ac85..f5e3e76 100644 --- a/test/tst_icu_I18N.c +++ b/test/tst_icu_I18N.c @@ -1,9 +1,6 @@ -/* - * Copyright (C) 2005-2007, Index Data ApS +/* This file is part of the YAZ toolkit. + * Copyright (C) 1995-2008 Index Data * See the file LICENSE for details. - * - * $Id: tst_icu_I18N.c,v 1.14 2007-11-08 13:35:14 adam Exp $ - * */ /* DO NOT EDIT THIS FILE IF YOUR EDITOR DOES NOT SUPPORT UTF-8 */ @@ -481,9 +478,9 @@ void test_icu_I18N_chain(int argc, char **argv) const char * xml_str = "" - "" + "" "" - "" + "" "" "" ""; @@ -537,10 +534,10 @@ void test_bug_1140(void) /* if the first rule is normalize instead. Then it works */ #if 0 - "" + "" #endif "" - "" + "" "" "" ""; @@ -596,7 +593,7 @@ void test_chain_empty_token(void) const char * xml_str = "" "" - "" + "" ""; xmlDoc *doc = xmlParseMemory(xml_str, strlen(xml_str));