X-Git-Url: http://git.indexdata.com/?p=yaz-moved-to-github.git;a=blobdiff_plain;f=test%2Ftest_soap2.c;h=5120686fe37322525d9242c56ce38ae5b8b00d9e;hp=d371b8c476a786598a56ea6ca1e99536d935b287;hb=9a50808021be48e8ff272f762b9f8245330a79e4;hpb=0c46d2e66bdeea1600e700124a81a5d0a65d349e diff --git a/test/test_soap2.c b/test/test_soap2.c index d371b8c..5120686 100644 --- a/test/test_soap2.c +++ b/test/test_soap2.c @@ -1,5 +1,5 @@ /* This file is part of the YAZ toolkit. - * Copyright (C) 1995-2013 Index Data + * Copyright (C) Index Data * See the file LICENSE for details. */ #if HAVE_CONFIG_H @@ -32,9 +32,9 @@ static void tst_srw(void) YAZ_CHECK(sr); YAZ_CHECK(p); #if 0 - sr->u.request->query.cql = "jordb" "\xe6" "r"; + sr->u.request->query = "jordb" "\xe6" "r"; #else - sr->u.request->query.cql = "jordbaer"; + sr->u.request->query = "jordbaer"; #endif p->which = Z_SOAP_generic;