Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/SchemaImport/MiscFunctions/fn-id-9.xq')
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/SchemaImport/MiscFunctions/fn-id-9.xq9
1 files changed, 0 insertions, 9 deletions
diff --git a/tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/SchemaImport/MiscFunctions/fn-id-9.xq b/tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/SchemaImport/MiscFunctions/fn-id-9.xq
deleted file mode 100644
index 6a39ffb9..00000000
--- a/tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/SchemaImport/MiscFunctions/fn-id-9.xq
+++ /dev/null
@@ -1,9 +0,0 @@
-(: Name: fn-id-9 :)
-(: Description: Evaluation of fn:id with multiple IDREF, but only one matching one element. :)
-
-(: insert-start :)
-import schema namespace ids="http://www.w3.org/XQueryTest/ididrefs";
-declare variable $input-context1 external;
-(: insert-end :)
-
-fn:id("id1 nomatching", $input-context1/ids:IDS) \ No newline at end of file

Back to the top