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/ContextPositionFunc/K-ContextPositionFunc-9.xq')
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/ContextPositionFunc/K-ContextPositionFunc-9.xq10
1 files changed, 0 insertions, 10 deletions
diff --git a/tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/ContextPositionFunc/K-ContextPositionFunc-9.xq b/tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/ContextPositionFunc/K-ContextPositionFunc-9.xq
deleted file mode 100644
index 7123b2f6..00000000
--- a/tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/ContextPositionFunc/K-ContextPositionFunc-9.xq
+++ /dev/null
@@ -1,10 +0,0 @@
-(:*******************************************************:)
-(: Test: K-ContextPositionFunc-9 :)
-(: Written by: Frans Englich :)
-(: Date: 2006-10-05T18:29:41+02:00 :)
-(: Purpose: fn:position() can never return 0('!='), #2. :)
-(:*******************************************************:)
-deep-equal(
-(1, 2, 3, remove((current-time(), 4), 1))
-[0 != position()],
-(1, 2, 3, 4)) \ No newline at end of file

Back to the top