Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Functions/SeqFunc/GeneralSeqFunc/SeqEmptyFunc/fn-emptyflt1args-3.xq')
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Functions/SeqFunc/GeneralSeqFunc/SeqEmptyFunc/fn-emptyflt1args-3.xq10
1 files changed, 0 insertions, 10 deletions
diff --git a/tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Functions/SeqFunc/GeneralSeqFunc/SeqEmptyFunc/fn-emptyflt1args-3.xq b/tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Functions/SeqFunc/GeneralSeqFunc/SeqEmptyFunc/fn-emptyflt1args-3.xq
deleted file mode 100644
index 967b3219..00000000
--- a/tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Functions/SeqFunc/GeneralSeqFunc/SeqEmptyFunc/fn-emptyflt1args-3.xq
+++ /dev/null
@@ -1,10 +0,0 @@
-(:*******************************************************:)
-(:Test: emptyflt1args-3 :)
-(:Written By: Carmelo Montanez :)
-(:Date: Thu Dec 16 10:48:18 GMT-05:00 2004 :)
-(:Purpose: Evaluates The "empty" function :)
-(: with the arguments set as follows: :)
-(:$arg = xs:float(upper bound) :)
-(:*******************************************************:)
-
-fn:empty((xs:float("3.4028235E38"))) \ No newline at end of file

Back to the top