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/AdjTimeToTimezoneFunc/K-AdjTimeToTimezoneFunc-16.xq')
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/AdjTimeToTimezoneFunc/K-AdjTimeToTimezoneFunc-16.xq11
1 files changed, 0 insertions, 11 deletions
diff --git a/tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/AdjTimeToTimezoneFunc/K-AdjTimeToTimezoneFunc-16.xq b/tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/AdjTimeToTimezoneFunc/K-AdjTimeToTimezoneFunc-16.xq
deleted file mode 100644
index f3eba951..00000000
--- a/tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/AdjTimeToTimezoneFunc/K-AdjTimeToTimezoneFunc-16.xq
+++ /dev/null
@@ -1,11 +0,0 @@
-(:*******************************************************:)
-(: Test: K-AdjTimeToTimezoneFunc-16 :)
-(: Written by: Frans Englich :)
-(: Date: 2006-10-05T18:29:40+02:00 :)
-(: Purpose: Example from F&O. :)
-(:*******************************************************:)
-
- adjust-time-to-timezone(xs:time("10:00:00-07:00"),
- xs:dayTimeDuration("PT10H"))
- eq xs:time("03:00:00+10:00")
- \ No newline at end of file

Back to the top