Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/SchemaImport/FLWORExprSI/ForExprType044.xq')
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/SchemaImport/FLWORExprSI/ForExprType044.xq11
1 files changed, 0 insertions, 11 deletions
diff --git a/tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/SchemaImport/FLWORExprSI/ForExprType044.xq b/tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/SchemaImport/FLWORExprSI/ForExprType044.xq
deleted file mode 100644
index f7c924c4..00000000
--- a/tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/SchemaImport/FLWORExprSI/ForExprType044.xq
+++ /dev/null
@@ -1,11 +0,0 @@
-(: Name: ForExprType044 :)
-(: Description: FLWOR expressions with type declaration (element type). List type :)
-
-(: insert-start :)
-import schema default element namespace "http://typedecl";
-
-declare variable $input-context external;
-(: insert-end :)
-
-for $test as element(ListType,xs:string) in $input-context/root/ListType
-return $test \ No newline at end of file

Back to the top