@@ -101,6 +101,7 @@ function ct:order-descending-index1-after() {
101
101
};
102
102
103
103
declare
104
+ %test:pending('Related to failing XQTS test prod-CountClause/count-009, see: https://github.com/eXist-db/exist/pull/4530#issue-1356325345' )
104
105
%test:assertEquals(
105
106
'<x index1="2" index2="1">b</x>' ,
106
107
'<x index1="1" index2="2">a</x>'
@@ -148,6 +149,7 @@ function ct:order-descending-indexes() {
148
149
};
149
150
150
151
declare
152
+ %test:pending('Related to failing XQTS test prod-CountClause/count-009, see: https://github.com/eXist-db/exist/pull/4530#issue-1356325345' )
151
153
%test:assertEquals(
152
154
'<item index1="3" remainder="0" index2="1"><x>3</x></item>' ,
153
155
'<item index1="1" remainder="1" index2="2"><x>1</x></item>' ,
@@ -165,6 +167,7 @@ function ct:order-non-linear-ascending-indexes() {
165
167
};
166
168
167
169
declare
170
+ %test:pending('Related to failing XQTS test prod-CountClause/count-009, see: https://github.com/eXist-db/exist/pull/4530#issue-1356325345' )
168
171
%test:assertEquals(
169
172
'<item index1="2" remainder="2" index2="1"><x>2</x></item>' ,
170
173
'<item index1="1" remainder="1" index2="2"><x>1</x></item>' ,
@@ -182,6 +185,7 @@ function ct:order-non-linear-descending-indexes() {
182
185
};
183
186
184
187
declare
188
+ %test:pending('Related to failing XQTS test prod-CountClause/count-009, see: https://github.com/eXist-db/exist/pull/4530#issue-1356325345' )
185
189
%test:assertEquals(
186
190
'<item index1="3" remainder="0" index2="1"><x>2</x><y>1</y></item>' ,
187
191
'<item index1="1" remainder="1" index2="2"><x>1</x><y>1</y></item>' ,
@@ -200,6 +204,7 @@ function ct:order-ascending-indexes-two-keys() {
200
204
};
201
205
202
206
declare
207
+ %test:pending('Related to failing XQTS test prod-CountClause/count-009, see: https://github.com/eXist-db/exist/pull/4530#issue-1356325345' )
203
208
%test:assertEquals(
204
209
'<item index1="2" remainder="2" index2="1"><x>1</x><y>2</y></item>' ,
205
210
'<item index1="4" remainder="1" index2="2"><x>2</x><y>2</y></item>' ,
@@ -218,6 +223,7 @@ function ct:order-descending-indexes-two-keys() {
218
223
};
219
224
220
225
declare
226
+ %test:pending('Related to failing XQTS test prod-CountClause/count-009, see: https://github.com/eXist-db/exist/pull/4530#issue-1356325345' )
221
227
%test:assertEquals(
222
228
'<item index1="3" remainder="0" index2="1"><x>2</x><y>1</y></item>' ,
223
229
'<item index1="4" remainder="1" index2="2"><x>2</x><y>2</y></item>' ,
@@ -237,6 +243,7 @@ function ct:order-ascending-descending-indexes-two-keys() {
237
243
238
244
239
245
declare
246
+ %test:pending('Related to failing XQTS test prod-CountClause/count-009, see: https://github.com/eXist-db/exist/pull/4530#issue-1356325345' )
240
247
%test:assertEquals(
241
248
'<item index1="2" remainder="2" index2="1"><x>1</x><y>2</y></item>' ,
242
249
'<item index1="1" remainder="1" index2="2"><x>1</x><y>1</y></item>' ,
0 commit comments