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/HoursFromDurationFunc/K-HoursFromDurationFunc-7.xq')
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/HoursFromDurationFunc/K-HoursFromDurationFunc-7.xq7
1 files changed, 0 insertions, 7 deletions
diff --git a/tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/HoursFromDurationFunc/K-HoursFromDurationFunc-7.xq b/tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/HoursFromDurationFunc/K-HoursFromDurationFunc-7.xq
deleted file mode 100644
index b70b02ac..00000000
--- a/tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/HoursFromDurationFunc/K-HoursFromDurationFunc-7.xq
+++ /dev/null
@@ -1,7 +0,0 @@
-(:*******************************************************:)
-(: Test: K-HoursFromDurationFunc-7 :)
-(: Written by: Frans Englich :)
-(: Date: 2006-10-05T18:29:40+02:00 :)
-(: Purpose: Simple test invoking days-from-hours() on an negative xs:duration. :)
-(:*******************************************************:)
-hours-from-duration(xs:duration("-P3Y4M8DT1H23M2.34S")) eq -1 \ No newline at end of file

Back to the top