X-Git-Url: http://git.indexdata.com/?p=yaz-moved-to-github.git;a=blobdiff_plain;f=test%2Ftstsoap1.c;h=c616b273d4a5a75192a9794232f8055958dcd7a6;hp=80df562c22f5503fdd80dad37c4d23157776da0d;hb=eceac7b7869288887b1b14212208e73ab54116db;hpb=9dfcbb70828f8d5b524c9bb45852246ae1dd6878 diff --git a/test/tstsoap1.c b/test/tstsoap1.c index 80df562..c616b27 100644 --- a/test/tstsoap1.c +++ b/test/tstsoap1.c @@ -1,8 +1,6 @@ -/* - * Copyright (C) 1995-2005, Index Data ApS +/* This file is part of the YAZ toolkit. + * Copyright (C) 1995-2009 Index Data * See the file LICENSE for details. - * - * $Id: tstsoap1.c,v 1.8 2006-10-04 16:59:34 mike Exp $ */ #include @@ -19,7 +17,7 @@ void tst(void) xmlDocPtr doc; xmlNodePtr top; #if 0 - const char *val = "jordbær"; /* makes xmlDocDumpMemory hang .. */ + const char *val = "jordb" "\xe6" "r"; /* makes xmlDocDumpMemory hang .. */ #else const char *val = "jordbaer"; /* OK */ #endif @@ -56,6 +54,7 @@ int main(int argc, char **argv) /* * Local variables: * c-basic-offset: 4 + * c-file-style: "Stroustrup" * indent-tabs-mode: nil * End: * vim: shiftwidth=4 tabstop=8 expandtab