commit | f7827c3919d7ce50b49e4beaa56a4934bf7b0606 | [log] [tgz] |
---|---|---|
author | jmoller <jmoller> | Tue Dec 01 23:57:33 2009 +0000 |
committer | jmoller <jmoller> | Tue Dec 01 23:57:33 2009 +0000 |
tree | 7fb6810fc7f67cff7c2988bb1e2f06f7eafe4914 | |
parent | 70367f81ac04e25a3d3229560e64ff1bfb3558b7 [diff] |
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);