On Fri, May 2, 2008 at 6:48 PM, Matt Benson <[EMAIL PROTECTED]> wrote:
> Thanks, Seb.

I changed the m1 build to use JUnit 3.8.1 and add the new dependency
for mockrruner:
   http://svn.apache.org/viewvc?view=rev&revision=657477

Two tests continue to fail under JDK 1.3 (but pass using JDK 1.4)

Testcase: 
testNamespaceMapping(org.apache.commons.jxpath.ri.model.dom.DOMModelTest):    
FAILED
Evaluating pointer <//product:name> expected:<...goods...> but
was:<...product...>
junit.framework.ComparisonFailure: Evaluating pointer <//product:name>
expected:<...goods...> but was:<...product...>
        at 
org.apache.commons.jxpath.JXPathTestCase.assertXPathPointer(JXPathTestCase.java:122)
        at 
org.apache.commons.jxpath.JXPathTestCase.assertXPathValueAndPointer(JXPathTestCase.java:138)
        at 
org.apache.commons.jxpath.ri.model.XMLModelTestCase.testNamespaceMapping(XMLModelTestCase.java:825)

Testcase: 
testNamespaceMapping(org.apache.commons.jxpath.ri.model.jdom.JDOMModelTest):  
FAILED
Evaluating pointer <//product:name> expected:<...goods...> but
was:<...product...>
junit.framework.ComparisonFailure: Evaluating pointer <//product:name>
expected:<...goods...> but was:<...product...>
        at 
org.apache.commons.jxpath.JXPathTestCase.assertXPathPointer(JXPathTestCase.java:122)
        at 
org.apache.commons.jxpath.JXPathTestCase.assertXPathValueAndPointer(JXPathTestCase.java:138)
        at 
org.apache.commons.jxpath.ri.model.XMLModelTestCase.testNamespaceMapping(XMLModelTestCase.java:825)

Niall


> -Matt
>
> --- sebb <[EMAIL PROTECTED]> wrote:
>
>> Found my e-mail; the JUnit problem is that:
>>
>> JUnit 3.8.2 contains a 1.4+ method call:
>>
>>     Boolean.valueOf(boolean)
>>
>> This is used by the methods:
>>
>>   assertEquals([String message,] boolean expected,
>> boolean actual)
>>
>> I don't know if there are any other 1.4+ method
>> calls in 3.8.2.
>>
>> 3.8.1 does seem to be compatible with 1.3.
>>
>> 2008/5/2 Matt Benson <[EMAIL PROTECTED]>:
>> > Due to more issues having been found, this vote is
>> >  also cancelled.  Thanks!
>> >
>> >  -Matt
>> >
>> >
>> >
>> >  --- Matt Benson <[EMAIL PROTECTED]> wrote:
>> >
>> >  > First, thanks to all those who checked and
>> found
>> >  > issues with RC1!
>> >  >
>> >  > The artifacts are here:
>> >  >
>> http://people.apache.org/~mbenson/jxpath-1.3-rc2/
>> >  >
>> >  > The tag is here:
>> >  >
>> >
>>
> http://svn.apache.org/viewvc/commons/proper/jxpath/tags/JXPATH_1_3_RC2/
>> >  >
>> >  > Site:
>> >  >
>> >
>>
> http://people.apache.org/~mbenson/jxpath-1.3-rc2/site
>> >  >
>> >  > Clirr Report (compared to 1.2; one-shot not
>> working
>> >  > w/
>> >  > M2)
>> >  >
>> >
>>
> http://people.apache.org/~mbenson/jxpath-1.3-rc2/clirr-report.txt
>> >  >
>> >  > I'd be grateful if you can make time to check
>> the
>> >  > artifacts and cast your vote, which will be
>> open at
>> >  > least until Friday, May 9.
>> >  >
>> >  > Thanks,
>> >  > Matt

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to