You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@subversion.apache.org by McClain Looney <ml...@gmail.com> on 2004/09/16 15:52:46 UTC

check-javahl failure in rc3

check-javahl fails in rc3 due to a typo in

./subversion/bindings/java/javahl/src/org/tigris/subversion/javahl/tests/BasicTests.java

Time: 73.619
There was 1 failure:
1) testBasicLogMessage(org.tigris.subversion.javahl.tests.BasicTests)junit.framework.ComparisonFailure:
wrong message expected:<......> but was:<...s...>
        at org.tigris.subversion.javahl.tests.BasicTests.testBasicLogMessage(BasicTests.java:1276)
        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
        at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
        at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
        at org.tigris.subversion.javahl.tests.BasicTests.main(BasicTests.java:66)



BasicTests.testBasicLogMessage:1276 has a typo: "Mesage" should read "Message"


-- 
McClain Looney
m@loonsoft.com

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org

Re: check-javahl failure in rc3

Posted by David James <st...@gmail.com>.
I hope this fix gets into 1.1. It's a one letter change inside a
string, and it only affects the test code. There's no way this change
could create problems.

On Sun, 19 Sep 2004 18:26:11 +0200, Patrick Mayweg <ma...@qint.de> wrote:
> Hi McLain,
> 
> McClain Looney wrote:
> 
> >On Thu, 16 Sep 2004 11:22:59 -0500, McClain Looney <ml...@gmail.com> wrote:
> >
> >
> >>NM, this has been fixed in the trunk. May i suggest a backport to 1.1?
> >>
> >>
> >>
> >
> >that would be a svn merge of 10772:10773 into the 1.1 branch
> >
> >
> Nominated in r11051. It may not get into 1.1.0.
> Patrick
> 
> 
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
> For additional commands, e-mail: dev-help@subversion.tigris.org
> 
>

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org

Re: check-javahl failure in rc3

Posted by Patrick Mayweg <ma...@qint.de>.
Hi McLain,

McClain Looney wrote:

>On Thu, 16 Sep 2004 11:22:59 -0500, McClain Looney <ml...@gmail.com> wrote:
>  
>
>>NM, this has been fixed in the trunk. May i suggest a backport to 1.1?
>>
>>    
>>
>
>that would be a svn merge of 10772:10773 into the 1.1 branch
>  
>
Nominated in r11051. It may not get into 1.1.0.
Patrick

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org

Re: check-javahl failure in rc3

Posted by McClain Looney <ml...@gmail.com>.
On Thu, 16 Sep 2004 11:22:59 -0500, McClain Looney <ml...@gmail.com> wrote:
> NM, this has been fixed in the trunk. May i suggest a backport to 1.1?
> 

that would be a svn merge of 10772:10773 into the 1.1 branch

-- 
McClain Looney
m@loonsoft.com

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org

Re: check-javahl failure in rc3

Posted by McClain Looney <ml...@gmail.com>.
On Thu, 16 Sep 2004 10:52:46 -0500, McClain Looney <ml...@gmail.com> wrote:
> check-javahl fails in rc3 due to a typo in
> 
> ./subversion/bindings/java/javahl/src/org/tigris/subversion/javahl/tests/BasicTests.java


NM, this has been fixed in the trunk. May i suggest a backport to 1.1?

-- 
McClain Looney
m@loonsoft.com

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org