Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/Operators/CompExpr/ValComp/DurationDateTimeOp/gMonthEQ/op-gMonth-equal-3.xq')
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/Operators/CompExpr/ValComp/DurationDateTimeOp/gMonthEQ/op-gMonth-equal-3.xq9
1 files changed, 0 insertions, 9 deletions
diff --git a/tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/Operators/CompExpr/ValComp/DurationDateTimeOp/gMonthEQ/op-gMonth-equal-3.xq b/tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/Operators/CompExpr/ValComp/DurationDateTimeOp/gMonthEQ/op-gMonth-equal-3.xq
deleted file mode 100644
index b9efc93a..00000000
--- a/tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/Operators/CompExpr/ValComp/DurationDateTimeOp/gMonthEQ/op-gMonth-equal-3.xq
+++ /dev/null
@@ -1,9 +0,0 @@
-(:*******************************************************:)
-(:Test: op-gMonth-equal-3 :)
-(:Written By: Carmelo Montanez :)
-(:Date: June 15, 2005 :)
-(:Purpose: Evaluates The "gMonth-equal" function that :)
-(:return true and used together with fn:not (eq operator):)
-(:*******************************************************:)
-
-fn:not((xs:gMonth("--12Z") eq xs:gMonth("--12Z"))) \ No newline at end of file

Back to the top