Fixed bug 281028: test_fn_avg_mix_args_066 failed - test was incorrect!
diff --git a/tests/org.eclipse.wst.xml.xpath2.processor.tests/src/org/eclipse/wst/xml/xpath2/processor/testsuite/functions/SeqAVGFuncTest.java b/tests/org.eclipse.wst.xml.xpath2.processor.tests/src/org/eclipse/wst/xml/xpath2/processor/testsuite/functions/SeqAVGFuncTest.java index ff98d89..47a0620 100644 --- a/tests/org.eclipse.wst.xml.xpath2.processor.tests/src/org/eclipse/wst/xml/xpath2/processor/testsuite/functions/SeqAVGFuncTest.java +++ b/tests/org.eclipse.wst.xml.xpath2.processor.tests/src/org/eclipse/wst/xml/xpath2/processor/testsuite/functions/SeqAVGFuncTest.java
@@ -6316,7 +6316,7 @@ public void test_fn_avg_mix_args_066() throws Exception { String inputFile = "/TestSources/bib2.xml"; String xqFile = "/Queries/XQuery/Functions/SeqFunc/AggregateSeqFunc/SeqAVGFunc/fn-avg-mix-args-066.xq"; - String expectedResult = "FORG0006"; + String expectedResult = "FORG0001"; URL fileURL = bundle.getEntry(inputFile); loadDOMDocument(fileURL);