From 4c5aa7d3ec9d1fe3fff1473e56b5690450ef4311 Mon Sep 17 00:00:00 2001 From: Adam Dickmeiss Date: Wed, 4 May 2011 15:15:32 +0200 Subject: [PATCH] Add two CQL sortby tests --- test/cql/13.1.out | 12 ++++++++++++ test/cql/13.2.out | 36 ++++++++++++++++++++++++++++++++++++ test/cql2xcqlsample | 4 ++++ 3 files changed, 52 insertions(+) create mode 100644 test/cql/13.1.err create mode 100644 test/cql/13.1.out create mode 100644 test/cql/13.2.err create mode 100644 test/cql/13.2.out 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 -- 1.7.10.4