Bump copyright year
[yaz-moved-to-github.git] / test / tstsoap1.c
index 11ad088..eb2ba11 100644 (file)
@@ -1,8 +1,6 @@
-/*
- * Copyright (C) 1995-2007, Index Data ApS
+/* This file is part of the YAZ toolkit.
+ * Copyright (C) 1995-2010 Index Data
  * See the file LICENSE for details.
- *
- * $Id: tstsoap1.c,v 1.9 2007-01-03 08:42:16 adam Exp $
  */
 
 #include <stdlib.h>
@@ -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