X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=test%2Ftstsoap1.c;h=fa57214a32f1201071c95c276f42bceb6bca2b62;hb=d3012f2c5f1c14c3d1ca5174cd929d1b9b31388b;hp=2290e83ca07f80aea94a4bebea617447b8063250;hpb=fc6d778b923000b5c6ad8e108b0b184178a9d33f;p=yaz-moved-to-github.git diff --git a/test/tstsoap1.c b/test/tstsoap1.c index 2290e83..fa57214 100644 --- a/test/tstsoap1.c +++ b/test/tstsoap1.c @@ -1,8 +1,8 @@ /* - * Copyright (C) 1995-2005, Index Data ApS + * Copyright (C) 1995-2007, Index Data ApS * See the file LICENSE for details. * - * $Id: tstsoap1.c,v 1.7 2006-07-06 10:17:55 adam Exp $ + * $Id: tstsoap1.c,v 1.9 2007-01-03 08:42:16 adam Exp $ */ #include @@ -11,7 +11,7 @@ #endif #include -void tst() +void tst(void) { #if YAZ_HAVE_XML2 xmlChar *buf_out; @@ -19,7 +19,7 @@ void tst() 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