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/ResolveURIFunc/K-ResolveURIFunc-3.xq')
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/ResolveURIFunc/K-ResolveURIFunc-3.xq8
1 files changed, 0 insertions, 8 deletions
diff --git a/tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/ResolveURIFunc/K-ResolveURIFunc-3.xq b/tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/ResolveURIFunc/K-ResolveURIFunc-3.xq
deleted file mode 100644
index 3360406b..00000000
--- a/tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/ResolveURIFunc/K-ResolveURIFunc-3.xq
+++ /dev/null
@@ -1,8 +0,0 @@
-(:*******************************************************:)
-(: Test: K-ResolveURIFunc-3 :)
-(: Written by: Frans Englich :)
-(: Date: 2006-10-05T18:29:40+02:00 :)
-(: Purpose: A test whose essence is: `resolve-uri("relative/uri.ext", "http://www.example.com/") eq xs:anyURI("http://www.example.com/relative/uri.ext")`. :)
-(:*******************************************************:)
-resolve-uri("relative/uri.ext", "http://www.example.com/") eq
- xs:anyURI("http://www.example.com/relative/uri.ext") \ No newline at end of file

Back to the top