X-Git-Url: http://git.indexdata.com/?p=yaz-moved-to-github.git;a=blobdiff_plain;f=test%2Ftest_ccl.c;h=041efa32eb0eb98d1496de3c116002a802abaa1d;hp=e614a5ba273d45cbb192bd1fc76f9d128bdf85c7;hb=HEAD;hpb=1a219938c1325105582cdbc2c9a34b6fc3cdf191 diff --git a/test/test_ccl.c b/test/test_ccl.c index e614a5b..041efa3 100644 --- a/test/test_ccl.c +++ b/test/test_ccl.c @@ -88,6 +88,7 @@ void tst1(int pass) ccl_qual_fitem(bibset, "dc.title", "title"); ccl_qual_fitem(bibset, "s=ag", "ag"); ccl_qual_fitem(bibset, "s=sl u=2", "splitlist"); + ccl_qual_fitem(bibset, "s=sl u=2 u=3", "s2"); break; case 1: strcpy(tstline, "ti u=4 s=pw t=l,r"); @@ -122,6 +123,9 @@ void tst1(int pass) strcpy(tstline, "splitlist s=sl u=2"); ccl_qual_line(bibset, tstline); + + strcpy(tstline, "s2 s=sl u=2 u=3"); + ccl_qual_line(bibset, tstline); break; case 2: ccl_qual_buf(bibset, "ti u=4 s=pw t=l,r\n" @@ -136,6 +140,7 @@ void tst1(int pass) "comb term dc.title\n" "ag s=ag\n" "splitlist s=sl u=2\n" + "s2 s=sl u=2 u=3\n" ); break; case 3: @@ -186,6 +191,11 @@ void tst1(int pass) " \n" " \n" " \n" + " \n" + " \n" + " \n" + " \n" + " \n" "\n"; doc = xmlParseMemory(xml_str, strlen(xml_str)); @@ -272,8 +282,7 @@ void tst1(int pass) "@prox 0 1 0 2 k 2 " "@attr 4=2 @attr 1=1016 a " "@or @attr 4=2 @attr 1=1016 b " - "@or @attr 4=2 @attr 1=/my/title c " - "@attr 4=2 @attr 1=1016 c " + "@attr 4=2 @attr 1=/my/title c " )); YAZ_CHECK(tst_ccl_query(bibset, "(a b) % (c)", @@ -441,11 +450,40 @@ void tst1(int pass) YAZ_CHECK(tst_ccl_query(bibset, "splitlist=a", "@attr 1=2 a ")); YAZ_CHECK(tst_ccl_query(bibset, "splitlist=a b", "@or " "@and @attr 1=2 a @attr 1=2 b @attr 1=2 \"a b\" ")); - YAZ_CHECK(tst_ccl_query(bibset, "splitlist=a b c", "@or @or @or " - "@and @and @attr 1=2 a @attr 1=2 b @attr 1=2 c " - "@and @attr 1=2 a @attr 1=2 \"b c\" " + + YAZ_CHECK(tst_ccl_query(bibset, "splitlist=a b c", "@or @or " + "@and " + "@attr 1=2 a " + "@or @and @attr 1=2 b @attr 1=2 c " + "@attr 1=2 \"b c\" " "@and @attr 1=2 \"a b\" @attr 1=2 c " "@attr 1=2 \"a b c\" ")); + + YAZ_CHECK(tst_ccl_query(bibset, "splitlist=a?", 0)); + YAZ_CHECK(tst_ccl_query(bibset, "splitlist=a b?", 0)); + YAZ_CHECK(tst_ccl_query(bibset, "splitlist=a b c?", 0)); + YAZ_CHECK(tst_ccl_query(bibset, "splitlist=a b c d?", 0)); + + YAZ_CHECK(tst_ccl_query(bibset, "s2=a", "@or @attr 1=2 a @attr 1=3 a ")); + + YAZ_CHECK(tst_ccl_query(bibset, "s2=a b", "@or " + "@and " "@or @attr 1=2 a @attr 1=3 a " + "@or @attr 1=2 b @attr 1=3 b " + "@or @attr 1=2 \"a b\" @attr 1=3 \"a b\" ")); + + YAZ_CHECK(tst_ccl_query(bibset, "s2=a? b", 0)); + YAZ_CHECK(tst_ccl_query(bibset, "s2=a b?", 0)); + YAZ_CHECK(tst_ccl_query(bibset, "s2=a b? c", 0)); + + YAZ_CHECK(tst_ccl_query(bibset, "z=(ti=b)", "@attr 4=2 @attr 1=4 b ")); + YAZ_CHECK(tst_ccl_query(bibset, "z=(ti=b?)", + "@attr 5=1 @attr 4=2 @attr 1=4 b ")); + YAZ_CHECK(tst_ccl_query(bibset, "z=(a? and ti=b? and c?)", + "@and @and " + "@attr 5=104 a? " + "@attr 5=1 @attr 4=2 @attr 1=4 b " + "@attr 5=104 c? ")); + ccl_qual_rm(&bibset); } @@ -502,6 +540,31 @@ void tst2(void) } +void tst3(void) +{ + CCL_bibset b = ccl_qual_mk(); + + YAZ_CHECK(b); + if (!b) + return; + + ccl_qual_fitem(b, "2=102", "rk"); + ccl_qual_fitem(b, "1=9903 r=r", "lex"); + ccl_qual_fitem(b, "4=109 r=o", "st-numeric"); + + YAZ_CHECK(tst_ccl_query(b, "rk=(lex=9)", "@attr 2=3 @attr 1=9903 9 ")); + YAZ_CHECK(tst_ccl_query(b, "rk=(lex>9)", "@attr 2=5 @attr 1=9903 9 ")); + YAZ_CHECK(tst_ccl_query(b, "rk=(lex,st-numeric=300-600)", + "@and " + "@attr 2=4 @attr 4=109 @attr 1=9903 300 " + "@attr 2=2 @attr 4=109 @attr 1=9903 600 ")); + YAZ_CHECK(tst_ccl_query(b, "rk=(lex=9) and b", + "@and @attr 2=3 @attr 1=9903 9 b ")); + YAZ_CHECK(tst_ccl_query(b, "rk=(lex=9 and b)", + "@and @attr 2=3 @attr 1=9903 9 @attr 2=102 b ")); + ccl_qual_rm(&b); +} + void tst_addinfo(void) { const char *addinfo; @@ -541,6 +604,7 @@ int main(int argc, char **argv) tst1(2); tst1(3); tst2(); + tst3(); tst_addinfo(); YAZ_CHECK_TERM; }