Skip to main content

This CGIT instance is deprecated, and repositories have been moved to Gitlab or Github. See the repository descriptions for specific locations.

summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/SeqIndexOfFunc')
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/SeqIndexOfFunc/K-SeqIndexOfFunc-1.xq7
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/SeqIndexOfFunc/K-SeqIndexOfFunc-10.xq7
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/SeqIndexOfFunc/K-SeqIndexOfFunc-11.xq7
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/SeqIndexOfFunc/K-SeqIndexOfFunc-12.xq7
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/SeqIndexOfFunc/K-SeqIndexOfFunc-13.xq7
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/SeqIndexOfFunc/K-SeqIndexOfFunc-14.xq7
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/SeqIndexOfFunc/K-SeqIndexOfFunc-15.xq7
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/SeqIndexOfFunc/K-SeqIndexOfFunc-16.xq7
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/SeqIndexOfFunc/K-SeqIndexOfFunc-17.xq7
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/SeqIndexOfFunc/K-SeqIndexOfFunc-18.xq7
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/SeqIndexOfFunc/K-SeqIndexOfFunc-19.xq7
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/SeqIndexOfFunc/K-SeqIndexOfFunc-2.xq7
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/SeqIndexOfFunc/K-SeqIndexOfFunc-20.xq7
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/SeqIndexOfFunc/K-SeqIndexOfFunc-21.xq7
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/SeqIndexOfFunc/K-SeqIndexOfFunc-22.xq7
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/SeqIndexOfFunc/K-SeqIndexOfFunc-23.xq7
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/SeqIndexOfFunc/K-SeqIndexOfFunc-24.xq7
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/SeqIndexOfFunc/K-SeqIndexOfFunc-25.xq7
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/SeqIndexOfFunc/K-SeqIndexOfFunc-3.xq7
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/SeqIndexOfFunc/K-SeqIndexOfFunc-4.xq8
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/SeqIndexOfFunc/K-SeqIndexOfFunc-5.xq8
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/SeqIndexOfFunc/K-SeqIndexOfFunc-6.xq8
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/SeqIndexOfFunc/K-SeqIndexOfFunc-7.xq7
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/SeqIndexOfFunc/K-SeqIndexOfFunc-8.xq7
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/SeqIndexOfFunc/K-SeqIndexOfFunc-9.xq7
25 files changed, 0 insertions, 178 deletions
diff --git a/tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/SeqIndexOfFunc/K-SeqIndexOfFunc-1.xq b/tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/SeqIndexOfFunc/K-SeqIndexOfFunc-1.xq
deleted file mode 100644
index 51c82d20..00000000
--- a/tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/SeqIndexOfFunc/K-SeqIndexOfFunc-1.xq
+++ /dev/null
@@ -1,7 +0,0 @@
-(:*******************************************************:)
-(: Test: K-SeqIndexOfFunc-1 :)
-(: Written by: Frans Englich :)
-(: Date: 2006-10-05T18:29:40+02:00 :)
-(: Purpose: A test whose essence is: `index-of()`. :)
-(:*******************************************************:)
-index-of() \ No newline at end of file
diff --git a/tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/SeqIndexOfFunc/K-SeqIndexOfFunc-10.xq b/tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/SeqIndexOfFunc/K-SeqIndexOfFunc-10.xq
deleted file mode 100644
index a6c68d2a..00000000
--- a/tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/SeqIndexOfFunc/K-SeqIndexOfFunc-10.xq
+++ /dev/null
@@ -1,7 +0,0 @@
-(:*******************************************************:)
-(: Test: K-SeqIndexOfFunc-10 :)
-(: Written by: Frans Englich :)
-(: Date: 2006-10-05T18:29:40+02:00 :)
-(: Purpose: A test whose essence is: `empty(index-of(xs:double("NaN"), xs:double("NaN")))`. :)
-(:*******************************************************:)
-empty(index-of(xs:double("NaN"), xs:double("NaN"))) \ No newline at end of file
diff --git a/tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/SeqIndexOfFunc/K-SeqIndexOfFunc-11.xq b/tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/SeqIndexOfFunc/K-SeqIndexOfFunc-11.xq
deleted file mode 100644
index 816d76fb..00000000
--- a/tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/SeqIndexOfFunc/K-SeqIndexOfFunc-11.xq
+++ /dev/null
@@ -1,7 +0,0 @@
-(:*******************************************************:)
-(: Test: K-SeqIndexOfFunc-11 :)
-(: Written by: Frans Englich :)
-(: Date: 2006-10-05T18:29:40+02:00 :)
-(: Purpose: A test whose essence is: `empty(index-of(4, "4"))`. :)
-(:*******************************************************:)
-empty(index-of(4, "4")) \ No newline at end of file
diff --git a/tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/SeqIndexOfFunc/K-SeqIndexOfFunc-12.xq b/tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/SeqIndexOfFunc/K-SeqIndexOfFunc-12.xq
deleted file mode 100644
index c29a141a..00000000
--- a/tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/SeqIndexOfFunc/K-SeqIndexOfFunc-12.xq
+++ /dev/null
@@ -1,7 +0,0 @@
-(:*******************************************************:)
-(: Test: K-SeqIndexOfFunc-12 :)
-(: Written by: Frans Englich :)
-(: Date: 2006-10-05T18:29:40+02:00 :)
-(: Purpose: A test whose essence is: `index-of(4, 4) eq 1`. :)
-(:*******************************************************:)
-index-of(4, 4) eq 1 \ No newline at end of file
diff --git a/tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/SeqIndexOfFunc/K-SeqIndexOfFunc-13.xq b/tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/SeqIndexOfFunc/K-SeqIndexOfFunc-13.xq
deleted file mode 100644
index 2f011fd8..00000000
--- a/tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/SeqIndexOfFunc/K-SeqIndexOfFunc-13.xq
+++ /dev/null
@@ -1,7 +0,0 @@
-(:*******************************************************:)
-(: Test: K-SeqIndexOfFunc-13 :)
-(: Written by: Frans Englich :)
-(: Date: 2006-10-05T18:29:40+02:00 :)
-(: Purpose: A test whose essence is: `empty(index-of((), 4))`. :)
-(:*******************************************************:)
-empty(index-of((), 4)) \ No newline at end of file
diff --git a/tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/SeqIndexOfFunc/K-SeqIndexOfFunc-14.xq b/tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/SeqIndexOfFunc/K-SeqIndexOfFunc-14.xq
deleted file mode 100644
index 5e6229d9..00000000
--- a/tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/SeqIndexOfFunc/K-SeqIndexOfFunc-14.xq
+++ /dev/null
@@ -1,7 +0,0 @@
-(:*******************************************************:)
-(: Test: K-SeqIndexOfFunc-14 :)
-(: Written by: Frans Englich :)
-(: Date: 2006-10-05T18:29:40+02:00 :)
-(: Purpose: A test whose essence is: `index-of(4, 4) eq 1`. :)
-(:*******************************************************:)
-index-of(4, 4) eq 1 \ No newline at end of file
diff --git a/tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/SeqIndexOfFunc/K-SeqIndexOfFunc-15.xq b/tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/SeqIndexOfFunc/K-SeqIndexOfFunc-15.xq
deleted file mode 100644
index e89a7d10..00000000
--- a/tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/SeqIndexOfFunc/K-SeqIndexOfFunc-15.xq
+++ /dev/null
@@ -1,7 +0,0 @@
-(:*******************************************************:)
-(: Test: K-SeqIndexOfFunc-15 :)
-(: Written by: Frans Englich :)
-(: Date: 2006-10-05T18:29:40+02:00 :)
-(: Purpose: A test whose essence is: `deep-equal((1, 2, 3, 4, 5, 6), index-of((4, 4, 4, 4, 4, 4), 4))`. :)
-(:*******************************************************:)
-deep-equal((1, 2, 3, 4, 5, 6), index-of((4, 4, 4, 4, 4, 4), 4)) \ No newline at end of file
diff --git a/tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/SeqIndexOfFunc/K-SeqIndexOfFunc-16.xq b/tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/SeqIndexOfFunc/K-SeqIndexOfFunc-16.xq
deleted file mode 100644
index 9f298116..00000000
--- a/tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/SeqIndexOfFunc/K-SeqIndexOfFunc-16.xq
+++ /dev/null
@@ -1,7 +0,0 @@
-(:*******************************************************:)
-(: Test: K-SeqIndexOfFunc-16 :)
-(: Written by: Frans Englich :)
-(: Date: 2006-10-05T18:29:40+02:00 :)
-(: Purpose: A test whose essence is: `empty(index-of(xs:anyURI("example.com/"), xs:hexBinary("FF")))`. :)
-(:*******************************************************:)
-empty(index-of(xs:anyURI("example.com/"), xs:hexBinary("FF"))) \ No newline at end of file
diff --git a/tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/SeqIndexOfFunc/K-SeqIndexOfFunc-17.xq b/tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/SeqIndexOfFunc/K-SeqIndexOfFunc-17.xq
deleted file mode 100644
index 53c3590d..00000000
--- a/tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/SeqIndexOfFunc/K-SeqIndexOfFunc-17.xq
+++ /dev/null
@@ -1,7 +0,0 @@
-(:*******************************************************:)
-(: Test: K-SeqIndexOfFunc-17 :)
-(: Written by: Frans Englich :)
-(: Date: 2006-10-05T18:29:40+02:00 :)
-(: Purpose: A test whose essence is: `index-of(xs:untypedAtomic("example.com/"), xs:anyURI("example.com/")) eq 1`. :)
-(:*******************************************************:)
-index-of(xs:untypedAtomic("example.com/"), xs:anyURI("example.com/")) eq 1 \ No newline at end of file
diff --git a/tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/SeqIndexOfFunc/K-SeqIndexOfFunc-18.xq b/tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/SeqIndexOfFunc/K-SeqIndexOfFunc-18.xq
deleted file mode 100644
index 2402a33e..00000000
--- a/tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/SeqIndexOfFunc/K-SeqIndexOfFunc-18.xq
+++ /dev/null
@@ -1,7 +0,0 @@
-(:*******************************************************:)
-(: Test: K-SeqIndexOfFunc-18 :)
-(: Written by: Frans Englich :)
-(: Date: 2006-10-05T18:29:40+02:00 :)
-(: Purpose: A test whose essence is: `deep-equal(index-of((1, 2, "three", 5, 5, 6), 5), (4, 5))`. :)
-(:*******************************************************:)
-deep-equal(index-of((1, 2, "three", 5, 5, 6), 5), (4, 5)) \ No newline at end of file
diff --git a/tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/SeqIndexOfFunc/K-SeqIndexOfFunc-19.xq b/tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/SeqIndexOfFunc/K-SeqIndexOfFunc-19.xq
deleted file mode 100644
index 6c792673..00000000
--- a/tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/SeqIndexOfFunc/K-SeqIndexOfFunc-19.xq
+++ /dev/null
@@ -1,7 +0,0 @@
-(:*******************************************************:)
-(: Test: K-SeqIndexOfFunc-19 :)
-(: Written by: Frans Englich :)
-(: Date: 2006-10-05T18:29:40+02:00 :)
-(: Purpose: A test whose essence is: `empty(index-of((10, 20, 30, 40), 35))`. :)
-(:*******************************************************:)
-empty(index-of((10, 20, 30, 40), 35)) \ No newline at end of file
diff --git a/tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/SeqIndexOfFunc/K-SeqIndexOfFunc-2.xq b/tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/SeqIndexOfFunc/K-SeqIndexOfFunc-2.xq
deleted file mode 100644
index 0649bf4c..00000000
--- a/tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/SeqIndexOfFunc/K-SeqIndexOfFunc-2.xq
+++ /dev/null
@@ -1,7 +0,0 @@
-(:*******************************************************:)
-(: Test: K-SeqIndexOfFunc-2 :)
-(: Written by: Frans Englich :)
-(: Date: 2006-10-05T18:29:40+02:00 :)
-(: Purpose: A test whose essence is: `index-of(1)`. :)
-(:*******************************************************:)
-index-of(1) \ No newline at end of file
diff --git a/tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/SeqIndexOfFunc/K-SeqIndexOfFunc-20.xq b/tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/SeqIndexOfFunc/K-SeqIndexOfFunc-20.xq
deleted file mode 100644
index 3b1a0714..00000000
--- a/tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/SeqIndexOfFunc/K-SeqIndexOfFunc-20.xq
+++ /dev/null
@@ -1,7 +0,0 @@
-(:*******************************************************:)
-(: Test: K-SeqIndexOfFunc-20 :)
-(: Written by: Frans Englich :)
-(: Date: 2006-10-05T18:29:40+02:00 :)
-(: Purpose: A test whose essence is: `deep-equal(index-of((10, 20, 30, 30, 20, 10), 20), (2, 5))`. :)
-(:*******************************************************:)
-deep-equal(index-of((10, 20, 30, 30, 20, 10), 20), (2, 5)) \ No newline at end of file
diff --git a/tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/SeqIndexOfFunc/K-SeqIndexOfFunc-21.xq b/tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/SeqIndexOfFunc/K-SeqIndexOfFunc-21.xq
deleted file mode 100644
index 06d9175d..00000000
--- a/tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/SeqIndexOfFunc/K-SeqIndexOfFunc-21.xq
+++ /dev/null
@@ -1,7 +0,0 @@
-(:*******************************************************:)
-(: Test: K-SeqIndexOfFunc-21 :)
-(: Written by: Frans Englich :)
-(: Date: 2006-10-05T18:29:40+02:00 :)
-(: Purpose: A test whose essence is: `deep-equal(index-of(("a", "sport", "and", "a", "pastime"), "a"), (1, 4))`. :)
-(:*******************************************************:)
-deep-equal(index-of(("a", "sport", "and", "a", "pastime"), "a"), (1, 4)) \ No newline at end of file
diff --git a/tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/SeqIndexOfFunc/K-SeqIndexOfFunc-22.xq b/tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/SeqIndexOfFunc/K-SeqIndexOfFunc-22.xq
deleted file mode 100644
index 624a0c75..00000000
--- a/tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/SeqIndexOfFunc/K-SeqIndexOfFunc-22.xq
+++ /dev/null
@@ -1,7 +0,0 @@
-(:*******************************************************:)
-(: Test: K-SeqIndexOfFunc-22 :)
-(: Written by: Frans Englich :)
-(: Date: 2006-10-05T18:29:40+02:00 :)
-(: Purpose: A test whose essence is: `count(index-of((1, 2, 3, 2, 1), 2)) eq 2`. :)
-(:*******************************************************:)
-count(index-of((1, 2, 3, 2, 1), 2)) eq 2 \ No newline at end of file
diff --git a/tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/SeqIndexOfFunc/K-SeqIndexOfFunc-23.xq b/tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/SeqIndexOfFunc/K-SeqIndexOfFunc-23.xq
deleted file mode 100644
index f7ae47a7..00000000
--- a/tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/SeqIndexOfFunc/K-SeqIndexOfFunc-23.xq
+++ /dev/null
@@ -1,7 +0,0 @@
-(:*******************************************************:)
-(: Test: K-SeqIndexOfFunc-23 :)
-(: Written by: Frans Englich :)
-(: Date: 2006-10-05T18:29:40+02:00 :)
-(: Purpose: A test whose essence is: `count(index-of((1, 2, 3, 2, 1), 1)) eq 2`. :)
-(:*******************************************************:)
-count(index-of((1, 2, 3, 2, 1), 1)) eq 2 \ No newline at end of file
diff --git a/tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/SeqIndexOfFunc/K-SeqIndexOfFunc-24.xq b/tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/SeqIndexOfFunc/K-SeqIndexOfFunc-24.xq
deleted file mode 100644
index 177b86d3..00000000
--- a/tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/SeqIndexOfFunc/K-SeqIndexOfFunc-24.xq
+++ /dev/null
@@ -1,7 +0,0 @@
-(:*******************************************************:)
-(: Test: K-SeqIndexOfFunc-24 :)
-(: Written by: Frans Englich :)
-(: Date: 2006-10-05T18:29:40+02:00 :)
-(: Purpose: A test whose essence is: `count(index-of((1, 2, 3, 2, 1), 3)) eq 1`. :)
-(:*******************************************************:)
-count(index-of((1, 2, 3, 2, 1), 3)) eq 1 \ No newline at end of file
diff --git a/tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/SeqIndexOfFunc/K-SeqIndexOfFunc-25.xq b/tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/SeqIndexOfFunc/K-SeqIndexOfFunc-25.xq
deleted file mode 100644
index 647eebc4..00000000
--- a/tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/SeqIndexOfFunc/K-SeqIndexOfFunc-25.xq
+++ /dev/null
@@ -1,7 +0,0 @@
-(:*******************************************************:)
-(: Test: K-SeqIndexOfFunc-25 :)
-(: Written by: Frans Englich :)
-(: Date: 2006-10-05T18:29:40+02:00 :)
-(: Purpose: A test whose essence is: `count(index-of((1, 2, 3, 2, 1), 4)) eq 0`. :)
-(:*******************************************************:)
-count(index-of((1, 2, 3, 2, 1), 4)) eq 0 \ No newline at end of file
diff --git a/tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/SeqIndexOfFunc/K-SeqIndexOfFunc-3.xq b/tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/SeqIndexOfFunc/K-SeqIndexOfFunc-3.xq
deleted file mode 100644
index 2f315c38..00000000
--- a/tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/SeqIndexOfFunc/K-SeqIndexOfFunc-3.xq
+++ /dev/null
@@ -1,7 +0,0 @@
-(:*******************************************************:)
-(: Test: K-SeqIndexOfFunc-3 :)
-(: Written by: Frans Englich :)
-(: Date: 2006-10-05T18:29:40+02:00 :)
-(: Purpose: A test whose essence is: `index-of((1, 2, 3), 1, ())`. :)
-(:*******************************************************:)
-index-of((1, 2, 3), 1, ()) \ No newline at end of file
diff --git a/tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/SeqIndexOfFunc/K-SeqIndexOfFunc-4.xq b/tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/SeqIndexOfFunc/K-SeqIndexOfFunc-4.xq
deleted file mode 100644
index 417059b1..00000000
--- a/tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/SeqIndexOfFunc/K-SeqIndexOfFunc-4.xq
+++ /dev/null
@@ -1,8 +0,0 @@
-(:*******************************************************:)
-(: Test: K-SeqIndexOfFunc-4 :)
-(: Written by: Frans Englich :)
-(: Date: 2006-10-05T18:29:40+02:00 :)
-(: Purpose: A test whose essence is: `index-of("a string", "a string", "http://www.example.com/COLLATION/NOT/SUPPORTED")`. :)
-(:*******************************************************:)
-index-of("a string", "a string",
- "http://www.example.com/COLLATION/NOT/SUPPORTED") \ No newline at end of file
diff --git a/tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/SeqIndexOfFunc/K-SeqIndexOfFunc-5.xq b/tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/SeqIndexOfFunc/K-SeqIndexOfFunc-5.xq
deleted file mode 100644
index 1bb56f0b..00000000
--- a/tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/SeqIndexOfFunc/K-SeqIndexOfFunc-5.xq
+++ /dev/null
@@ -1,8 +0,0 @@
-(:*******************************************************:)
-(: Test: K-SeqIndexOfFunc-5 :)
-(: Written by: Frans Englich :)
-(: Date: 2006-10-05T18:29:40+02:00 :)
-(: Purpose: A test whose essence is: `index-of("a string", "a string", "http://www.w3.org/2005/xpath-functions/collation/codepoint", "wrong param")`. :)
-(:*******************************************************:)
-index-of("a string", "a string",
- "http://www.w3.org/2005/xpath-functions/collation/codepoint", "wrong param") \ No newline at end of file
diff --git a/tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/SeqIndexOfFunc/K-SeqIndexOfFunc-6.xq b/tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/SeqIndexOfFunc/K-SeqIndexOfFunc-6.xq
deleted file mode 100644
index c661a378..00000000
--- a/tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/SeqIndexOfFunc/K-SeqIndexOfFunc-6.xq
+++ /dev/null
@@ -1,8 +0,0 @@
-(:*******************************************************:)
-(: Test: K-SeqIndexOfFunc-6 :)
-(: Written by: Frans Englich :)
-(: Date: 2006-10-05T18:29:40+02:00 :)
-(: Purpose: A test whose essence is: `index-of("a string", "a string", "http://www.w3.org/2005/xpath-functions/collation/codepoint") eq 1`. :)
-(:*******************************************************:)
-index-of("a string", "a string",
- "http://www.w3.org/2005/xpath-functions/collation/codepoint") eq 1 \ No newline at end of file
diff --git a/tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/SeqIndexOfFunc/K-SeqIndexOfFunc-7.xq b/tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/SeqIndexOfFunc/K-SeqIndexOfFunc-7.xq
deleted file mode 100644
index fbbdc43c..00000000
--- a/tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/SeqIndexOfFunc/K-SeqIndexOfFunc-7.xq
+++ /dev/null
@@ -1,7 +0,0 @@
-(:*******************************************************:)
-(: Test: K-SeqIndexOfFunc-7 :)
-(: Written by: Frans Englich :)
-(: Date: 2006-10-05T18:29:40+02:00 :)
-(: Purpose: A test whose essence is: `empty(index-of(xs:double("NaN"), xs:float("NaN")))`. :)
-(:*******************************************************:)
-empty(index-of(xs:double("NaN"), xs:float("NaN"))) \ No newline at end of file
diff --git a/tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/SeqIndexOfFunc/K-SeqIndexOfFunc-8.xq b/tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/SeqIndexOfFunc/K-SeqIndexOfFunc-8.xq
deleted file mode 100644
index 956589cb..00000000
--- a/tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/SeqIndexOfFunc/K-SeqIndexOfFunc-8.xq
+++ /dev/null
@@ -1,7 +0,0 @@
-(:*******************************************************:)
-(: Test: K-SeqIndexOfFunc-8 :)
-(: Written by: Frans Englich :)
-(: Date: 2006-10-05T18:29:40+02:00 :)
-(: Purpose: A test whose essence is: `empty(index-of(xs:float("NaN"), xs:double("NaN")))`. :)
-(:*******************************************************:)
-empty(index-of(xs:float("NaN"), xs:double("NaN"))) \ No newline at end of file
diff --git a/tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/SeqIndexOfFunc/K-SeqIndexOfFunc-9.xq b/tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/SeqIndexOfFunc/K-SeqIndexOfFunc-9.xq
deleted file mode 100644
index 750a5550..00000000
--- a/tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/SeqIndexOfFunc/K-SeqIndexOfFunc-9.xq
+++ /dev/null
@@ -1,7 +0,0 @@
-(:*******************************************************:)
-(: Test: K-SeqIndexOfFunc-9 :)
-(: Written by: Frans Englich :)
-(: Date: 2006-10-05T18:29:40+02:00 :)
-(: Purpose: A test whose essence is: `empty(index-of(xs:float("NaN"), xs:float("NaN")))`. :)
-(:*******************************************************:)
-empty(index-of(xs:float("NaN"), xs:float("NaN"))) \ No newline at end of file

Back to the top