X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;ds=sidebyside;f=test%2Ftest_ccl.c;h=f3b04b3b2901e89f9e80b02568ca1df37859af5d;hb=0f073baf2183a54f2a5691e697fde68c9a5f50c5;hp=dada1e04a6a058f4a3a9c168e8af12d6d251b736;hpb=3107ce3a34993d2f784387f227a50343fff83bbc;p=yaz-moved-to-github.git diff --git a/test/test_ccl.c b/test/test_ccl.c index dada1e0..f3b04b3 100644 --- a/test/test_ccl.c +++ b/test/test_ccl.c @@ -2,8 +2,9 @@ * Copyright (C) 1995-2010 Index Data * See the file LICENSE for details. */ - -/* CCL test */ +#if HAVE_CONFIG_H +#include +#endif #include #include @@ -241,18 +242,10 @@ void tst1(int pass) "@or @attr 4=2 @attr 1=1016 a " "@attr 1=/my/title a ")); - /* Bug #2895 */ -#if 1 - YAZ_CHECK(tst_ccl_query(bibset, "a? b?", - /* incorrect. */ - "@and @attr 4=2 @attr 1=1016 a? " - "@attr 5=1 @attr 4=2 @attr 1=1016 b ")); -#else YAZ_CHECK(tst_ccl_query(bibset, "a? b?", /* correct */ "@and @attr 5=1 @attr 4=2 @attr 1=1016 a " "@attr 5=1 @attr 4=2 @attr 1=1016 b ")); -#endif ccl_qual_rm(&bibset); }