X-Git-Url: http://git.indexdata.com/?p=yaz-moved-to-github.git;a=blobdiff_plain;f=test%2Ftest_rpn2solr.c;fp=test%2Ftest_rpn2solr.c;h=0b0ddde1eae3efb8e788444cbafa237951528613;hp=3589e7fd26e822744fbb7855855bb0e4c95c24ed;hb=9eb7249e5017426eef8177f99847696e7bc95a33;hpb=def92a743ce6b4aaf3357bee1f07a847841b3fbe diff --git a/test/test_rpn2solr.c b/test/test_rpn2solr.c index 3589e7f..0b0ddde 100644 --- a/test/test_rpn2solr.c +++ b/test/test_rpn2solr.c @@ -51,6 +51,7 @@ static void tst1(void) { solr_transform_t ct = solr_transform_create(); + YAZ_CHECK(compare(ct, "@or a @and b c", "a OR (b AND c)")); YAZ_CHECK(compare(ct, "abc", "abc")); YAZ_CHECK(compare(ct, "\"a b c\"", "\"a b c\"")); YAZ_CHECK(compare(ct, "@not a b", "a AND NOT b"));