X-Git-Url: http://git.indexdata.com/?p=yaz-moved-to-github.git;a=blobdiff_plain;f=test%2Ftest_soap1.c;h=a9e3cdf5849225555241ee76c90f17998aea9609;hp=37f7c708d551ee4d07dd8b799b415ee07a83ee22;hb=HEAD;hpb=43a9d38d20c1b1bcd1a03b2445a501d27526bd35 diff --git a/test/test_soap1.c b/test/test_soap1.c index 37f7c70..a9e3cdf 100644 --- a/test/test_soap1.c +++ b/test/test_soap1.c @@ -1,5 +1,5 @@ /* This file is part of the YAZ toolkit. - * Copyright (C) 1995-2011 Index Data + * Copyright (C) Index Data * See the file LICENSE for details. */ #if HAVE_CONFIG_H @@ -29,10 +29,10 @@ void tst(void) top = xmlNewNode(0, BAD_CAST "top"); YAZ_CHECK(top); - + xmlNewTextChild(top, 0, BAD_CAST "sub", BAD_CAST val); xmlDocSetRootElement(doc, top); - + xmlDocDumpMemory(doc, &buf_out, &len_out); #if 0 printf("%*s", len_out, buf_out);