Skip to content

Commit 7e1e9bc

Browse files
chris-evolvedbinaryadamretter
authored andcommitted
[bugfix] Remove redundant test
1 parent 94b45cb commit 7e1e9bc

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

exist-core/src/test/xquery/xquery3/fnCollationKey.xqm

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -25,14 +25,6 @@ module namespace fnck="http://exist-db.org/xquery/test/function_collation_key";
2525

2626
declare namespace test="http://exist-db.org/xquery/xqsuite";
2727

28-
declare
29-
%test:assertTrue
30-
function fnck:default-equal-case() {
31-
let $first := fn:collation-key("a")
32-
let $second := fn:collation-key("a")
33-
return $first eq $second
34-
};
35-
3628
declare
3729
%test:assertTrue
3830
function fnck:default-equal() {

0 commit comments

Comments
 (0)