Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-799.xq')
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-799.xq8
1 files changed, 0 insertions, 8 deletions
diff --git a/tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-799.xq b/tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-799.xq
deleted file mode 100644
index 0a972d45..00000000
--- a/tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-799.xq
+++ /dev/null
@@ -1,8 +0,0 @@
-(:*******************************************************:)
-(: Test: K-SeqExprCast-799 :)
-(: Written by: Frans Englich :)
-(: Date: 2006-10-05T18:29:38+02:00 :)
-(: Purpose: Verify with 'instance of' that the xs:dateTime constructor function produces values of the correct type. The subsequence() function makes it more difficult for optimizers to take short cuts based on static type information. :)
-(:*******************************************************:)
-
- subsequence(("dummy", 1.1, xs:dateTime("2002-10-10T12:00:00-05:00")), 3, 1) instance of xs:dateTime \ No newline at end of file

Back to the top