Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/exprSeqTypes/SeqExprCastable/CastableAs352.xq')
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/exprSeqTypes/SeqExprCastable/CastableAs352.xq8
1 files changed, 0 insertions, 8 deletions
diff --git a/tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/exprSeqTypes/SeqExprCastable/CastableAs352.xq b/tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/exprSeqTypes/SeqExprCastable/CastableAs352.xq
deleted file mode 100644
index 151edabe..00000000
--- a/tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/exprSeqTypes/SeqExprCastable/CastableAs352.xq
+++ /dev/null
@@ -1,8 +0,0 @@
-(:*******************************************************:)
-(:Test:CastableAs352:)
-(:Written By:Joanne Tong:)
-(:Date:2005-07-21T09:50:21-07:00:)
-(:Purpose:Try xs:dateTime(1999-05-31T13:20:00) castable as xs:untypedAtomic:)
-(:*******************************************************:)
-
-xs:dateTime("1999-05-31T13:20:00") castable as xs:untypedAtomic \ No newline at end of file

Back to the top