From: Adam Dickmeiss Date: Wed, 4 May 2011 13:15:32 +0000 (+0200) Subject: Add two CQL sortby tests X-Git-Tag: v4.2.0~35 X-Git-Url: http://git.indexdata.com/?p=yaz-moved-to-github.git;a=commitdiff_plain;h=4c5aa7d3ec9d1fe3fff1473e56b5690450ef4311;hp=b756b711841bac38e5b69baa51939ca9e1c01adb Add two CQL sortby tests --- diff --git a/test/cql/13.1.err b/test/cql/13.1.err new file mode 100644 index 0000000..e69de29 diff --git a/test/cql/13.1.out b/test/cql/13.1.out new file mode 100644 index 0000000..7752227 --- /dev/null +++ b/test/cql/13.1.out @@ -0,0 +1,12 @@ + + cql.serverChoice + + = + + a + + + title + + + diff --git a/test/cql/13.2.err b/test/cql/13.2.err new file mode 100644 index 0000000..e69de29 diff --git a/test/cql/13.2.out b/test/cql/13.2.out new file mode 100644 index 0000000..21c212f --- /dev/null +++ b/test/cql/13.2.out @@ -0,0 +1,36 @@ + + + or + + + + cql.serverChoice + + = + + a + + + + + cql.serverChoice + + = + + b + + + + + title + + + ascending + + + + + author + + + diff --git a/test/cql2xcqlsample b/test/cql2xcqlsample index 9bc2819..4fb0ab4 100644 --- a/test/cql2xcqlsample +++ b/test/cql2xcqlsample @@ -112,3 +112,7 @@ dc.title a b c and d # free-form term (Syntax error) a b.c a and + +# sortby +a sortby title +a or b sortby title/ascending author