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/TestSources/test1-lib.xq')
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/TestSources/test1-lib.xq15
1 files changed, 0 insertions, 15 deletions
diff --git a/tests/org.eclipse.wst.xml.xpath2.processor.tests/TestSources/test1-lib.xq b/tests/org.eclipse.wst.xml.xpath2.processor.tests/TestSources/test1-lib.xq
deleted file mode 100644
index e1705384..00000000
--- a/tests/org.eclipse.wst.xml.xpath2.processor.tests/TestSources/test1-lib.xq
+++ /dev/null
@@ -1,15 +0,0 @@
-(:*******************************************************:)
-(: Test: test1-lib.xq :)
-(: Written By: Mary Holstege :)
-(: Date: 2005/12/05 14:47:00 :)
-(: Purpose: Simple library module :)
-(:*******************************************************:)
-
-module namespace test1="http://www.w3.org/TestModules/test1";
-
-declare variable $test1:flag := 1;
-
-declare function test1:ok ()
-{
- "ok"
-};

Back to the top